summaryrefslogtreecommitdiff
path: root/sql/sql_load.cc
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-04-02 20:42:35 +0200
committerunknown <serg@serg.mylan>2004-04-02 20:42:35 +0200
commit6429b1beb0685d75f9229aca58aa4b33ae1b5300 (patch)
treedfc8d7c560515b2d009e6d8800028290852daaba /sql/sql_load.cc
parent30a6f187dc497a3ba816182062e450f9d97c2918 (diff)
downloadmariadb-git-6429b1beb0685d75f9229aca58aa4b33ae1b5300.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.cc1
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);