mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
[t:3007], fix another one
git-svn-id: file:///svn/mysql/tests/mysql-test@25731 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
41834a8d00
commit
1ceeaff1e6
2 changed files with 10 additions and 0 deletions
|
@ -45,23 +45,28 @@ a b
|
|||
4 abcd
|
||||
select * from foo;
|
||||
a b
|
||||
commit;
|
||||
select * from foo;
|
||||
a b
|
||||
1 a
|
||||
commit;
|
||||
select * from foo;
|
||||
a b
|
||||
1 ab
|
||||
2 ab
|
||||
commit;
|
||||
select * from foo;
|
||||
a b
|
||||
1 abc
|
||||
2 abc
|
||||
3 abc
|
||||
commit;
|
||||
select * from foo;
|
||||
a b
|
||||
1 abcd
|
||||
2 abcd
|
||||
3 abcd
|
||||
4 abcd
|
||||
commit;
|
||||
set session transaction isolation level serializable;
|
||||
DROP TABLE foo;
|
||||
|
|
|
@ -57,18 +57,23 @@ select * from foo;
|
|||
|
||||
connection conn1;
|
||||
select * from foo;
|
||||
commit;
|
||||
|
||||
connection conn2;
|
||||
select * from foo;
|
||||
commit;
|
||||
|
||||
connection conn3;
|
||||
select * from foo;
|
||||
commit;
|
||||
|
||||
connection conn4;
|
||||
select * from foo;
|
||||
commit;
|
||||
|
||||
connection conn5;
|
||||
select * from foo;
|
||||
commit;
|
||||
|
||||
|
||||
connection default;
|
||||
|
|
Loading…
Add table
Reference in a new issue