Commit 09a8580b authored by Sergey Vojtovich's avatar Sergey Vojtovich

Applying InnoDB snapshot

Detailed revision comments:

r6718 | marko | 2010-02-16 15:06:16 +0200 (Tue, 16 Feb 2010) | 1 line
branches/zip: Fix a comment.
parent f957ec3d
...@@ -519,10 +519,10 @@ struct trx_struct{ ...@@ -519,10 +519,10 @@ struct trx_struct{
srv_conc_enter_innodb to be inside the srv_conc_enter_innodb to be inside the
InnoDB engine */ InnoDB engine */
/* Fields protected by dict_operation_lock(). The very latch /* Fields protected by dict_operation_lock. The very latch
it is used to track. */ it is used to track. */
ulint dict_operation_lock_mode; ulint dict_operation_lock_mode;
/* 0, RW_S_LATCH, or RW_X_LATCH: /*!< 0, RW_S_LATCH, or RW_X_LATCH:
the latch mode trx currently holds the latch mode trx currently holds
on dict_operation_lock */ on dict_operation_lock */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment