From 2eb1bb6bdd276f09bafac332dc2f81a0a8ed1af6 Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Thu, 1 Apr 2010 15:55:20 +0400 Subject: [PATCH] Applying InnoDB snapshot Detailed revision comments: r6715 | sunny | 2010-02-16 10:14:21 +0200 (Tue, 16 Feb 2010) | 1 line branches/zip: Fix comment. Non functional change. --- storage/innodb_plugin/include/trx0trx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: