> Yeah, just go with InnoDB. :-)

any good ? I took a look at the documentation, but it all seemed somewhat
heavyweight for my liking...

I have an application that runs very nicely at the moment - we have one minor
problem which is that we have one insert into two tables which may not hapen
properly if a process is killed (e.g. websever sutdown) at the wrong moment.
it happens once in a blue boom, but I wanted to fix it by rolling it
up in a BEGIN / COMMIT just for those two sql transactions.

But I;ve been working on it for 4 days now and it's not happening
unfortunately! If INNODB is actually table (unlike the problems I have had
with BDB) then I might try that, but currently I am thinking of just
sticking with  myISAM.

cheers,

-pcf.


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