MySQL Tutorial/Miscellaneous Functions/RELEASE LOCK — различия между версиями

Материал из SQL эксперт
Перейти к: навигация, поиск
м (1 версия)
 
м (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().