mariadb/mysql-test/r/bad_frm_crash_5029.result
Sergei Golubchik a5d7e70119 MDEV-5029 Crash in MariaDB 5.5.33 with .frm from older MariaDB release
don't set TABLE_SHARE::keys before TABLE_SHARE::key_info is set,
otherwise an error might leave only the first property set and it will
confuse TABLE_SHARE::destroy()
2013-09-18 09:09:27 +02:00

2 lines
67 B
Text

show create table t1;
ERROR 42000: Unknown storage engine 'InnoDB'