Merge pull request #5129 from Confushion/include_settings_information_schema_stats_expiry

Include "information_schema_stats_expiry" as a known setting
pull/5161/head
Keith Brings 7 months ago committed by GitHub
commit 9382dec4eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -98,6 +98,7 @@ static const std::set<std::string> mysql_variables_numeric = {
"auto_increment_increment",
"auto_increment_offset",
"group_concat_max_len",
"information_schema_stats_expiry",
"innodb_lock_wait_timeout",
"join_buffer_size",
"lock_wait_timeout",

Loading…
Cancel
Save