Skip to content
Snippets Groups Projects
Commit 801c906d authored by mechanik20051988's avatar mechanik20051988 Committed by Nikita Pettik
Browse files

memtx: replace direct function calls to calls via pointers from vtab

Previously in memtx space direct memtx_tuple_new/memtx_tuple_delete
function calls were used. Also pointers to functions, used for alloc/free
memory for memtx tuples are stored in tuple_format_vtab. Replaced direct
memtx_tuple_new and memtx_tuple_delete function calls in memtx_space to
calls via pointers from vtab.
Part of #5419
parent 2dd126fb
No related branches found
No related tags found
Loading
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