Deze (patroon)oplossing is slechts een tijdelijke oplossing die u zal helpen om de IF-voorwaarde in de MySQL-scripts te gebruiken -
SET @s = IF(IsTargetVersion(1.1), 'ALTER TABLE t1 ENGINE = InnoDB', 'DO SLEEP(0)');
PREPARE stmt1 FROM @s;
EXECUTE stmt1;