Open oraclesod opened 3 years ago
If a table has the KEY_BLOCK_SIZE value set, c_parser fails the data dump
eg:
CREATE TABLE `settings` ( `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`name`) KEY_BLOCK_SIZE=1024 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;
If a table has the KEY_BLOCK_SIZE value set, c_parser fails the data dump
eg: