Followup test fix after 13055685:
Un-needed replace_result accidentally messed up a variable used *if* not running parallel. Removed the bogus --replace_result
This commit is contained in:
parent
e3ca4792b7
commit
a13a8926f6
@ -15,7 +15,6 @@ source include/show_binlog_events.inc;
|
|||||||
# absolutely need variables names to be quoted and strings to be
|
# absolutely need variables names to be quoted and strings to be
|
||||||
# escaped).
|
# escaped).
|
||||||
flush logs;
|
flush logs;
|
||||||
--replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR
|
|
||||||
let $MYSQLD_DATADIR= `select @@datadir`;
|
let $MYSQLD_DATADIR= `select @@datadir`;
|
||||||
--exec $MYSQL_BINLOG --short-form $MYSQLD_DATADIR/master-bin.000001
|
--exec $MYSQL_BINLOG --short-form $MYSQLD_DATADIR/master-bin.000001
|
||||||
drop table t2;
|
drop table t2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user