Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new

into  mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
This commit is contained in:
unknown 2006-03-06 18:08:42 +01:00
commit 29c66eea27
2 changed files with 4 additions and 2 deletions

View File

@ -60,4 +60,6 @@ t2
t3
t4
drop table t1, t2, t3, t4;
drop table t1, t3, t4;
drop table if exists t1, t3, t4;
Warnings:
Error 155 Table 'test.t3' doesn't exist

View File

@ -71,6 +71,6 @@ show tables;
drop table t1, t2, t3, t4;
connection server2;
drop table t1, t3, t4;
drop table if exists t1, t3, t4;
# End of 4.1 tests