summaryrefslogtreecommitdiff
path: root/mysql-test/extra
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.munch@oracle.com>2011-11-09 09:58:18 +0100
committerBjorn Munch <bjorn.munch@oracle.com>2011-11-09 09:58:18 +0100
commitef97f0ae46b81dec6371fd9a6819239101bafd48 (patch)
treedc05a124339361ede0a0c2ecb04cc178e7624104 /mysql-test/extra
parent020600a4ed6af27798173a3f62b5e6786c4b9ea3 (diff)
downloadmariadb-git-ef97f0ae46b81dec6371fd9a6819239101bafd48.tar.gz
Followup test fix after 13055685:
Un-needed replace_result accidentally messed up a variable used *if* not running parallel. Removed the bogus --replace_result
Diffstat (limited to 'mysql-test/extra')
-rw-r--r--mysql-test/extra/binlog_tests/ctype_ucs_binlog.test1
1 files changed, 0 insertions, 1 deletions
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;