- Re-implement CREATE COMPRESSION_DICTIONARY, DROP COMPRESSION_DICTIONARY
- Allow CREATE TABLE to use 'WITH COMPRESSION_DICTIONARY'
- DDLs on tables with compression dictionary
- Prevent dropping of COMPRESSION DICTIONARY with existing references
- Allow compression_dictionary on tables with partitions
- Fix mysqldump to show compression dictionary
- New I_S views on compression dictionary tables
- Fix tests to use new I_S views
- Throw proper errors (ER_COMPRESSION_*)
- Error handling in innodb_read_only mode
- Handle upgrade from 5.7
- Handle creation of dictionary tables in 8.0 at startup (mysql-8.0 -> PS8.0 )
- Add upgrade test
- Prevent direct access to mysql.compression_dictionary and mysql.compression_dictionary_cols table
该提问来源于开源项目:percona/percona-server