Skip to content

Commit eda1425

Browse files
committed
Improve the documentation of some TRX_RSEG fields
1 parent 502e244 commit eda1425

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

storage/innobase/include/trx0rseg.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,12 @@ struct trx_rseg_t {
212212

213213
/* Transaction rollback segment header */
214214
/*-------------------------------------------------------------*/
215-
#defineTRX_RSEG_FORMAT0/* -2 = pre-MariaDB 10.3.5 format;
216-
0=MariaDB 10.3.5 or later */
217-
#defineTRX_RSEG_HISTORY_SIZE4/* Number of file pages occupied
218-
by the logs in the history list */
219-
#defineTRX_RSEG_HISTORY8/* The update undo logs for committed
220-
transactions */
215+
/** 0xfffffffe = pre-MariaDB 10.3.5 format; 0=MariaDB 10.3.5 or later */
216+
#defineTRX_RSEG_FORMAT0
217+
/** Number of pages in the TRX_RSEG_HISTORY list */
218+
#defineTRX_RSEG_HISTORY_SIZE4
219+
/** Committed transaction logs that have not been purged yet */
220+
#defineTRX_RSEG_HISTORY8
221221
#defineTRX_RSEG_FSEG_HEADER(8 + FLST_BASE_NODE_SIZE)
222222
/* Header for the file segment where
223223
this page is placed */

0 commit comments

Comments
 (0)