You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Revert "Setup ProxySQL before each test (#1375)"
This reverts commit 3432c20.
* Make ProxySQLRule wait on startup before connectivity is checked
Also, log ProxySQL output
Signed-off-by: Thomas Segismont <[email protected]>
* Add MySQL Logs
Signed-off-by: Thomas Segismont <[email protected]>
* Prefix MySQL network alias
Signed-off-by: Thomas Segismont <[email protected]>
---------
Signed-off-by: Thomas Segismont <[email protected]>
execStatement(format("UPDATE global_variables SET variable_value='%s' WHERE variable_name='mysql-monitor_username'", MONITORING_USER));
40
40
execStatement(format("UPDATE global_variables SET variable_value='%s' WHERE variable_name='mysql-monitor_password'", MONITORING_USER_PASSWORD));
41
+
execStatement("UPDATE global_variables SET variable_value='2000' WHERE variable_name IN ('mysql-monitor_connect_interval','mysql-monitor_ping_interval','mysql-monitor_read_only_interval')");
0 commit comments