Bug #20397 ยป 11040.diff
t3lib/class.t3lib_sqlparser.php (working copy) | ||
---|---|---|
|
||
// 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 = '';
|
||
}
|
||
... | ... | |
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_sqlparser.php']);
|
||
}
|
||
|
||
?>
|
||
?>
|