mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
[t:4472], fix test
git-svn-id: file:///svn/mysql/tests/mysql-test@40099 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
1bff277114
commit
f1f5ec5d52
2 changed files with 2 additions and 0 deletions
|
@ -35,4 +35,5 @@ select * From foo;
|
|||
a
|
||||
1
|
||||
2
|
||||
commit;
|
||||
drop table foo;
|
||||
|
|
|
@ -50,6 +50,7 @@ drop table foo;
|
|||
|
||||
connection conn1;
|
||||
select * From foo;
|
||||
commit;
|
||||
|
||||
connection default;
|
||||
disconnect conn1;
|
||||
|
|
Loading…
Reference in a new issue