Commit 6312ba60 authored by unknown's avatar unknown

Explanation of maximum index length changed to maximum index width.


BitKeeper/etc/ignore:
  Added Docs/texi2dvi.out to the ignore list
parent edae34c4
...@@ -421,3 +421,4 @@ vio/test-sslclient ...@@ -421,3 +421,4 @@ vio/test-sslclient
vio/test-sslserver vio/test-sslserver
vio/viotest-ssl vio/viotest-ssl
Docs/#manual.texi# Docs/#manual.texi#
Docs/texi2dvi.out
...@@ -746,8 +746,8 @@ Very fast B-tree disk tables with index compression. ...@@ -746,8 +746,8 @@ Very fast B-tree disk tables with index compression.
@item @item
Up to 32 indexes per table are allowed. Each index may consist of 1 to 16 Up to 32 indexes per table are allowed. Each index may consist of 1 to 16
columns or parts of columns. The maximum index length is 500 bytes (this columns or parts of columns. The maximum index width is 500 bytes
may be changed when compiling MySQL). An index may use a prefix (this may be changed when compiling MySQL). An index may use a prefix
of a @code{CHAR} or @code{VARCHAR} field. of a @code{CHAR} or @code{VARCHAR} field.
@item @item
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment