A fix and a test case for Bug#929654
A fix and a test case for Bu#929654 " Regression with secondary HASH indexes" Secodnary HASH indexes where skipped by build_indexes() when starting from a snapshot. Add a way to reserve space for as many values as necessary and enable HASH indexes in build_indexes(). Add a test.
Showing
- include/mhash.h 14 additions, 4 deletionsinclude/mhash.h
- mod/box/box.m 1 addition, 4 deletionsmod/box/box.m
- mod/box/index.h 1 addition, 0 deletionsmod/box/index.h
- mod/box/index.m 51 additions, 0 deletionsmod/box/index.m
- mod/box/tree.h 0 additions, 1 deletionmod/box/tree.h
- test/box_big/sql.result 26 additions, 0 deletionstest/box_big/sql.result
- test/box_big/sql.test 12 additions, 0 deletionstest/box_big/sql.test
- test/box_big/tarantool.cfg 12 additions, 0 deletionstest/box_big/tarantool.cfg
Loading
Please register or sign in to comment