Hi all,
I was looking into the bug reported under [0] which refers to listing of tables in a wrong order when sorted by the 'Size'. The error is due to the definition of 'Size', where size is calculated as (Data_length + Index_length) while it is sorted only by 'Data_length'. I would like to know what the correct definition for table size. Is it (Data_length + Index_length) or 'Data_length'?