flush tables db.tb1, db.tbl2 with read lock
Bug #1292279 reported by
Daniel Black
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL Data Dumper |
New
|
Undecided
|
Unassigned |
Bug Description
Thanks so much for the less-locking option in mydumper-0.6.
I'm wondering if in this less-locking mode (or generally) if the FLUSH TABLES WITH READ LOCK, can be replaced by FLUSH TABLES {iterative list of non-Innodb tables} WITH READ LOCK? This may require something specific for the binlog handling for innodb tables.
The FLUSH TABLES for EXPORT ( https:/
To post a comment you must log in.
note - galera bug: https:/ /bugs.launchpad .net/codership- mysql/+ bug/1292286 makes this less reliable. Probably will be fixed soon.