mirror of
https://github.com/MariaDB/server.git
synced 2025-07-17 12:02:09 +03:00
merging
This commit is contained in:
@ -2110,7 +2110,7 @@ int setup_fields(THD *thd, TABLE_LIST *tables, List<Item> &fields,
|
||||
thd->used_tables|=item->used_tables();
|
||||
}
|
||||
}
|
||||
DBUG_RETURN(test(thd->fatal_error));
|
||||
DBUG_RETURN(test(thd->fatal_error || thd->net.report_error));
|
||||
}
|
||||
|
||||
|
||||
@ -2324,7 +2324,7 @@ int setup_conds(THD *thd,TABLE_LIST *tables,COND **conds)
|
||||
table->on_expr=and_conds(table->on_expr,cond_and);
|
||||
}
|
||||
}
|
||||
DBUG_RETURN(test(thd->fatal_error));
|
||||
DBUG_RETURN(test(thd->fatal_error || thd->net.report_error));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user