1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Indentation cleanups

Remove wait_if_global_read_lock on commit as this can cause deadlocks
This commit is contained in:
monty@narttu.mysql.fi
2003-10-08 21:50:05 +03:00
parent dc6f07256c
commit d37a5c4dd7
13 changed files with 40 additions and 47 deletions

View File

@ -256,7 +256,6 @@ start transaction;
insert into t1 values (4);
flush tables with read lock;
commit;
ERROR HY000: Can't execute the query because you have a conflicting read lock
unlock tables;
commit;
select * from t1;