refs codership/mysql-wsrep#60 explicit braces around empty body
This commit is contained in:
parent
226c249ab3
commit
0fdfca6937
@ -570,7 +570,9 @@ static void export_wsrep_status_to_mysql(THD* thd)
|
|||||||
|
|
||||||
for (wsrep_status_len = 0;
|
for (wsrep_status_len = 0;
|
||||||
thd->wsrep_status_vars[wsrep_status_len].name != NULL;
|
thd->wsrep_status_vars[wsrep_status_len].name != NULL;
|
||||||
wsrep_status_len++);
|
wsrep_status_len++) {
|
||||||
|
/* */
|
||||||
|
}
|
||||||
|
|
||||||
#if DYNAMIC
|
#if DYNAMIC
|
||||||
if (wsrep_status_len != mysql_status_len) {
|
if (wsrep_status_len != mysql_status_len) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user