diff options
author | unknown <ingo/mydev@chilla.local> | 2006-07-24 13:34:30 +0200 |
---|---|---|
committer | unknown <ingo/mydev@chilla.local> | 2006-07-24 13:34:30 +0200 |
commit | 87acac5f65663ca03d3291a92cdd41c0fca1ae7b (patch) | |
tree | c4c160b1c958c50feec3bf675953ad2f8afb2f65 /mysql-test/extra | |
parent | 99a4775cd403990475a11d25979c1ef4856cb9c6 (diff) | |
download | mariadb-git-87acac5f65663ca03d3291a92cdd41c0fca1ae7b.tar.gz |
After merge fix
Diffstat (limited to 'mysql-test/extra')
-rw-r--r-- | mysql-test/extra/binlog_tests/blackhole.test | 1 |
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 |