MySQL Tutorial/Miscellaneous Functions/RELEASE LOCK — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 09:49, 26 мая 2010
RELEASE_LOCK(str): Releases the lock named by the string str that was obtained with GET_LOCK().
Returns 1 if the lock was released, 0 if the lock was not established by this thread (in which case the lock is not released), and NULL if the named lock did not exist.
22. 8. RELEASE_LOCK 22. 8. 1. RELEASE_LOCK(str): Releases the lock named by the string str that was obtained with GET_LOCK().