Skip to content

Commit ad7359f

Browse files
committed
WL#5275: Process subqueries in FROM clause in the same way as view
Followup: Fixing a bad merge with a replication worklog.
1 parent ebbfb38 commit ad7359f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/sql_load.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ int mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list,
240240
DBUG_RETURN(true);
241241

242242
if (select->setup_tables(thd, table_list, false))
243+
DBUG_RETURN(true);
243244

244245
if (run_before_dml_hook(thd))
245246
DBUG_RETURN(true);

0 commit comments

Comments
 (0)