mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
branches/zip:
Fix typo in comment
This commit is contained in:
parent
91c1b547e1
commit
4faad7a7ad
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ replace into t1 select * from t2;
|
|||
connection b;
|
||||
set session transaction isolation level read committed;
|
||||
set autocommit=0;
|
||||
# should not cuase a lock wait.
|
||||
# should not cause a lock wait.
|
||||
delete from t2 where a=5;
|
||||
commit;
|
||||
delete from t2;
|
||||
|
@ -41,7 +41,7 @@ insert into t1 select * from t2;
|
|||
connection b;
|
||||
set session transaction isolation level read committed;
|
||||
set autocommit=0;
|
||||
# should not cuase a lock wait.
|
||||
# should not cause a lock wait.
|
||||
delete from t2 where a=5;
|
||||
commit;
|
||||
delete from t2;
|
||||
|
|
Loading…
Reference in a new issue