Ref T11741. On recent-enough versions of MySQL, we would prefer to use InnoDB for fulltext indexes instead of MyISAM.
Allow bin/storage adjust to read actual and expected table engines, and apply adjustments as necessary.
We have one existing bad table that uses the wrong engine, metamta_applicationemail. This change corrects that table.