Skip to content

Commit

Permalink
Merge pull request #4583 from sysown/v2.x-240708
Browse files Browse the repository at this point in the history
Initialize all_modules_started also for release
  • Loading branch information
renecannao authored Jul 9, 2024
2 parents 26bb978 + 29383c7 commit 538bfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ProxySQL_Admin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6041,9 +6041,9 @@ ProxySQL_Admin::ProxySQL_Admin() :
variables.web_port_old = variables.web_port;
variables.web_verbosity = 0;
variables.p_memory_metrics_interval = 61;
all_modules_started = false;
#ifdef DEBUG
variables.debug=GloVars.global.gdbg;
all_modules_started = false;
debug_output = 1;
proxysql_set_admin_debug_output(debug_output);
#endif /* DEBUG */
Expand Down

0 comments on commit 538bfb8

Please sign in to comment.