MySQL Forums
Forum List  »  InnoDB

Re: Innodb row level locking
Posted by: niranjan joshi
Date: January 11, 2009 11:15PM

Hi Vinod
Thanks for ur replay i am pasting output of command u want


mysql> show create table tab1;
+-------+-----------------------------------------------------------------------
------------------+
| Table | Create Table
|
+-------+-----------------------------------------------------------------------
------------------+
| tab1 | CREATE TABLE `tab1` (
`i` int(11) default NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
+-------+-----------------------------------------------------------------------
------------------+
1 row in set (0.00 sec)


mysql> show variables like 'innodb_locks_unsafe_for_binlog';
+--------------------------------+-------+
| Variable_name | Value |
+--------------------------------+-------+
| innodb_locks_unsafe_for_binlog | OFF |
+--------------------------------+-------+
1 row in set (0.00 sec)

Options: ReplyQuote


Subject
Views
Written By
Posted
7241
January 08, 2009 11:36PM
2876
January 09, 2009 04:21AM
Re: Innodb row level locking
2959
January 11, 2009 11:15PM
2855
January 12, 2009 02:18AM
2313
March 06, 2009 05:46AM


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.