mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.11' into 11.4
This commit is contained in:
@@ -328,6 +328,7 @@ select * from t_permanent_aria2;
|
||||
|
||||
SET AUTOCOMMIT = 0;
|
||||
UPDATE t_permanent_innodb SET col1 = 9;
|
||||
--error ER_LOCK_WAIT_TIMEOUT
|
||||
UPDATE t_permanent_aria SET col1 = 9;
|
||||
--error ER_LOCK_WAIT_TIMEOUT
|
||||
UPDATE t_permanent_myisam SET col1 = 9;
|
||||
|
Reference in New Issue
Block a user