MySQL Tutorial/Miscellaneous Functions/IS USED LOCK

Материал из SQL эксперт
Версия от 09:49, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

IS_USED_LOCK(str): Checks whether the lock named str is in use (that is, locked).

If so, it returns the connection identifier of the client that holds the lock. Otherwise, it returns NULL.

22. 7. IS_USED_LOCK 22. 7. 1. IS_USED_LOCK(str): Checks whether the lock named str is in use (that is, locked).