Re: weird transaction issues

2003-09-12 Thread Jeremy Zawodny
On Fri, Sep 12, 2003 at 03:16:41PM +1000, Daniel Rossi wrote: > > hi there, i am trying to use transactions on some innodb tables although a few > things i am experiencing, on one query the value appears, i refresh the page and the > value dissapears again, i am using persistant connections in ph

weird transaction issues

2003-09-11 Thread Daniel Rossi
hi there, i am trying to use transactions on some innodb tables although a few things i am experiencing, on one query the value appears, i refresh the page and the value dissapears again, i am using persistant connections in php, the value is actually there in the console, what could be the prob

RE: Transaction issues

2001-02-14 Thread Mehalick, Richard RE SSI-GRAX
(WCK) / Fax:281-544-2646(WCK) / email: [EMAIL PROTECTED] - -Original Message- From: Marc Soda [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 2:30 PM To: [EMAIL PROTECTED] Subject: Transaction issues -BEGIN PGP SIGNED

Transaction Issues

2001-02-13 Thread Phil Daintree
The documentation puts me off going with BDB tables - since there is a big performance hit. There is a fair bit in the manual as to the preferred approach under MySQL ie atomic updates. At the moment for MyISAM tables - the fast ones I understand - it seems that all we have to play with is Lock

Transaction issues

2001-02-13 Thread Marc Soda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, I am new to the list and need assistance. I noticed this thread in the archives, but I didn't see an answer. So, I'll ask it again. I have tried several times to use BerkeleyDB with MySQL to provide transaction support. It has failed