diff options
author | unknown <heikki@donna.mysql.fi> | 2001-05-04 16:13:45 +0300 |
---|---|---|
committer | unknown <heikki@donna.mysql.fi> | 2001-05-04 16:13:45 +0300 |
commit | f82415239e5b9e140d7b3ea7755ceeafe2b55bdd (patch) | |
tree | 4a69998ef7d9e03e40dab8f34fc79a3881c5cd7c /Docs | |
parent | 4b9ade89b1e6144ba9c3ec2fe4ed61b09895bcef (diff) | |
download | mariadb-git-f82415239e5b9e140d7b3ea7755ceeafe2b55bdd.tar.gz |
manual.texi Fixed a typo in InnoDB record size
Docs/manual.texi:
Fixed a typo in InnoDB record size
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 0ff58bbd08d..54977248890 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -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 |