Explanation of maximum index length changed to maximum index width.

This commit is contained in:
Administrator@co3064164-a.rochd1.qld.optushome.com.au 2001-10-17 10:54:54 +10:00
parent 97b2626d17
commit d19d469e63
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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