1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

New qsort implementation

sql/sql_handler.cc:
  Fixed insert_fields usage
This commit is contained in:
unknown
2001-05-20 13:44:10 +03:00
parent fe983ca7b3
commit 4698fbee51
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);