summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2002-12-06 22:49:16 +0200
committerunknown <monty@mashka.mysql.fi>2002-12-06 22:49:16 +0200
commit7cc9c3c6bf6d39ba057d6573a2d95fc7d987cc8e (patch)
treef60fd431bb804b5add23cd9dd5b6efb5af3f243c /sql/sql_update.cc
parent9b5167eeac3e8d14134769334d94f260cb5db277 (diff)
downloadmariadb-git-7cc9c3c6bf6d39ba057d6573a2d95fc7d987cc8e.tar.gz
Don't initialize fulltext functions twice in multi-table-update
mysql-test/mysql-test-run.sh: Added option --extern (from 4.1) mysql-test/r/multi_update.result: Portability fix mysql-test/t/multi_update.test: Portability fix
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc
index 4eab38bebad..2416a99faa8 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -517,7 +517,6 @@ int multi_update::prepare(List<Item> &not_used_values)
for (i=0 ; i < table_count ; i++)
set_if_bigger(max_fields, fields_for_table[i]->elements);
copy_field= new Copy_field[max_fields];
- init_ftfuncs(thd,1);
DBUG_RETURN(thd->fatal_error != 0);
}