refs codership/mysql-wsrep#60 explicit braces around empty body

This commit is contained in:
Teemu Ollakka 2015-02-10 18:27:21 +02:00 committed by Nirbhay Choubey
parent 226c249ab3
commit 0fdfca6937

View File

@ -570,7 +570,9 @@ static void export_wsrep_status_to_mysql(THD* thd)
for (wsrep_status_len = 0;
thd->wsrep_status_vars[wsrep_status_len].name != NULL;
wsrep_status_len++);
wsrep_status_len++) {
/* */
}
#if DYNAMIC
if (wsrep_status_len != mysql_status_len) {