Re: Row level locking in InnoDB

2001-11-15 Thread Heikki Tuuri
Kishor, >Hi, > >We are trying to implement row level locking in our appln. >we have a table Orderwe are locking the table using >SELECT * FROM Order FOR UPDATE; >but still another user is able to update this table. why? check with mysql>SHOW TABLE STATUS FROM yourdatabasename; that you

Row level locking in InnoDB

2001-11-15 Thread Kishor K
Hi, We are trying to implement row level locking in our appln. we have a table Order we are locking the table using SELECT * FROM Order FOR UPDATE; but still another user is able to update this table. why? we have autocommit set to zero. Our requirement is 1. user selects a order for