• Marko Mäkelä's avatar
    Bug#55832: selects crash too easily when innodb_force_recovery>3 · ce7d6a28
    Marko Mäkelä authored
    dict_update_statistics_low(): Create bogus statistics for those
    indexes that cannot be accessed because of the innodb_force_recovery
    setting.
    
    ha_innobase::info(): Calculate statistics for each index, even if
    innodb_force_recovery is set. Fill in bogus data for those indexes
    that are not accessed because of the innodb_force_recovery setting.
    ce7d6a28
dict0dict.c 128 KB