• osku's avatar
    Change this in ha_innobase: · 58809043
    osku authored
     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.
    58809043
ha_innodb.h 12.4 KB