Commit 55b45796 authored by Nirbhay Choubey's avatar Nirbhay Choubey

Fix build failure.

parent 52ea5ad8
......@@ -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,
......
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