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

Incorrect information schema threadpool table names listed in KB 10.5 change page

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.5.3
    • N/A
    • Documentation
    • None

    Description

      On https://mariadb.com/kb/en/changes-improvements-in-mariadb-105/ there is the link to https://jira.mariadb.org/browse/MDEV-19313

      Information Schema tables (THREADPOOL_GROUPS, THREADPOOL_QUEUES and THREADPOOL_STATS) for internals of generic threadpool (MDEV-19313).

      Correct names may be verified by doing the following:

      mysql -uroot -h0 -P16000 -e'show tables from Information_Schema;' | grep THREAD
      THREAD_POOL_WAITS
      THREAD_POOL_QUEUES
      THREAD_POOL_GROUPS
      THREAD_POOL_STATS

      Correct names:

      THREAD_POOL_GROUPS

      THREAD_POOL_QUEUES

      THREAD_POOL_STATS

      THREAD_POOL_WAITS

      Attachments

        Activity

          People

            greenman Ian Gilfillan
            jacob.moorman Jacob Moorman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.