Commit aa42874f authored by Zardosht Kasheff's avatar Zardosht Kasheff

[t:3072], fix mvcc-10

git-svn-id: file:///svn/mysql/tests/mysql-test@25879 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1ceeaff1
......@@ -37,15 +37,20 @@ select * from foo;
a b
select * from foo;
a b
commit;
select * from foo;
a b
1 a
commit;
select * from foo;
a b
commit;
select * from foo;
a b
1 abc
commit;
select * from foo;
a b
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