Re: ROLLBACK not working in Red Hat Linux 7 but does in RedHat Linux 6.2 (MySQL3.23.33)

2001-02-25 Thread Tomi Junnila
* Irmund Thum <[EMAIL PROTECTED]> wrote on 25.02.01 17:20: > ERROR 1196: Warning: Some non-transactional changed tables couldn't be > rolled back > *** > so I'm not that expert knowing what "non-transactional changed tables" > exactly means You're probably using the RPM version or otherwise just

Re: ROLLBACK not working in Red Hat Linux 7 but does in RedHat Linux 6.2 (MySQL3.23.33)

2001-02-25 Thread Irmund Thum
[EMAIL PROTECTED] schrieb: > > create table bdbtest (pk int primary key, name varchar(20)) type=bdb; > begin; > insert into bdbtest values (1, 'tim'); > rollback; > select * from bdbtest; > (I see the row but should not) on RH7 I get *** mysql> select * from bdbtest; ++--+ | pk | name |

ROLLBACK not working in Red Hat Linux 7 but does in RedHat Linux 6.2 (MySQL3.23.33)

2001-02-25 Thread Timothy_Dyck
Hi all, has anyone also seen problems with ROLLBACK not working when installing MySQL on Red Hat Linux 7.0? On Red Hat Linux 7.0, ROLLBACK does nothing (though it doesn't generate an error either, and the table is listed as a BDB in show table status, and locking works as expected with a BDB t