MySQL Forums
Forum List  »  General

Locking the row after reading
Posted by: Prasad Kavuri
Date: March 03, 2005 12:38AM

Dear all,

This is regarding locking the row after select statement.
Once the record was returned then it should lock until we perform update on that row.
So until updation no one should get that row as result of another query.

Configuration: Mysql-4.1.10, Table type : InnoDB

We have tried with Select for update, but no use.
my query is like this using select for update:
SELECT num FROM account_number FOR UPDATE;

This one is really not locking the row. Is there any way? Please help me.

Thanks in advance,

Kavuri.

Options: ReplyQuote


Subject
Written By
Posted
Locking the row after reading
March 03, 2005 12:38AM


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.