1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

bug#27417

refining of cleanup of the tests.


mysql-test/r/mix_innodb_myisam_binlog.result:
  results changed.
mysql-test/t/mix_innodb_myisam_binlog.test:
  proper cleanup.
This commit is contained in:
unknown
2007-08-22 10:40:38 +03:00
parent a084901147
commit bdfe0b5290
2 changed files with 2 additions and 2 deletions

View File

@ -497,7 +497,7 @@ CREATE TABLE t3 (a int, PRIMARY KEY (a), b int unique);
drop trigger trg_del;
drop table t1,t2,t3;
drop table t1,t2,t3,t4;
drop function bug27417;