mirror of https://github.com/sysown/proxysql
The MCP module's flush_mcp_variables___database_to_runtime() was missing the logic to populate runtime_global_variables table. This caused the table to remain empty even though global_variables was correctly populated. Following the same pattern as admin variables (line 268), this commit adds: 1. Call to flush_mcp_variables___runtime_to_database(admindb, ..., true) to populate runtime_global_variables 2. Checksum generation for cluster sync After this fix, both global_variables and runtime_global_variables will contain MCP variables after ProxySQL startup.pull/5310/head
parent
ef07831780
commit
2874c9ad54
Loading…
Reference in new issue