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

InnoDB: purge_sys.low_limit_no() is not protected

    XMLWordPrintable

Details

    • Bug
    • Status: Stalled (View Workflow)
    • Critical
    • Resolution: Unresolved
    • 5.5, 10.0, 10.1, 10.2, 10.3, 10.4, 10.5
    • 10.4, 10.5
    • None

    Description

      Check if this is fixable and re-enable this assertion:

        /** A wrapper around ReadView::low_limit_no(). */
        trx_id_t low_limit_no() const
        {
      #if 0 /* Unfortunately we don't hold this assertion, see MDEV-22718. */
          ut_ad(rw_lock_own(&latch, RW_LOCK_S));
      #endif
          return view.low_limit_no();
        }
      

      Attachments

        Issue Links

          Activity

            People

              vlad.lesin Vladislav Lesin
              svoj Sergey Vojtovich
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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