Comment 3 for bug 1633957

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

A bit more simplified test case to reproduce this problem

CREATE COMPRESSION_DICTIONARY d0('');
CREATE TABLE t0(id INT, a BLOB COLUMN_FORMAT COMPRESSED WITH COMPRESSION_DICTIONARY d0) ENGINE=InnoDB;
CREATE TABLE t1(id INT, a BLOB) SELECT * FROM t0;