mariadb/handler
osku 58809043f4 Change this in ha_innobase:
void*           innobase_prebuilt;

to this:

 row_prebuilt_t* prebuilt;

by introducing the typedef in ha_innodb.h, and remove all the now needless
local variables and casts in ha_innodb.cc.
2007-01-11 14:24:53 +00:00
..
ha_innodb.cc Change this in ha_innobase: 2007-01-11 14:24:53 +00:00
ha_innodb.h Change this in ha_innobase: 2007-01-11 14:24:53 +00:00
Makefile.am Merge a change from MySQL AB: 2007-01-11 09:36:27 +00:00