mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
bzr merge -r4089..4091 codership/5.6
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user