mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
normal maintenance. Nothing for Arjen ...
Docs/manual.texi: normal maintenance sql/sql_update.cc: To reflect the changes Monty made with keyreads..
This commit is contained in:
parent
5985d50096
commit
ca907d2099
2 changed files with 3 additions and 1 deletions
|
@ -48162,6 +48162,8 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
|
|||
|
||||
@itemize @bullet
|
||||
@item
|
||||
Made same changes in multi table updates as in multi table delete
|
||||
@item
|
||||
Fixed bug in multi table delete.
|
||||
@item
|
||||
Fixed bug in @code{SELECT CONCAT(argument-list) ... GROUP BY 1}.
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue