aboutsummaryrefslogtreecommitdiff
path: root/databases/proxysql/files/patch-include_MySQL__HostGroups__Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/proxysql/files/patch-include_MySQL__HostGroups__Manager.h')
-rw-r--r--databases/proxysql/files/patch-include_MySQL__HostGroups__Manager.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/proxysql/files/patch-include_MySQL__HostGroups__Manager.h b/databases/proxysql/files/patch-include_MySQL__HostGroups__Manager.h
new file mode 100644
index 000000000000..0829899a6aaa
--- /dev/null
+++ b/databases/proxysql/files/patch-include_MySQL__HostGroups__Manager.h
@@ -0,0 +1,14 @@
+--- include/MySQL_HostGroups_Manager.h.orig 2025-11-05 18:26:00 UTC
++++ include/MySQL_HostGroups_Manager.h
+@@ -1250,9 +1250,9 @@ T j_get_srv_default_int_val(
+ return val;
+ } else {
+ proxy_error(
+- "Invalid value %ld supplied for 'mysql_hostgroup_attributes.servers_defaults.%s' for hostgroup %d."
++ "Invalid value %lld supplied for 'mysql_hostgroup_attributes.servers_defaults.%s' for hostgroup %d."
+ " Value NOT UPDATED.\n",
+- static_cast<int64_t>(val), key.c_str(), hid
++ static_cast<long long int>(val), key.c_str(), hid
+ );
+ }
+ } else {