mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
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
020600a4ed
commit
ef97f0ae46
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ source include/show_binlog_events.inc;
|
|||
# absolutely need variables names to be quoted and strings to be
|
||||
# escaped).
|
||||
flush logs;
|
||||
--replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR
|
||||
let $MYSQLD_DATADIR= `select @@datadir`;
|
||||
--exec $MYSQL_BINLOG --short-form $MYSQLD_DATADIR/master-bin.000001
|
||||
drop table t2;
|
||||
|
|
Loading…
Reference in a new issue