6 messages in com.mysql.lists.clusterRe: Transactions (not rolling back on...
FromSent OnAttachments
Cor...@ SkyVantage14 Dec 2005 23:44 
Jonathan Miller15 Dec 2005 06:07 
Cor...@ SkyVantage16 Dec 2005 23:42 
pek...@mysql.com17 Dec 2005 02:36 
Cor...@ SkyVantage17 Dec 2005 09:16 
pek...@mysql.com17 Dec 2005 15:15 
Subject:Re: Transactions (not rolling back on error)
From:Cor...@ SkyVantage (las@skyvantage.com)
Date:12/16/2005 11:42:37 PM
List:com.mysql.lists.cluster

I think it might have something to do with the fact that I'm running the NDB engine. I'm not sure... It doesn't seem to have the same problem on Inno (another transaction-safe engine)

I think I need to send MySQL some info so they can try to duplicate it.

I'm wondering if anyone else running cluster has had any issues with transactions??? Anyone? I'd _really_ like to get this working since my work-around is in my web application until I can get it working...

Good to see you on this list too James! :)

Cory.

James Harvard wrote:

Hi Cory - nice to see a fellow Lasso user here!

I've not use transactions myself but I think you might be having a problem with
autocommit. http://dev.mysql.com/doc/refman/5.0/en/commit.html

At 12:44 am -0700 15/12/05, Cory @ SkyVantage wrote:

I have a transaction that is very simple, I need to create records in multiple
tables that are related. If any one insert statement fails or throws an error I
want to rollback the ENTIRE transaction.

I thought that this was the default functionality, but apparently that's not the
case here.

I'm running MySQL-Cluster 5.0.something.