mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Language/consistency edits to error messages
and affected test results.
This commit is contained in:
@ -9,7 +9,7 @@ set autocommit=0;
|
||||
update t2 set x = 1 where id = 0;
|
||||
select x from t1 where id = 0;
|
||||
select x from t2 where id = 0;
|
||||
ERROR 40001: Deadlock found when trying to get lock; Try restarting transaction
|
||||
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
|
||||
commit;
|
||||
x
|
||||
1
|
||||
|
Reference in New Issue
Block a user