summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqlbinlog.test
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.blaudden>2007-03-01 20:59:08 +0100
committerunknown <msvensson@pilot.blaudden>2007-03-01 20:59:08 +0100
commit6e6fa326da3a41aac8768ddb22923d5f6291c762 (patch)
treec78b9ab798406e4e09de63a5380a2c9340d9cae0 /mysql-test/t/mysqlbinlog.test
parent0e6a060c2df76ab7a9a3fde2de6eaef60620b989 (diff)
downloadmariadb-git-6e6fa326da3a41aac8768ddb22923d5f6291c762.tar.gz
After merge fixes
Diffstat (limited to 'mysql-test/t/mysqlbinlog.test')
-rw-r--r--mysql-test/t/mysqlbinlog.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/t/mysqlbinlog.test b/mysql-test/t/mysqlbinlog.test
index 0d61a36af8c..97239360507 100644
--- a/mysql-test/t/mysqlbinlog.test
+++ b/mysql-test/t/mysqlbinlog.test
@@ -179,7 +179,6 @@ drop procedure p1;
--exec $MYSQL_BINLOG --version 2>&1 > /dev/null
--exec $MYSQL_BINLOG --help 2>&1 > /dev/null
--enable_query_log
-drop table t1, t2, t5;
#
# Bug#15126 character_set_database is not replicated
@@ -203,6 +202,6 @@ select hex(a) from t1;
drop table t1;
flush logs;
--replace_result $MYSQL_TMP_DIR MYSQL_TMP_DIR
---exec $MYSQL_BINLOG --short-form $MYSQLTEST_VARDIR/log/master-bin.000011
+--exec $MYSQL_BINLOG --short-form $MYSQLTEST_VARDIR/log/master-bin.000009
--echo End of 5.0 tests