1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Auto-merged.

This commit is contained in:
Evgeny Potemkin
2009-12-03 16:24:50 +03:00
2 changed files with 4 additions and 0 deletions

View File

@ -1928,6 +1928,7 @@ execute stmt;
a
execute stmt;
a
deallocate prepare stmt;
drop table t1;
drop view v1;
create table t1(a bigint);
@ -1938,6 +1939,7 @@ execute stmt;
1
execute stmt;
1
deallocate prepare stmt;
drop table t1,t2;
#
End of 5.0 tests.