* 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
[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 |
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