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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user