bug#27417

refining of cleanup of the tests.
This commit is contained in:
aelkin/elkin@dsl-hkibras-fe38f900-157.dhcp.inet.fi 2007-08-22 10:40:38 +03:00
parent 77998c30c2
commit 81be50576f
2 changed files with 2 additions and 2 deletions

View File

@ -459,6 +459,6 @@ show master status /* the offset must denote there is the query */;
File Position Binlog_Do_DB Binlog_Ignore_DB
master-bin.000001 376
drop trigger trg_del;
drop table t1,t2,t3;
drop table t1,t2,t3,t4;
drop function bug27417;
end of tests

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;