From e4745f8ea0114201ef87c683feeadd81db75eb58 Mon Sep 17 00:00:00 2001 From: Keith Brings Date: Tue, 14 Oct 2025 15:59:04 +0700 Subject: [PATCH] Revert "Include "information_schema_stats_expiry" as a known setting" --- lib/MySQL_Session.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/MySQL_Session.cpp b/lib/MySQL_Session.cpp index 08e044d76..38943ffaa 100644 --- a/lib/MySQL_Session.cpp +++ b/lib/MySQL_Session.cpp @@ -98,7 +98,6 @@ 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",