We receive "errno: 139" when we try to create an InnoDB table with over 1000 columns. Is there any setting we can change to get this to work?
Right now I think our only two options are:
1) Use MyISAM storage engine
2) Change table to have < 1000 columns
Is there a third option that will let this number of columns work with InnoDB?
Thanks!
Right now I think our only two options are:
1) Use MyISAM storage engine
2) Change table to have < 1000 columns
Is there a third option that will let this number of columns work with InnoDB?
Thanks!