1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug#12809202 61854: MYSQLDUMP --SINGLE-TRANSACTION

--FLUSH-LOG BREAKS CONSISTENCY

Post-fix for some failing tests.
This commit is contained in:
Nirbhay Choubey
2011-12-24 15:08:59 +05:30
parent 5e487124aa
commit 49d2790aff
3 changed files with 12 additions and 0 deletions

View File

@ -4762,3 +4762,7 @@ UNLOCK TABLES;
DROP TABLE b12809202_db.t1;
DROP TABLE b12809202_db.t2;
DROP DATABASE b12809202_db;
#
# Delete all existing binary logs.
#
RESET MASTER;