Skip to content

Commit

Permalink
refs codership/mysql-wsrep#60 explicit braces around empty body
Browse files Browse the repository at this point in the history
  • Loading branch information
temeo authored and Nirbhay Choubey committed May 8, 2015
1 parent 226c249 commit 0fdfca6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sql/wsrep_var.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0fdfca6

Please sign in to comment.