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