Skip to content
Snippets Groups Projects
Commit 96fa495b authored by Ilya Verbin's avatar Ilya Verbin Committed by Vladimir Davydov
Browse files

box: move index_opts::hint check from Lua to space_check_index_def

The checks in box.schema.index.create() and box.schema.index.alter()
were case sensitive, also it was possible to insert incorrect index
options directly into `box.space._index`. Fixed by adding checks
to memtx_space_check_index_def() and vinyl_space_check_index_def().

Closes #8937

NO_DOC=bugfix

(cherry picked from commit 4e25384b)
parent 640eb0f1
No related branches found
No related tags found
Loading
Showing with 220 additions and 29 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment