Details
Description
It would be useful if GET_LOCK() supports timeouts with a precision that is lower than 1 second.
For now, you can pass a FLOAT value as a timeout, but it seems to be rounded:
MariaDB [(none)]> SELECT GET_LOCK('x', 0.5);
+--------------------+
| GET_LOCK('x', 0.5) |
+--------------------+
| 0 |
+--------------------+
1 row in set (1.00 sec)
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
http://lists.askmonty.org/pipermail/commits/2014-November/007086.html