[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:
Zardosht Kasheff 2010-11-18 17:05:43 +00:00
parent 41834a8d00
commit 1ceeaff1e6
2 changed files with 10 additions and 0 deletions

View file

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

View file

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