Merged fix for a test case into 5.5 tree.

This commit is contained in:
Dmitry Lenev 2012-03-11 16:11:08 +04:00
commit d2e447d57c
2 changed files with 2 additions and 0 deletions

View File

@ -130,4 +130,5 @@ CALL p1();
Warnings: Warnings:
Note 1050 Table 't2' already exists Note 1050 Table 't2' already exists
DROP DATABASE testdb; DROP DATABASE testdb;
USE test;
End of 5.1 tests End of 5.1 tests

View File

@ -161,5 +161,6 @@ CALL p1();
--echo # below stmt should not return valgrind warnings --echo # below stmt should not return valgrind warnings
CALL p1(); CALL p1();
DROP DATABASE testdb; DROP DATABASE testdb;
USE test;
--echo End of 5.1 tests --echo End of 5.1 tests