Commit 0bf3ed12 authored by Nirbhay Choubey's avatar Nirbhay Choubey

bzr merge -r4089..4091 codership/5.6

parent 0b98d2fd
...@@ -2761,6 +2761,9 @@ mysql_execute_command(THD *thd) ...@@ -2761,6 +2761,9 @@ mysql_execute_command(THD *thd)
#endif #endif
case SQLCOM_SHOW_STATUS: case SQLCOM_SHOW_STATUS:
{ {
#ifdef WITH_WSREP
if (WSREP_CLIENT(thd) && wsrep_causal_wait(thd)) goto error;
#endif /* WITH_WSREP */
execute_show_status(thd, all_tables); execute_show_status(thd, all_tables);
break; break;
} }
......
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