mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.5 merge and fixes for compiler/test errors
This commit is contained in:
@ -5196,7 +5196,7 @@ CREATE TABLE b12809202_db.t1 (c1 INT);
|
||||
CREATE TABLE b12809202_db.t2 (c1 INT);
|
||||
INSERT INTO b12809202_db.t1 VALUES (1), (2), (3);
|
||||
INSERT INTO b12809202_db.t2 VALUES (1), (2), (3);
|
||||
# Starting mysqldump with --single-transaction & --flush-log options..
|
||||
# Starting mysqldump with --single-transaction & --flush-logs options..
|
||||
# Note : In the following dump the transaction
|
||||
# should start only after the logs are
|
||||
# flushed, as 'flush logs' causes implicit
|
||||
|
Reference in New Issue
Block a user