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
33453aed
Commit
33453aed
authored
Feb 20, 2006
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in r216: replace 5.1.19 with 5.1.7
parent
d4e8116b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
include/fil0fil.h
include/fil0fil.h
+2
-2
include/trx0sys.ic
include/trx0sys.ic
+1
-1
No files found.
include/fil0fil.h
View file @
33453aed
...
...
@@ -74,7 +74,7 @@ extern fil_addr_t fil_addr_null;
The opposite does not hold.
In tablespaces created by
MySQL/InnoDB 5.1.
19
or later, the
MySQL/InnoDB 5.1.
7
or later, the
contents of this field is valid
for all uncompressed pages. */
#define FIL_PAGE_FILE_FLUSH_LSN 26
/* this is only defined for the
...
...
@@ -97,7 +97,7 @@ extern fil_addr_t fil_addr_null;
#define FIL_PAGE_UNDO_LOG 2
/* Undo log page */
#define FIL_PAGE_INODE 3
/* Index node */
#define FIL_PAGE_IBUF_FREE_LIST 4
/* Insert buffer free list */
/* File page types introduced in MySQL/InnoDB 5.1.
19
*/
/* File page types introduced in MySQL/InnoDB 5.1.
7
*/
#define FIL_PAGE_TYPE_ALLOCATED 0
/* Freshly allocated page */
#define FIL_PAGE_IBUF_BITMAP 5
/* Insert buffer bitmap */
#define FIL_PAGE_TYPE_SYS 6
/* System page */
...
...
include/trx0sys.ic
View file @
33453aed
...
...
@@ -17,7 +17,7 @@ typedef byte trx_sysf_rseg_t;
/*-------------------------------------------------------------*/
#define TRX_SYS_RSEG_SPACE 0 /* space where the the segment
header is placed; starting with
MySQL/InnoDB 5.1.
19
, this is
MySQL/InnoDB 5.1.
7
, this is
UNIV_UNDEFINED if the slot is unused */
#define TRX_SYS_RSEG_PAGE_NO 4 /* page number where the the segment
header is placed; this is FIL_NULL
...
...
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