mariadb/mysql-test/innodb_bug36169.result
vasil a5b8b883c8 branches/zip:
Fix Bug#36169 create innodb compressed table with too large row size crashed

Sometimes it is possible that
row_drop_table_for_mysql(index->table_name, trx, FALSE); is invoked in
row_create_index_for_mysql() when the index object is freed, so copy the
table name to a safe place beforehand and use the copy.

Approved by:	Sunny
2008-04-23 05:45:19 +00:00

2 lines
80 B
Text

SET GLOBAL innodb_file_format='Barracuda';
SET GLOBAL innodb_file_per_table=ON;