1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +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

@@ -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;