summaryrefslogtreecommitdiff
path: root/storage/innodb_plugin/include/trx0rseg.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innodb_plugin/include/trx0rseg.h')
-rw-r--r--storage/innodb_plugin/include/trx0rseg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/storage/innodb_plugin/include/trx0rseg.h b/storage/innodb_plugin/include/trx0rseg.h
index a25d84f1e84..e3674089735 100644
--- a/storage/innodb_plugin/include/trx0rseg.h
+++ b/storage/innodb_plugin/include/trx0rseg.h
@@ -135,9 +135,7 @@ struct trx_rseg_struct{
ulint id; /*!< rollback segment id == the index of
its slot in the trx system file copy */
mutex_t mutex; /*!< mutex protecting the fields in this
- struct except id; NOTE that the latching
- order must always be kernel mutex ->
- rseg mutex */
+ struct except id, which is constant */
ulint space; /*!< space where the rollback segment is
header is placed */
ulint zip_size;/* compressed page size of space