diff options
Diffstat (limited to 'sql/sql_load.cc')
-rw-r--r-- | sql/sql_load.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_load.cc b/sql/sql_load.cc index eed3aee791a..6c29a0184fa 100644 --- a/sql/sql_load.cc +++ b/sql/sql_load.cc @@ -298,7 +298,7 @@ bool mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list, table->copy_blobs=1; thd->no_trans_update= 0; - thd->abort_on_warning= (handle_duplicates != DUP_IGNORE && + thd->abort_on_warning= (!ignore && (thd->variables.sql_mode & (MODE_STRICT_TRANS_TABLES | MODE_STRICT_ALL_TABLES))); |