diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2002-01-17 18:56:02 +0200 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2002-01-17 18:56:02 +0200 |
commit | ca907d20991f95ee8bcfd46c9498b705848ebe23 (patch) | |
tree | b696b9f4188a2a15d6ee2ace5d424c2bf3fbad90 /sql/sql_update.cc | |
parent | 5985d500962b36895eb8ee97e7c0847b9f08411a (diff) | |
download | mariadb-git-ca907d20991f95ee8bcfd46c9498b705848ebe23.tar.gz |
normal maintenance. Nothing for Arjen ...
Docs/manual.texi:
normal maintenance
sql/sql_update.cc:
To reflect the changes Monty made with keyreads..
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc index f7e2ffc48b9..5776cba7e96 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -360,7 +360,7 @@ multi_update::multi_update(THD *thd_arg, TABLE_LIST *ut, List<Item> &fs, for (TABLE_LIST *dt=ut ; dt ; dt=dt->next,counter++) { TABLE *table=ut->table; - (void) ut->table->file->extra(HA_EXTRA_NO_KEYREAD); +// (void) ut->table->file->extra(HA_EXTRA_NO_KEYREAD); dt->table->used_keys=0; if (table->timestamp_field) { |