Changes between Initial Version and Version 1 of Ticket #21212, comment 14
- Timestamp:
- 10/09/2012 07:08:18 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21212, comment 14
initial v1 3 3 4 4 So, the requirements are: 5 5 6 MyISAM tables: 6 MySQL >= 5.5.3 (Assuming we don't add any indexes larger than 250 characters.)7 * MySQL >= 5.5.3 (Assuming we don't add any indexes larger than 250 characters.) 7 8 8 9 InnoDB tables: 9 MySQL >= 5.5.1410 innodb_file_format=barracuda11 innodb_file_per_table=true12 innodb_large_prefix=true13 All tables with ROW_FORMAT=(DYNAMIC|COMPRESSED)10 * MySQL >= 5.5.14 11 * innodb_file_format=barracuda 12 * innodb_file_per_table=true 13 * innodb_large_prefix=true 14 * All tables with ROW_FORMAT=(DYNAMIC|COMPRESSED) 14 15 15 16 Any other table formats: 16 * head explode*17 * *head explode* 17 18 18 19 We can certainly detect these settings, it's just a question of whether that kind of complex (and edge-case-y) test should be in core.