diff options
author | heikki@donna.mysql.fi <> | 2001-05-04 16:13:45 +0300 |
---|---|---|
committer | heikki@donna.mysql.fi <> | 2001-05-04 16:13:45 +0300 |
commit | 223fd497c7b04ec05793a312b518d82b5ad6e356 (patch) | |
tree | 4a69998ef7d9e03e40dab8f34fc79a3881c5cd7c | |
parent | 2df55115b67dfb06d7d314e01abddd17a66ad1c1 (diff) | |
download | mariadb-git-223fd497c7b04ec05793a312b518d82b5ad6e356.tar.gz |
manual.texi Fixed a typo in InnoDB record size
-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 |