I have an InnoDB table in a mysql 5.5 database that is defined with ROW_FORMAT=FIXED.
When I attempt to use SQLyog to copy that table to a 5.7 server, I get this error:
Table storage engine for ‘tablename’ doesn’t have this option
I think SQLyog should be smart enough to omit the incompatible options between versions when copying a table.