Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.20, 10.0(EOL), 10.1(EOL), 10.2(EOL)
-
None
Description
Innodb_row_lock_current_waits appears to have an overflow.
MariaDB [(none)]> SHOW GLOBAL STATUS LIKE 'Innodb_row_lock_current_waits'; |
+-------------------------------+----------------------+ |
| Variable_name | Value |
|
+-------------------------------+----------------------+ |
| Innodb_row_lock_current_waits | 18446744073709551613 |
|
+-------------------------------+----------------------+ |
1 row in set (0.00 sec) |
|
MariaDB [(none)]> SHOW SESSION STATUS LIKE 'Innodb_row_lock_current_waits'; |
+-------------------------------+----------------------+ |
| Variable_name | Value |
|
+-------------------------------+----------------------+ |
| Innodb_row_lock_current_waits | 18446744073709551613 |
|
+-------------------------------+----------------------+ |
1 row in set (0.00 sec) |
I don't know how to reproduce it, but have access to the system showing this (and it is currently still in this state).
Attachments
Issue Links
- causes
-
MDEV-13009 10.1.24 does not compile on architectures without 64-bit atomics
- Closed
-
MDEV-13705 10.0.32 does not compile on architectures without 64-bit atomics
- Closed