Skip to content

Commit

Permalink
Fix build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirbhay Choubey committed Dec 5, 2016
1 parent 52ea5ad commit 55b4579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_parse.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 55b4579

Please sign in to comment.