From 23874c4c0066eb7e13e1bac24b6cdd41374eba6a Mon Sep 17 00:00:00 2001 From: Menno van Gangelen Date: Tue, 23 Sep 2025 16:19:43 +0200 Subject: [PATCH] Include "information_schema_stats_expiry" as a known setting Setting "information_schema_stats_expiry" blocks mysql_query_rules changing hostgroup routing. https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_information_schema_stats_expiry This change includes "information_schema_stats_expiry" as a known setting. Signed-off-by: Menno van Gangelen --- lib/MySQL_Session.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/MySQL_Session.cpp b/lib/MySQL_Session.cpp index 4acacac0f..8bbc02bec 100644 --- a/lib/MySQL_Session.cpp +++ b/lib/MySQL_Session.cpp @@ -98,6 +98,7 @@ static const std::set 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",