Skip to content

feature(schema): implement Space::create_index and Index::drop

Alexey Protsenko requested to merge feature/index-create-drop-lua-call into master
  1. Implement schema::create_index as wrapper around space_object:create_index from Lua API.
  2. Implement schema::drop_index as wrapper around index_object:drop from Lua API.
  3. Add Space::create_index and Index:drop methods.
  4. Add tests for Space::create_index and Index:drop.
  5. Add more functions to ffi module.

Merge request reports