mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
Fix typo in r216: replace 5.1.19 with 5.1.7
This commit is contained in:
parent
d4e8116b57
commit
33453aedc1
2 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ extern fil_addr_t fil_addr_null;
|
||||||
The opposite does not hold.
|
The opposite does not hold.
|
||||||
|
|
||||||
In tablespaces created by
|
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
|
contents of this field is valid
|
||||||
for all uncompressed pages. */
|
for all uncompressed pages. */
|
||||||
#define FIL_PAGE_FILE_FLUSH_LSN 26 /* this is only defined for the
|
#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_UNDO_LOG 2 /* Undo log page */
|
||||||
#define FIL_PAGE_INODE 3 /* Index node */
|
#define FIL_PAGE_INODE 3 /* Index node */
|
||||||
#define FIL_PAGE_IBUF_FREE_LIST 4 /* Insert buffer free list */
|
#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_TYPE_ALLOCATED 0 /* Freshly allocated page */
|
||||||
#define FIL_PAGE_IBUF_BITMAP 5 /* Insert buffer bitmap */
|
#define FIL_PAGE_IBUF_BITMAP 5 /* Insert buffer bitmap */
|
||||||
#define FIL_PAGE_TYPE_SYS 6 /* System page */
|
#define FIL_PAGE_TYPE_SYS 6 /* System page */
|
||||||
|
|
|
@ -17,7 +17,7 @@ typedef byte trx_sysf_rseg_t;
|
||||||
/*-------------------------------------------------------------*/
|
/*-------------------------------------------------------------*/
|
||||||
#define TRX_SYS_RSEG_SPACE 0 /* space where the the segment
|
#define TRX_SYS_RSEG_SPACE 0 /* space where the the segment
|
||||||
header is placed; starting with
|
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 */
|
UNIV_UNDEFINED if the slot is unused */
|
||||||
#define TRX_SYS_RSEG_PAGE_NO 4 /* page number where the the segment
|
#define TRX_SYS_RSEG_PAGE_NO 4 /* page number where the the segment
|
||||||
header is placed; this is FIL_NULL
|
header is placed; this is FIL_NULL
|
||||||
|
|
Loading…
Add table
Reference in a new issue