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

InnoDB support for HANDLER

This commit is contained in:
serg@serg.mysql.com
2002-08-21 20:55:34 +00:00
parent 8160291c6e
commit 99a954f405
8 changed files with 215 additions and 22 deletions

View File

@ -117,6 +117,7 @@ int mysql_ha_read(THD *thd, TABLE_LIST *tables,
keyname,tables->name);
return -1;
}
table->file->index_init(keyno);
}
List<Item> list;
@ -127,7 +128,7 @@ int mysql_ha_read(THD *thd, TABLE_LIST *tables,
insert_fields(thd,tables,tables->db,tables->name,&it);
table->file->index_init(keyno);
table->file->init_table_handle_for_HANDLER(); // Only InnoDB requires it
select_limit+=offset_limit;
send_fields(thd,list,1);