mirror of https://github.com/sysown/proxysql
The flush_genai_variables___database_to_runtime() function was using hardcoded 'admindb' instead of the 'db' parameter passed to the function. This caused the function to always query from admindb, ignoring the actual database parameter. This fixes the issue where runtime_global_variables table was not being populated on startup because the query was always hitting the same database regardless of the parameter.pull/5310/head
parent
4018a0ad3b
commit
6ffb59b856
Loading…
Reference in new issue