← Back to team overview

holland-coredev team mailing list archive

[Bug 671966] Re: mysqldump stop-slave should only stop sql_thread

 

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

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

Title:
  mysqldump stop-slave should only stop sql_thread

Status in Holland Backup Framework:
  Fix Released

Bug description:
  To avoid delaying queuing the master logs, in case of a crash during a
  backup, it would be nice if holland-mysqldump would run STOP SLAVE
  SQL_THREAD rather than simply STOP SLAVE (which also stops the
  IO_THREAD) when stop-slave is requested (a hack used to get a
  consistent show slave status output, since a stock mysqldump currently
  has only --master-data, but no --slave-data option).





References