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
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;
......
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