[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 |
+----+------+
|  1 | tim  |
+----+------+
1 row in set (0.00 sec)

mysql> rollback;
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


-- http://it97.dyn.dhs.org --
 Irmund    Thum
+49 179 6998564 
+49 6374 992541

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to