Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

mysql: Use Performance Schema processlist implementation if available #1390

Merged
merged 2 commits into from
Oct 26, 2023

Conversation

vobruba-martin
Copy link
Contributor

INFORMATION_SCHEMA.PROCESSLIST is deprecated and subject to removal in a future MySQL release. As such, the implementation of SHOW PROCESSLIST which uses that table is also deprecated.
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html#mysqld-8-0-35-deprecation-removal

The new Performace Schema implementation is available since 8.0.22. https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-22.html#mysqld-8-0-22-performance-schema

INFORMATION_SCHEMA.PROCESSLIST is deprecated and subject to removal in a future
MySQL release. As such, the implementation of SHOW PROCESSLIST which uses that
table is also deprecated.
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html#mysqld-8-0-35-deprecation-removal

The new Performace Schema implementation is available since 8.0.22.
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-22.html#mysqld-8-0-22-performance-schema
@vobruba-martin vobruba-martin force-pushed the mysql-processlist-deprecated branch from 97953ff to 3e0ad15 Compare October 26, 2023 09:58
@ilyam8
Copy link
Member

ilyam8 commented Oct 26, 2023

Thanks, @vobruba-martin!

@vobruba-martin
Copy link
Contributor Author

@ilyam8 Thanks for the review!

@ilyam8 ilyam8 merged commit 8c62b8d into netdata:master Oct 26, 2023
@vobruba-martin vobruba-martin deleted the mysql-processlist-deprecated branch October 26, 2023 13:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants