summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheikki@donna.mysql.fi <>2001-05-04 16:13:45 +0300
committerheikki@donna.mysql.fi <>2001-05-04 16:13:45 +0300
commit223fd497c7b04ec05793a312b518d82b5ad6e356 (patch)
tree4a69998ef7d9e03e40dab8f34fc79a3881c5cd7c
parent2df55115b67dfb06d7d314e01abddd17a66ad1c1 (diff)
downloadmariadb-git-223fd497c7b04ec05793a312b518d82b5ad6e356.tar.gz
manual.texi Fixed a typo in InnoDB record size
-rw-r--r--Docs/manual.texi2
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