← Back to team overview

holland-coredev team mailing list archive

[Bug 801691] Re: mysqldump additional-options behavior discrepancy

 

** Changed in: holland-backup/1.0
    Milestone: None => 1.0.12

** Changed in: holland-backup/1.0
   Importance: Undecided => High

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

Title:
  mysqldump additional-options behavior discrepancy

Status in Holland Backup Framework:
  In Progress
Status in holland-backup 1.0 series:
  New
Status in holland-backup 1.1 series:
  New

Bug description:
  The mysqldump plugin expects the 'additional-options' setting to
  provide a comma separated list.   However the configspec currently has
  a comment that notes this should be provided "exactly as on the
  command line".  This causes multiple options to be misinterpretted
  (and mysqldump will fail) and is confusing.   The
  comment/documentation at least needs to be clear on the format
  required here and possibly the implementation updated.

  Example:

  additional-options = --no-data, --routines # OK
  additional-options = --no-data --routines # misinterpreted as mysqldump "--no-data --routines"

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


References