From a13a8926f62b1106ad86d31fd208f227346f55f7 Mon Sep 17 00:00:00 2001 From: Bjorn Munch Date: Wed, 9 Nov 2011 09:58:18 +0100 Subject: [PATCH] Followup test fix after 13055685: Un-needed replace_result accidentally messed up a variable used *if* not running parallel. Removed the bogus --replace_result --- mysql-test/extra/binlog_tests/ctype_ucs_binlog.test | 1 - 1 file changed, 1 deletion(-) diff --git a/mysql-test/extra/binlog_tests/ctype_ucs_binlog.test b/mysql-test/extra/binlog_tests/ctype_ucs_binlog.test index b240109f6e6..733ad05b0be 100644 --- a/mysql-test/extra/binlog_tests/ctype_ucs_binlog.test +++ b/mysql-test/extra/binlog_tests/ctype_ucs_binlog.test @@ -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;