Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt

into  moonbone.local:/mnt/gentoo64/work/27878-bug-5.0-opt-mysql
This commit is contained in:
unknown 2007-05-12 00:46:36 +04:00
commit 50c5b54931
2 changed files with 2 additions and 2 deletions

View File

@ -1121,7 +1121,7 @@ SELECT * FROM test.t1;
f1 f2
1 1
2 2
DROP VIEW v1;
DROP DATABASE db27878;
use test;
DROP TABLE t1;
End of 5.0 tests

View File

@ -1144,7 +1144,7 @@ UPDATE v1 SET f2 = 4;
SELECT * FROM test.t1;
disconnect user1;
connection default;
DROP VIEW v1;
DROP DATABASE db27878;
use test;
DROP TABLE t1;