• Mattias Jonsson's avatar
    Bug#36312: InnoDB DATA_FREE BUG? · 4effc0bc
    Mattias Jonsson authored
    Problem is that DATA_FREE in SHOW TABLE STATUS
    is not correct when not using innodb_file_per_table.
    
    The solution is to use I_S.PARTITIONS instead.
    
    This is only a small fix for correcting mean record length and
    always return 0 if the table is empty.
    4effc0bc
ha_partition.cc 188 KB