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

Added functions :

* binary XOR
* logical XOR
* CHECK_LOCK("lock_name")
This commit is contained in:
unknown
2002-06-29 16:25:09 +03:00
parent d7a84c7af0
commit b936b25d79
13 changed files with 165 additions and 2 deletions

View File

@ -17,4 +17,7 @@ get_lock("lock",3)
select * from t1;
n
1
select check_lock("lock");
check_lock("lock")
1
drop table t1;