Please also note, that certain database engines (MyISAM, for instance, 
which was the default engine for a long time) does not support transactions 
and ignore all transaction control statements. If you want to use 
transactions, please ensure all tables, involved into the transaction, are 
using InnoDB engine, for example.

You can change engine with 

ALTER TABLE t1 ENGINE = InnoDB;

понедельник, 2 апреля 2012 г. 13:26:40 UTC+4 пользователь 
[email protected] написал:
>
> You are right! I forgot that...
> I'm going to check but probably will work fine.
>
> Thank you again.
>

Reply via email to