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

Make countFromInformationSchema function compatible with MySQL 8 #2651

Closed

Conversation

px3303
Copy link
Contributor

@px3303 px3303 commented Jan 11, 2022

Turn off statistics caching for MySQL 8.
To always retrieve the latest statistics directly from the storage engine and bypass cached values, set information_schema_stats_expiry to 0.
See https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_information_schema_stats_expiry

Checklist

To always retrieve the latest statistics directly from the storage engine and bypass cached values, set information_schema_stats_expiry to 0.
See https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_information_schema_stats_expiry
@px3303 px3303 requested a review from a team as a code owner January 11, 2022 11:48
@px3303 px3303 requested a review from smeiklej January 11, 2022 11:48
@px3303 px3303 closed this Jan 11, 2022
@px3303 px3303 deleted the countUnsequenced_compatible_mysql8 branch January 19, 2022 14:50
@px3303
Copy link
Contributor Author

px3303 commented Jan 19, 2022

Moved to #2652

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

Successfully merging this pull request may close these issues.

1 participant