diff --git a/storage/innodb_plugin/include/trx0trx.h b/storage/innodb_plugin/include/trx0trx.h index 9511f6feb8c..664b868e762 100644 --- a/storage/innodb_plugin/include/trx0trx.h +++ b/storage/innodb_plugin/include/trx0trx.h @@ -519,7 +519,7 @@ struct trx_struct{ srv_conc_enter_innodb to be inside the InnoDB engine */ - /* Fields protected by dict_operation_loco(). 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: