Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: zero plus nine?
(Example: nine)

The Note You're Voting On

JonasJ
17 years ago
Just a quick (and perhaps obvious) note for MySQL users;

Don't scratch your head if it isn't working if you are using a MyISAM table to test the rollbacks with.

Both rollBack() and beginTransaction() will return TRUE but the rollBack will not happen.

Convert the table to InnoDB and run the test again.

<< Back to user notes page

To Top