BUG#29203 - archive tables have weird values in show table status
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.
Showing
Please register or sign in to comment