1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Fixed some test case after push of BUG#32205

mysql-test/r/binlog_start_comment.result:
  Drop tables used in the test case when done
mysql-test/r/blackhole.result:
  Mask out file_id in show binlog events output
mysql-test/r/case.result:
  Drop table t2 too if it exists at the start of the test
mysql-test/t/blackhole.test:
  Mask out file_id in show binlog events output
mysql-test/t/case.test:
  Drop table t2 too if it exists at the start of the test
This commit is contained in:
unknown
2008-01-06 15:27:42 +08:00
parent 024d783177
commit 7c136ed959
5 changed files with 6 additions and 4 deletions

View File

@@ -12,3 +12,4 @@ flush logs;
select * from t2;
word
Ada
drop table t1,t2;