mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
branches/zip: Fix a comment.
This commit is contained in:
parent
b045a484e8
commit
80ac9f4e4e
1 changed files with 2 additions and 2 deletions
|
@ -519,10 +519,10 @@ struct trx_struct{
|
|||
srv_conc_enter_innodb to be inside the
|
||||
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. */
|
||||
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
|
||||
on dict_operation_lock */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue