Commit 6feaef75 authored by mskold@mysql.com's avatar mskold@mysql.com

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

into  mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
parents 703d2f89 48cc86db
...@@ -60,4 +60,6 @@ t2 ...@@ -60,4 +60,6 @@ t2
t3 t3
t4 t4
drop table t1, 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
...@@ -71,6 +71,6 @@ show tables; ...@@ -71,6 +71,6 @@ show tables;
drop table t1, t2, t3, t4; drop table t1, t2, t3, t4;
connection server2; connection server2;
drop table t1, t3, t4; drop table if exists t1, t3, t4;
# End of 4.1 tests # End of 4.1 tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment