From 34d8c572086ca203fb113e6c1d3a56e009ce43d3 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 18 Feb 2006 21:08:41 +0100 Subject: [PATCH] In previous push, a DROP TABLE at the end of test was missing. mysql-test/r/mix_innodb_myisam_binlog.result: result update mysql-test/t/mix_innodb_myisam_binlog.test: cleanup in the end --- mysql-test/r/mix_innodb_myisam_binlog.result | 1 + mysql-test/t/mix_innodb_myisam_binlog.test | 1 + 2 files changed, 2 insertions(+) diff --git a/mysql-test/r/mix_innodb_myisam_binlog.result b/mysql-test/r/mix_innodb_myisam_binlog.result index 2273b8c8756..4e3d9217fb3 100644 --- a/mysql-test/r/mix_innodb_myisam_binlog.result +++ b/mysql-test/r/mix_innodb_myisam_binlog.result @@ -279,3 +279,4 @@ select @a not like "%#%error_code=%error_code=%"; @a like "%#%error_code=0%ROLLBACK;%ROLLBACK /* added by mysqlbinlog */;%" @a not like "%#%error_code=%error_code=%" 1 1 +drop table t1, t2; diff --git a/mysql-test/t/mix_innodb_myisam_binlog.test b/mysql-test/t/mix_innodb_myisam_binlog.test index 7ba7b634b22..3a9aff271d5 100644 --- a/mysql-test/t/mix_innodb_myisam_binlog.test +++ b/mysql-test/t/mix_innodb_myisam_binlog.test @@ -292,3 +292,4 @@ is not null; eval select @a like "%#%error_code=0%ROLLBACK;%ROLLBACK /* added by mysqlbinlog */;%", @a not like "%#%error_code=%error_code=%"; +drop table t1, t2;