• Mattias Jonsson's avatar
    Bug#35745: SELECT COUNT(*) is not correct for some partitioned tables. · 19a48cdf
    Mattias Jonsson authored
    problem was that ha_partition::records was not implemented, thus
    using the default handler::records, which is not correct if the engine
    does not support HA_STATS_RECORDS_IS_EXACT.
    Solution was to implement ha_partition::records as a wrapper around
    the underlying partitions records.
    
    The rows column in explain partitions will now include the total
    number of records in the partitioned table.
    
    (recommit after removing out-commented code)
    19a48cdf
partition.result 53.3 KB