mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Update result format
This commit is contained in:
parent
e1e632c4e0
commit
7310834c6a
3 changed files with 3 additions and 3 deletions
|
|
@ -220,7 +220,7 @@ select (@before:=unix_timestamp())*0;
|
|||
(@before:=unix_timestamp())*0
|
||||
0
|
||||
begin;
|
||||
select * from t1 for update;
|
||||
select * from t1 for update;
|
||||
insert into t2 values (20);
|
||||
ERROR HY000: Lock wait timeout exceeded; try restarting transaction
|
||||
select (@after:=unix_timestamp())*0;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ END|
|
|||
SELECT get_lock("test", 200);
|
||||
get_lock("test", 200)
|
||||
1
|
||||
CALL test.p1();
|
||||
CALL test.p1();
|
||||
CALL test.p2();
|
||||
SELECT release_lock("test");
|
||||
release_lock("test")
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ END|
|
|||
SELECT get_lock("test", 200);
|
||||
get_lock("test", 200)
|
||||
1
|
||||
CALL test.p1();
|
||||
CALL test.p1();
|
||||
CALL test.p2();
|
||||
SELECT release_lock("test");
|
||||
release_lock("test")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue