One of my talbe has a multicolumn index with total 1011 characters. storage engine is InnoDB.
The same table was working just fine in mysql 5.6.26. but now when i upgraded to mysql 5.7.16 i get error Specified key was too long; max key length is 3072 bytes.
I know there's limist on total size of index. but the question is, why was it working in 5.6 and stopped working in 5.7. Is there some thing i can do without reducing the size of columns.