EE Version 1.6.8 Build: 20091201
MySQL Version 5.0.51a-3ubuntu5.4
MSM Installed
I create a new field group, and then try to create a new text area field in that group.
On trying to save the new field I get:
MySQL ERROR:
Error Number: 1005
Description: Can’t create table ‘./ee/#sql-d5b_45917.frm’ (errno: 139)
Query: ALTER TABLE exp_weblog_data ADD COLUMN field_ft_517 tinytext NULL
I suspect we are running into MySQL row length limits (as we do have just over 500 fields and some of those are FFM fields) - but am frustrated trying to find tools to debug and confirm that.
I found a “SHOW TABLE STATUS” command to return information about the tables in question - but it’s returning 0 for “max_data_length”.
I’m admittedly a bit out of my league here. Are there better tools to use to :
A. Determine if I am indeed running into a MySQL limitation.
B. Know what our maximum row length is
C. Be able to determine the effects of any field/IA restructuring.