mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-34705: Binlog in Engine
Initial code to read in the binlog dump thread events from InnoDB binlog. Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
@@ -25,4 +25,6 @@ while ($i < $num_trx) {
|
||||
--enable_query_log
|
||||
SET SESSION binlog_format= MIXED;
|
||||
|
||||
--exec $MYSQL_BINLOG --read-from-remote-server --user=root --host=127.0.0.1 --port=$MASTER_MYPORT master-bin.000001 > $MYSQLTEST_VARDIR/tmp/mysqlbinlog.txt
|
||||
|
||||
DROP TABLE t2;
|
||||
|
Reference in New Issue
Block a user