Skip to content

Commit 55b4579

Browse files
author
Nirbhay Choubey
committed
Fix build failure.
1 parent 52ea5ad commit 55b4579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_parse.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2643,7 +2643,7 @@ mysql_execute_command(THD *thd)
26432643
!(thd->variables.wsrep_dirty_reads &&
26442644
lex->sql_command == SQLCOM_SELECT) &&
26452645
!(lex->sql_command == SQLCOM_SELECT &&
2646-
!all_table) &&
2646+
!all_tables) &&
26472647
!wsrep_is_show_query(lex->sql_command))
26482648
{
26492649
my_message(ER_UNKNOWN_COM_ERROR,

0 commit comments

Comments
 (0)