mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Added functions :
* binary XOR
* logical XOR
* CHECK_LOCK("lock_name")
This commit is contained in:
@@ -17,4 +17,7 @@ get_lock("lock",3)
|
||||
select * from t1;
|
||||
n
|
||||
1
|
||||
select check_lock("lock");
|
||||
check_lock("lock")
|
||||
1
|
||||
drop table t1;
|
||||
|
||||
Reference in New Issue
Block a user