[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 ( Correct names may be verified by doing the following: mysql -uroot -h0 -P16000 -e'show tables from Information_Schema;' | grep THREAD Correct names: THREAD_POOL_GROUPS THREAD_POOL_QUEUES THREAD_POOL_STATS THREAD_POOL_WAITS |