hi guys!
anyone testing column compression and have problems when changing form one table format to other?

i created a new table with blob compressed column, and i'm trying to insert select from old table, but i got a problem:

MariaDB [test]> insert into new_table select * from old_table;
ERROR 1406 (22001): Data too long for column 'data' at row 1

using aria or innodb engine give the same error, it's a BLOB columns

tahnks

--
Roberto Spadim