1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Post-commit fixes after the push for Bug#20837 et. al.

This commit is contained in:
Magne Mahre
2010-06-09 10:46:24 +02:00
parent b976fb1444
commit fdd7c28bd8
7 changed files with 123 additions and 121 deletions

View File

@@ -23,6 +23,7 @@ set session transaction isolation level repeatable read;
set autocommit=0;
-- error ER_LOCK_WAIT_TIMEOUT
update t1 set a=10 where a=5;
commit;
connection a;
commit;
connection b;