mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
branches/zip: trx0sys.ic: Correct a typo in a comment.
This commit is contained in:
parent
f3a579fffb
commit
60ab209323
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,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.7, this is
|
||||
UNIV_UNDEFINED if the slot is unused */
|
||||
ULINT_UNDEFINED for unused slots */
|
||||
#define TRX_SYS_RSEG_PAGE_NO 4 /* page number where the the segment
|
||||
header is placed; this is FIL_NULL
|
||||
if the slot is unused */
|
||||
|
|
Loading…
Reference in a new issue