← Back to team overview

holland-coredev team mailing list archive

[Bug 1262352] Re: exclude-invalid-views can fail on MySQL 5.0

 

** Changed in: holland-backup
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Holland
Build, which is subscribed to holland-backup.
https://bugs.launchpad.net/bugs/1262352

Title:
  exclude-invalid-views can fail on MySQL 5.0

Status in holland-backup:
  Fix Released

Bug description:
  The metadata path in MySQL 5.0 fails to detect invalid views with a
  broken query.   This is due to not correctly setting the engine type.
  On MySQL 5.1+ this is set as 'view' when a view is detected, but with
  5.0 this is set to '' and only a warning is logged.  This is a bug.

  This affects the client show_metadata*() method for 5.0 and is a
  simple fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/holland-backup/+bug/1262352/+subscriptions


References