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 d27244ee5c6..6dfb5d6974d 100644 --- a/sql/sql_load.cc +++ b/sql/sql_load.cc @@ -391,7 +391,7 @@ bool mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list, error= read_sep_field(thd, info, table_list, fields_vars, set_fields, set_values, read_info, *enclosed, skip_lines, ignore); - if (!thd->prelocked_mode && table->file->ha_end_bulk_insert() && !error) + if (!thd->prelocked_mode && table->file->ha_end_bulk_insert(0) && !error) { table->file->print_error(my_errno, MYF(0)); error= 1; |