1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

misc cleanup

This commit is contained in:
sasha@mysql.sashanet.com
2001-12-13 17:21:04 -07:00
parent 9db9b463d6
commit 0d67738e20
6 changed files with 23 additions and 31 deletions

View File

@ -1,5 +1,7 @@
get_lock("lock",2)
1
release_lock("lock")
0
1
get_lock("lock",3)
1
n

View File

@ -4,6 +4,7 @@ create table t1(n int);
insert into t1 values(get_lock("lock",2));
dirty_close master;
connection master1;
select get_lock("lock",2);
select release_lock("lock");
save_master_pos;
connection slave;