mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
WL#1724 "Min/Max Optimization for Queries with Group By Clause"
- after-review changes - merged with the source tree from 204-08-27
This commit is contained in:
@ -635,7 +635,7 @@ int write_record(TABLE *table,COPY_INFO *info)
|
||||
goto err;
|
||||
}
|
||||
}
|
||||
key_copy((byte*) key,table,key_nr,0);
|
||||
key_copy((byte*) key,table->record[0],table->key_info+key_nr,0);
|
||||
if ((error=(table->file->index_read_idx(table->record[1],key_nr,
|
||||
(byte*) key,
|
||||
table->key_info[key_nr].
|
||||
|
Reference in New Issue
Block a user