mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
branches/innodb+: Replace InnoDB+ with MySQL 5.5 in ibuf comments.
This commit is contained in:
parent
82d93a5237
commit
8f58da5f21
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ looking at the length of the field modulo DATA_NEW_ORDER_NULL_TYPE_BUF_SIZE.
|
|||
The high-order bit of the character set field in the type info is the
|
||||
"nullable" flag for the field.
|
||||
|
||||
In versions >= InnoDB+ plugin:
|
||||
In versions >= 5.5:
|
||||
|
||||
The optional marker byte at the start of the fourth field is replaced by
|
||||
mandatory 3 fields, totaling 4 bytes:
|
||||
|
@ -247,7 +247,7 @@ data from it. For details, see the description of the record format at the
|
|||
top of this file. */
|
||||
|
||||
/** @name Format of the fourth column of an insert buffer record
|
||||
The fourth column in the InnoDB+ Plugin format contains an operation
|
||||
The fourth column in the MySQL 5.5 format contains an operation
|
||||
type, counter, and some flags. */
|
||||
/* @{ */
|
||||
#define IBUF_REC_INFO_SIZE 4 /*!< Combined size of info fields at
|
||||
|
|
Loading…
Add table
Reference in a new issue