Commit eda14259 authored by Marko Mäkelä's avatar Marko Mäkelä

Improve the documentation of some TRX_RSEG fields

parent 502e2445
...@@ -212,12 +212,12 @@ struct trx_rseg_t { ...@@ -212,12 +212,12 @@ struct trx_rseg_t {
/* Transaction rollback segment header */ /* Transaction rollback segment header */
/*-------------------------------------------------------------*/ /*-------------------------------------------------------------*/
#define TRX_RSEG_FORMAT 0 /* -2 = pre-MariaDB 10.3.5 format; /** 0xfffffffe = pre-MariaDB 10.3.5 format; 0=MariaDB 10.3.5 or later */
0=MariaDB 10.3.5 or later */ #define TRX_RSEG_FORMAT 0
#define TRX_RSEG_HISTORY_SIZE 4 /* Number of file pages occupied /** Number of pages in the TRX_RSEG_HISTORY list */
by the logs in the history list */ #define TRX_RSEG_HISTORY_SIZE 4
#define TRX_RSEG_HISTORY 8 /* The update undo logs for committed /** Committed transaction logs that have not been purged yet */
transactions */ #define TRX_RSEG_HISTORY 8
#define TRX_RSEG_FSEG_HEADER (8 + FLST_BASE_NODE_SIZE) #define TRX_RSEG_FSEG_HEADER (8 + FLST_BASE_NODE_SIZE)
/* Header for the file segment where /* Header for the file segment where
this page is placed */ this page is placed */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment