Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/reference/reference_lua/box_space/create_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ and what index types are allowed.
<limitations_bytes_in_index_key>`. A varbinary byte sequence
does not have a :ref:`collation <index-collation>`
because its contents are not UTF-8 characters
- memtx TREE, HASH or BITSET (since version 2.7) indexes;
- memtx TREE, HASH or BITSET (since version :doc:`2.7.1 </release/2.7.1>`) indexes;

vinyl TREE indexes
- '\\65 \\66 \\67'
Expand Down
2 changes: 1 addition & 1 deletion doc/release/2.7.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Core

- Now it is allowed to define an index without extra braces when there
is only one part: ``parts = {field1, type1, ...}`` (gh-2866).
- Bitset index now supports the varbinary type (gh-5392).
- :ref:`Bitset index <indexes-bitset>` now supports the varbinary type (gh-5392).
- Index-related options now can’t be specified in their definition due
to a more pedantic key-parts verification (gh-5473).
- A warning is now logged when schema version is older than last
Expand Down