yandex / mysync

MySync is mysql high-availability and cluster configuration tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

information_schema.PROCESSLIST is deprecated

ostinru opened this issue · comments

From MySQL 8.2 changelog:
https://dev.mysql.com/doc/relnotes/mysql/8.2/en/news-8-2-0.html

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.

It is recommended to use the Performance Schema implementation of SHOW PROCESSLIST instead. As such, performance_schema_show_processlist is also deprecated and subject to removal in a future MySQL release. (WL #15915)