mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
manual.texi Fixed a typo in InnoDB record size
Docs/manual.texi: Fixed a typo in InnoDB record size
This commit is contained in:
parent
4b9ade89b1
commit
f82415239e
1 changed files with 1 additions and 1 deletions
|
|
@ -25293,7 +25293,7 @@ Each secondary index record contains also all the fields defined
|
|||
for the clustered index key.
|
||||
@item
|
||||
A record contains also a pointer to each field of the record.
|
||||
If the total length of the fields in a record is < 256 bytes, then
|
||||
If the total length of the fields in a record is < 128 bytes, then
|
||||
the pointer is 1 byte, else 2 bytes.
|
||||
@end itemize
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue