Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use performance schema processlist table #1443

Open
bgrainger opened this issue Jan 28, 2024 · 0 comments
Open

Use performance schema processlist table #1443

bgrainger opened this issue Jan 28, 2024 · 0 comments

Comments

@bgrainger
Copy link
Member

The ProcessList schema (used by MySqlConnection.GetSchema("ProcessList")) uses INFORMATION_SCHEMA.PROCESSLIST.

From MySQL Server 8.0, this is deprecated:

INFORMATION_SCHEMA.PROCESSLIST is deprecated and subject to removal in a future MySQL release. As such, the implementation of SHOW PROCESSLIST which uses this table is also deprecated. It is recommended to use the Performance Schema implementation of PROCESSLIST instead.

Evaluate cross-server compatibility (e.g., this seems to be supported in MariaDB 10.5 and possibly earlier but may be disabled by default) and use the new table on servers that support it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant