Re: Some non-transactional changed tables couldn't be rolled back

2006-08-30 Thread Chris
obed wrote: Hi all... i'm developing an aplication and i'm need to use begin, commit, rollback, but when i try to use rollback i get a warning | Warning | 1196 | Some non-transactional changed tables couldn't be rolled back | Transactions only work for table types that support

Some non-transactional changed tables couldn't be rolled back

2006-08-30 Thread obed
Hi all... i'm developing an aplication and i'm need to use begin, commit, rollback, but when i try to use rollback i get a warning | Warning | 1196 | Some non-transactional changed tables couldn't be rolled back | this is what i did mysql> begin; Query OK, 0 rows affected