RELEASE_LOCK(string)

Description: Releases an advisory lock named string. Used in conjunction with GET_LOCK(). Returns 1 if lock is released successfully, 0 if lock is held by a different thread (a thread can only release its own locks), or NULL if no lock exists with the name string.

See also: GET_LOCK() for full explanation and examples

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.227.134.232