mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Added functions :
* binary XOR
* logical XOR
* CHECK_LOCK("lock_name")
This commit is contained in:
@@ -22,6 +22,7 @@ sync_with_master;
|
||||
select get_lock("lock",3);
|
||||
select * from t1;
|
||||
connection master1;
|
||||
select check_lock("lock");
|
||||
drop table t1;
|
||||
save_master_pos;
|
||||
connection slave;
|
||||
|
||||
Reference in New Issue
Block a user