1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

bzr merge -r4089..4091 codership/5.6

This commit is contained in:
Nirbhay Choubey
2014-05-21 18:10:43 -04:00
parent 0b98d2fd2a
commit 0bf3ed12a5

View File

@ -2761,6 +2761,9 @@ mysql_execute_command(THD *thd)
#endif
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);
break;
}