Commit 0fdfca69 authored by Teemu Ollakka's avatar Teemu Ollakka Committed by Nirbhay Choubey

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

parent 226c249a
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment