index_intlen defaults to 4 now

This commit is contained in:
Howard Chu 2007-11-25 13:20:44 +00:00
parent 8a8a05d811
commit 53b87d1dbe
2 changed files with 2 additions and 4 deletions

View File

@ -455,9 +455,8 @@ feature. The default is 0.
.TP
.B olcIndexIntLen: <integer>
Specify the key length for ordered integer indices. The most significant
bytes of the binary integer will be used for index keys. The minimum
bytes of the binary integer will be used for index keys. The default
value is 4, which provides exact indexing for 32 bit values.
The default is 0, which disables the use of ordered indexing.
.TP
.B olcIndexSubstrIfMaxlen: <integer>
Specify the maximum length for subinitial and subfinal indices. Only

View File

@ -472,9 +472,8 @@ continuing with the next line of the current file.
.TP
.B index_intlen <integer>
Specify the key length for ordered integer indices. The most significant
bytes of the binary integer will be used for index keys. The minimum
bytes of the binary integer will be used for index keys. The default
value is 4, which provides exact indexing for 32 bit values.
The default is 0, which disables the use of ordered indexing.
.TP
.B index_substr_if_minlen <integer>
Specify the minimum length for subinitial and subfinal indices. An