[Typo3-dev] Code change template cache logic

Arne Skjaerholt arnsholt at broadpark.no
Thu Dec 8 14:44:04 CET 2005


> Other RDBMS do support a transaction block so there is no reason to use 
> REPLACE.

Unfortunately MySQL only supports transactions on InnoDB, BDB and NDB
Cluster tables, and Typo3 is hard-coded to create all tables as MyISAM.
Therefore with Typo3, it'll silently ignore BEGIN/COMMIT statements, and
auto-commit your statements one by one if you try to start a transaction
with BEGIN.

Arne
:wq





More information about the TYPO3-dev mailing list