Commit 4698fbee authored by unknown's avatar unknown

New qsort implementation


sql/sql_handler.cc:
  Fixed insert_fields usage
parent fe983ca7
This diff is collapsed.
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment