Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-12674

Innodb_row_lock_current_waits has overflow

    XMLWordPrintable

Details

    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

          Activity

            People

              marko Marko Mäkelä
              ccalender Chris Calender (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.