mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
10.0-base merge.
Partitioning/InnoDB changes are *not* merged (they'll come from 5.6) TokuDB does not compile (not updated to 10.0 SE API)
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