Commit 42133d3d authored by Zardosht Kasheff's avatar Zardosht Kasheff

[t:4472], fix test

git-svn-id: file:///svn/mysql/tests/mysql-test@40099 c7de825b-a66e-492c-adef-691d508d4ae1
parent 9c543f19
...@@ -35,4 +35,5 @@ select * From foo; ...@@ -35,4 +35,5 @@ select * From foo;
a a
1 1
2 2
commit;
drop table foo; drop table foo;
...@@ -50,6 +50,7 @@ drop table foo; ...@@ -50,6 +50,7 @@ drop table foo;
connection conn1; connection conn1;
select * From foo; select * From foo;
commit;
connection default; connection default;
disconnect conn1; disconnect conn1;
......
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