MySQL Forums
Forum List  »  NDB clusters

Re: Deadlock found when trying to get lock
Posted by: Kenan Ozturk
Date: May 02, 2005 12:10AM

it happens when try to update a table

startTransaction (conn);

try {

if (isPersistent) {

updateOM (conn, om);

} else {

addMO (conn, om);

}

commitTransaction (conn);

it is a new created database, not being used at the moment just for the software tests.

Here are the details:

Redhat Linux A.S 3.0
1 gm ram of each
300 MB database size
HP servers

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Deadlock found when trying to get lock
7400
May 02, 2005 12:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.