diff options
author | unknown <serg@serg.mylan> | 2004-04-02 20:42:35 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-04-02 20:42:35 +0200 |
commit | a66fe8dcd5e7106df8e6ce01b1c2fc10c3990b2c (patch) | |
tree | dfc8d7c560515b2d009e6d8800028290852daaba /sql/sql_load.cc | |
parent | 7c27065c3e79ad2e39fa71ead9121296008faf10 (diff) | |
download | mariadb-git-a66fe8dcd5e7106df8e6ce01b1c2fc10c3990b2c.tar.gz |
cleanup of ha_myisam::deactivate_non_unique_index() and Co.
Diffstat (limited to 'sql/sql_load.cc')
-rw-r--r-- | sql/sql_load.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_load.cc b/sql/sql_load.cc index 58a9b9c588d..5118b063fb8 100644 --- a/sql/sql_load.cc +++ b/sql/sql_load.cc @@ -280,7 +280,6 @@ int mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list, table->next_number_field=table->found_next_number_field; VOID(table->file->extra_opt(HA_EXTRA_WRITE_CACHE, thd->variables.read_buff_size)); - table->bulk_insert= 1; if (handle_duplicates == DUP_IGNORE || handle_duplicates == DUP_REPLACE) table->file->extra(HA_EXTRA_IGNORE_DUP_KEY); |