[MDEV-22767] Incorrect information schema threadpool table names listed in KB 10.5 change page Created: 2020-06-01  Updated: 2020-06-07  Resolved: 2020-06-07

Status: Closed
Project: MariaDB Server
Component/s: Documentation
Affects Version/s: 10.5.3
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Jacob Moorman (Inactive) Assignee: Ian Gilfillan
Resolution: Fixed Votes: 0
Labels: 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


Generated at Thu Feb 08 09:17:19 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.