diff options
author | ram@gw.mysql.r18.ru <> | 2003-10-31 16:37:36 +0400 |
---|---|---|
committer | ram@gw.mysql.r18.ru <> | 2003-10-31 16:37:36 +0400 |
commit | de9d246548cadeeb22dc9902de86ee8c82efa66a (patch) | |
tree | 4ded829a6ccd71fada100d9e736ed4104b8d9000 /mysql-test/t/mysqlbinlog.test | |
parent | c5b481d99a68592643e316e0ad4412f6c1d4836b (diff) | |
download | mariadb-git-de9d246548cadeeb22dc9902de86ee8c82efa66a.tar.gz |
Fixes for mysql tests.
Diffstat (limited to 'mysql-test/t/mysqlbinlog.test')
-rw-r--r-- | mysql-test/t/mysqlbinlog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysqlbinlog.test b/mysql-test/t/mysqlbinlog.test index c71ffb21354..2d1277a1cbc 100644 --- a/mysql-test/t/mysqlbinlog.test +++ b/mysql-test/t/mysqlbinlog.test @@ -100,4 +100,4 @@ select "--- --position --" as ""; --exec $MYSQL_BINLOG --short-form --local-load=$MYSQL_TEST_DIR/var/tmp/ --read-from-remote-server --position=27 --user=root --host=127.0.0.1 --port=$MASTER_MYPORT master-bin.000002 # clean up -drop table t1; +drop table t1, t2; |