File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -212,12 +212,12 @@ struct trx_rseg_t {
212212
213213/* Transaction rollback segment header */
214214/* -------------------------------------------------------------*/
215- # define TRX_RSEG_FORMAT 0 /* -2 = pre-MariaDB 10.3.5 format;
216- 0=MariaDB 10.3.5 or later */
217- # define TRX_RSEG_HISTORY_SIZE 4 /* Number of file pages occupied
218- by the logs in the history list */
219- # define TRX_RSEG_HISTORY 8 /* The update undo logs for committed
220- transactions */
215+ /* * 0xfffffffe = pre-MariaDB 10.3.5 format; 0=MariaDB 10.3.5 or later */
216+ # define TRX_RSEG_FORMAT 0
217+ /* * Number of pages in the TRX_RSEG_HISTORY list */
218+ # define TRX_RSEG_HISTORY_SIZE 4
219+ /* * Committed transaction logs that have not been purged yet */
220+ # define TRX_RSEG_HISTORY 8
221221#define TRX_RSEG_FSEG_HEADER (8 + FLST_BASE_NODE_SIZE)
222222/* Header for the file segment where
223223this page is placed */
You can’t perform that action at this time.
0 commit comments