Skip to content
Snippets Groups Projects
Commit 85c55397 authored by Kirill Yukhin's avatar Kirill Yukhin Committed by Konstantin Osipov
Browse files

sql: Implement Tarantool support in `Clear` b-tree method (#2145).

     * Make `Clear` btree method use direct box_truncate().
     * Add testcase.

sql: Decode NULL promoting the pointer (#2145).

     * MsgPack decode of NULL in SQL connector didn't promote parse pointer.
     Add proper promotion. Add test.

sql: Remove normalize_iter_type() from sql.c

Remove the function definition. Use a similar function from index.h

sql: Remove get_space_id() from sql.c

Use SQLITE_PAGENO_TO_SPACEID/SQLITE_PAGENO_TO_INDEXID instead.
parent 0baf1ee6
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