Commit f0f95695 authored by unknown's avatar unknown

Fixes to make tests pass on vanilla build.


mysql-test/suite/binlog/t/binlog_old_versions.test:
  Adding --local-load to 'mysqlbinlog' and --local-infile=1 to 'mysql'.
parent a63ef17f
...@@ -59,7 +59,7 @@ DROP TABLE t1, t2, t3; ...@@ -59,7 +59,7 @@ DROP TABLE t1, t2, t3;
# part and the "get xid event" part, and it does not create table t2. # part and the "get xid event" part, and it does not create table t2.
# Read binlog. # Read binlog.
--exec $MYSQL_BINLOG suite/binlog/std_data/binlog_old_version_4_1.000001 | $MYSQL --exec $MYSQL_BINLOG --local-load=$MYSQLTEST_VARDIR/tmp/ suite/binlog/std_data/binlog_old_version_4_1.000001 | $MYSQL --local-infile=1
# Show result. # Show result.
SELECT * FROM t1 ORDER BY a; SELECT * FROM t1 ORDER BY a;
SELECT COUNT(*) FROM t3; SELECT COUNT(*) FROM t3;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment