Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.1.21
-
Fix Version/s: 10.1.22
-
Component/s: Locking
-
Labels: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