[MDEV-6344] mysqldump issues FLUSH TABLES, which gets written into binlog and replicated Created: 2014-06-16 Updated: 2014-07-09 Resolved: 2014-07-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.38, 10.0.11 |
| Fix Version/s: | 10.0.13 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | gtid, replication | ||
| Description |
|
mysqldump has this code:
The conditional use of LOCAL seems to come from this mysql bug: http://bugs.mysql.com/bug.php?id=35157 But I think the patch for that bug is rather confused. I do not think there is This is particularly serious in 10.0+ where we have GTID. In this case, any So I propose to fix this in 10.0 by using LOCAL unconditionally. |
| Comments |
| Comment by Kristian Nielsen [ 2014-06-17 ] |
|
Patch: http://lists.askmonty.org/pipermail/commits/2014-June/006208.html |
| Comment by Kristian Nielsen [ 2014-06-25 ] |
|
This has passed review. |
| Comment by Kristian Nielsen [ 2014-07-09 ] |
|
Pushed to 10.0.13 |