Commit 47b1235e authored by monty@donna.mysql.fi's avatar monty@donna.mysql.fi

new qsort

parents 914bbdca c32ee4ee
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