Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2020-12-14 12:08:52 +02:00

View File

@ -200,7 +200,7 @@ void GaleraMonitor::update_server_status(MonitorServer* monitored_server)
/* Check if the the Galera FSM shows this node is joined to the cluster */ /* Check if the the Galera FSM shows this node is joined to the cluster */
const char* cluster_member = const char* cluster_member =
" SELECT * FROM (" " SELECT LOWER(VARIABLE_NAME), VARIABLE_VALUE FROM ("
" SELECT * FROM information_schema.SESSION_STATUS" " SELECT * FROM information_schema.SESSION_STATUS"
" UNION" " UNION"
" SELECT * FROM information_schema.SESSION_VARIABLES) AS t" " SELECT * FROM information_schema.SESSION_VARIABLES) AS t"