Index: t3lib/class.t3lib_sqlparser.php =================================================================== --- t3lib/class.t3lib_sqlparser.php (revision 5381) +++ t3lib/class.t3lib_sqlparser.php (working copy) @@ -487,7 +487,7 @@ // Finding what is after the table definition - table type in MySQL if ($delim==')') { - if ($this->nextPart($parseString, '^(TYPE[[:space:]]*=)')) { + if ($this->nextPart($parseString, '^((ENGINE|TYPE)[[:space:]]*=)')) { $result['tableType'] = $parseString; $parseString = ''; } @@ -1741,4 +1741,4 @@ include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_sqlparser.php']); } -?> \ No newline at end of file +?>