Hello,
just a notice for possible improvements:
When doing an
ALTER TABLE DB
.table
ENGINE InnoDB;
on an ARIA table it fails with
/ SQL-Error (1005): Can't create table DB
.table
(errno: 140 "Wrong create options") /
because of the ROW_FORMAT=PAGE
in the ARIA table.
Removing this by hand solved the problem.