Details
-
Feature
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Since MySQL5 a create table statement for InnoDB tables should use Engine=InnoDB instead of Type=InnoDB, but Type=InnoDB was so far backward compatible.
Since MySQL5.5 an error is thrown when using Type=InnoDB.
Some tables are creating via the Setup and other from the Job Scheduler.