• Sergey Vojtovich's avatar
    BUG#29203 - archive tables have weird values in show table status · f22baa9a
    Sergey Vojtovich authored
    Archive engine returns wrong values for average record length
    and max data length.
    
    With this fix they're calculated as following:
    - max data length is 2 ^ 63 where large files are supported
      and INT_MAX32 where this is not supported;
    - average record length is data length / records in data file.
    f22baa9a
archive.test 101 KB