1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

New qsort implementation

This commit is contained in:
monty@donna.mysql.fi
2001-05-20 13:44:10 +03:00
parent ab9c0df7f8
commit c32ee4ee35
2 changed files with 160 additions and 204 deletions

View File

@ -104,7 +104,7 @@ int mysql_ha_read(THD *thd, TABLE_LIST *tables,
List_iterator<Item> it(list);
it++;
insert_fields(thd,tables,tables->name,&it);
insert_fields(thd,tables,tables->db,tables->name,&it);
table->file->index_init(keyno);