Comment 3 for bug 1622588

Revision history for this message
Yura Sorokin (yura-sorokin) wrote :

"TABLE_SHARE::destroy()" used to unconditionally destroy "zip_dict_data" and "zip_dict_data" in field definitions. These fields could have been left with garbage if "open_table()" returned an error.

"innodb.xtradb_compressed_columns" MTR test case extended with steps provided in this bug.

Fixed in the initial "compressed_columns" commit
https://github.com/percona/percona-server/pull/735