[t:4472], fix test

git-svn-id: file:///svn/mysql/tests/mysql-test@40099 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2012-02-17 15:39:47 +00:00
parent 1bff277114
commit f1f5ec5d52
2 changed files with 2 additions and 0 deletions

View file

@ -35,4 +35,5 @@ select * From foo;
a
1
2
commit;
drop table foo;

View file

@ -50,6 +50,7 @@ drop table foo;
connection conn1;
select * From foo;
commit;
connection default;
disconnect conn1;