Commit 3be49c85 authored by Zardosht Kasheff's avatar Zardosht Kasheff

[t:3007], fix another one

git-svn-id: file:///svn/mysql/tests/mysql-test@25731 c7de825b-a66e-492c-adef-691d508d4ae1
parent f15e49c1
...@@ -45,23 +45,28 @@ a b ...@@ -45,23 +45,28 @@ a b
4 abcd 4 abcd
select * from foo; select * from foo;
a b a b
commit;
select * from foo; select * from foo;
a b a b
1 a 1 a
commit;
select * from foo; select * from foo;
a b a b
1 ab 1 ab
2 ab 2 ab
commit;
select * from foo; select * from foo;
a b a b
1 abc 1 abc
2 abc 2 abc
3 abc 3 abc
commit;
select * from foo; select * from foo;
a b a b
1 abcd 1 abcd
2 abcd 2 abcd
3 abcd 3 abcd
4 abcd 4 abcd
commit;
set session transaction isolation level serializable; set session transaction isolation level serializable;
DROP TABLE foo; DROP TABLE foo;
...@@ -57,18 +57,23 @@ select * from foo; ...@@ -57,18 +57,23 @@ select * from foo;
connection conn1; connection conn1;
select * from foo; select * from foo;
commit;
connection conn2; connection conn2;
select * from foo; select * from foo;
commit;
connection conn3; connection conn3;
select * from foo; select * from foo;
commit;
connection conn4; connection conn4;
select * from foo; select * from foo;
commit;
connection conn5; connection conn5;
select * from foo; select * from foo;
commit;
connection default; connection default;
......
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