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
-
Activity
Field | Original Value | New Value |
---|---|---|
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). |
Innodb_row_lock_current_waits appears to have an overflow.
{code:sql} 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) {code} I don't know how to reproduce it, but have access to the system showing this (and it is currently still in this state). |
Component/s | Storage Engine - InnoDB [ 10129 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Assignee | Marko Mäkelä [ marko ] |
Affects Version/s | 10.0 [ 16000 ] | |
Affects Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.2 [ 14601 ] |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.2 [ 14601 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Marko Mäkelä [ marko ] | Jan Lindström [ jplindst ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Jan Lindström [ jplindst ] | Marko Mäkelä [ marko ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
issue.field.resolutiondate | 2017-05-12 10:31:27.0 | 2017-05-12 10:31:27.302 |
Fix Version/s | 10.0.31 [ 22501 ] | |
Fix Version/s | 10.1.24 [ 22541 ] | |
Fix Version/s | 10.2.7 [ 22543 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Link |
This issue causes |
Link |
This issue causes |
Workflow | MariaDB v3 [ 80587 ] | MariaDB v4 [ 152077 ] |
Zendesk Related Tickets | 158933 |