1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix build failure.

This commit is contained in:
Nirbhay Choubey
2016-12-05 16:28:29 -05:00
parent 52ea5ad865
commit 55b4579633

View File

@@ -2643,7 +2643,7 @@ mysql_execute_command(THD *thd)
!(thd->variables.wsrep_dirty_reads &&
lex->sql_command == SQLCOM_SELECT) &&
!(lex->sql_command == SQLCOM_SELECT &&
!all_table) &&
!all_tables) &&
!wsrep_is_show_query(lex->sql_command))
{
my_message(ER_UNKNOWN_COM_ERROR,