summaryrefslogtreecommitdiff
path: root/mysql-test/extra
diff options
context:
space:
mode:
authorunknown <ingo/mydev@chilla.local>2006-07-24 13:34:30 +0200
committerunknown <ingo/mydev@chilla.local>2006-07-24 13:34:30 +0200
commit87acac5f65663ca03d3291a92cdd41c0fca1ae7b (patch)
treec4c160b1c958c50feec3bf675953ad2f8afb2f65 /mysql-test/extra
parent99a4775cd403990475a11d25979c1ef4856cb9c6 (diff)
downloadmariadb-git-87acac5f65663ca03d3291a92cdd41c0fca1ae7b.tar.gz
After merge fix
Diffstat (limited to 'mysql-test/extra')
-rw-r--r--mysql-test/extra/binlog_tests/blackhole.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/extra/binlog_tests/blackhole.test b/mysql-test/extra/binlog_tests/blackhole.test
index 78f3cf08e70..cad4380a374 100644
--- a/mysql-test/extra/binlog_tests/blackhole.test
+++ b/mysql-test/extra/binlog_tests/blackhole.test
@@ -146,5 +146,6 @@ set autocommit=1;
--replace_column 2 # 5 #
--replace_regex /table_id: [0-9]+/table_id: #/
show binlog events;
+drop table if exists t1;
# End of 5.0 tests