lp:~akopytov/percona-server/bug1360064

Created by Alexey Kopytov and last modified
Get this branch:
bzr branch lp:~akopytov/percona-server/bug1360064
Only Alexey Kopytov can upload to this branch. If you are Alexey Kopytov please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

668. By Alexey Kopytov

Bug #1360064: LOCK TABLES FOR BACKUP should be incompatible with LOCK
              TABLES, FLUSH TABLES ... WITH READ LOCK, FLUSH TABLES
              ... FOR EXPORT in the same connection

Made sure that an error is thrown on attempt to execute LOCK TABLES FOR
BACKUP in a session which has the following active lock statements:

- LOCK TABLES READ/WRITE;
- FLUSH TABLES <table_list> WITH READ LOCK;
- FLUSH TABLES <table_list> FOR EXPORT.

And vice versa, an attempt to execute any of the above statements in a
session holding a backup tables lock, also fails with an error.

667. By Laurynas Biveinis

Null-merge lp:percona-server/5.5 rev 698

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:percona-server/5.6
This branch contains Public information 
Everyone can see this information.

Subscribers