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:
@ -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;
|
||||
|
Reference in New Issue
Block a user