1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Non-functional changes.

Remove the unused data type dict_cluster_t.
Remove a bogus comment about latching order.
This commit is contained in:
Marko Mäkelä
2011-01-17 14:06:48 +02:00
parent 9cd4d49840
commit 1f3975b4f8
4 changed files with 2 additions and 16 deletions

View File

@@ -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