Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
eda14259
Commit
eda14259
authored
Feb 06, 2018
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve the documentation of some TRX_RSEG fields
parent
502e2445
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
storage/innobase/include/trx0rseg.h
storage/innobase/include/trx0rseg.h
+6
-6
No files found.
storage/innobase/include/trx0rseg.h
View file @
eda14259
...
...
@@ -212,12 +212,12 @@ struct trx_rseg_t {
/* Transaction rollback segment header */
/*-------------------------------------------------------------*/
#define TRX_RSEG_FORMAT 0
/* -2 = pre-MariaDB 10.3.5 format;
0=MariaDB 10.3.5 or later */
#define TRX_RSEG_HISTORY_SIZE 4
/* Number of file pages occupied
by the logs in the history list */
#define TRX_RSEG_HISTORY 8
/* The update undo logs for committed
transactions */
/** 0xfffffffe = pre-MariaDB 10.3.5 format; 0=MariaDB 10.3.5 or later */
#define TRX_RSEG_FORMAT 0
/** Number of pages in the TRX_RSEG_HISTORY list */
#define TRX_RSEG_HISTORY_SIZE 4
/** Committed transaction logs that have not been purged yet */
#define TRX_RSEG_HISTORY 8
#define TRX_RSEG_FSEG_HEADER (8 + FLST_BASE_NODE_SIZE)
/* Header for the file segment where
this page is placed */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment