I am wondering if there are problems using this function on the Windows compilation of MySQL 3.23.55-nt. The GET_LOCK and RELEASE_LOCK operate as documented, but the IS_FREE_LOCK function fails to operate, even when using the documented syntax on the mysql website (
When using the syntax:
->SELECT IS_FREE_LOCK("lock2"
A syntax error is returned. I cannot understand why this is, the documentation states this an example, and it just does not appear to work. Any help apperciated.
When using the syntax:
->SELECT IS_FREE_LOCK("lock2"
A syntax error is returned. I cannot understand why this is, the documentation states this an example, and it just does not appear to work. Any help apperciated.