Bug #62268 | mysqlbackup 3.6 will not work with ROW based binlogs and READ-COMMITTED | ||
---|---|---|---|
Submitted: | 26 Aug 2011 14:20 | Modified: | 12 Sep 2011 10:03 |
Reporter: | Matthew Lord | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Enterprise Backup | Severity: | S1 (Critical) |
Version: | 3.6.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | binlog_format, READ-COMMITTED, row, tx_isolation |
[26 Aug 2011 14:20]
Matthew Lord
[12 Sep 2011 10:03]
John Russell
Adding to doc changelog: Under MySQL 5.5.8 and higher, a full backup using the mysqlbackup command could fail with the combination of settings binlog_format=ROW and transaction-isolation=READ-COMMITTED. The error message was: mysqlbackup: ERROR: Could not lock tables. Aborting. mysqlbackup: ERROR: Backup of non-innodb tables failed.!