Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.21
-
None
Description
Connection 1:
MariaDB [test]> select get_lock('x', 1);
|
+------------------+
|
| get_lock('x', 1) |
|
+------------------+
|
| 1 |
|
+------------------+
|
1 row in set (0.00 sec)
|
Connection 2:
MariaDB [test]> select get_lock('x', 1.9);
|
+--------------------+
|
| get_lock('x', 1.9) |
|
+--------------------+
|
| 0 |
|
+--------------------+
|
1 row in set (1.00 sec)
|
Attachments
Issue Links
- relates to
-
MDEV-4018 Feature Request: microseconds in GET_LOCK()
- Closed
- links to