Seite 1 von 1

Transaction-safe

Verfasst: Di 16. Dez 2003, 15:26
von alessandro
Hi Timo,
our intention is to alter some contenido tables to have innerDB in place of the default type MYIsam.

This is to use transactional modus and to have the possibility to create a php function that insert something in contenido tables that have the possibility to do a ROLLBACK if something goes wrong.

Are there any problem altering contenido tables to innerDB Type?

Thank's for the answer.

Alex

Verfasst: Di 16. Dez 2003, 15:46
von timo
Hi Alex,

I don't know - remember that this will include heavy modifications to Contenido's core and all of its functions. So if you do it, do it on your own risk :)

Good luck,
Timo

Verfasst: Di 16. Dez 2003, 16:04
von alessandro
Hi timo,
do contenido use something to be transaction-safe?
What happen when I'm creating a language (for example) and the server goes down?

Let me know.

Alex

Verfasst: Di 16. Dez 2003, 16:06
von timo
alessandro hat geschrieben:Hi timo,
do contenido use something to be transaction-safe?
What happen when I'm creating a language (for example) and the server goes down?

Alex
The result is undefined. In the worst case, you would have to remove the language and create it again. Regular backups are a must.