Fixing test case binlog_unsafe.

mysql-test/r/binlog_unsafe.result:
  Result change.
mysql-test/t/binlog_unsafe.test:
  Dropping used tables.
This commit is contained in:
unknown 2007-06-01 08:54:47 +02:00
parent 1217839e31
commit e319a04934
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ SHOW WARNINGS;
Level Warning
Code 1588
Message Statement is not safe to log in statement format.
DROP TABLE t1;
DROP TABLE t1,t2,t3;

View File

@ -11,6 +11,6 @@ CREATE VIEW v1(a,b) AS SELECT a,b FROM t2,t3;
INSERT INTO t1 SELECT UUID();
query_vertical SHOW WARNINGS;
DROP TABLE t1;
DROP TABLE t1,t2,t3;