Skip to content
Snippets Groups Projects
Commit d8e06100 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

gh-2046, optimized comparators for sequential keys, review fixes

* fix a bug with partial initialization of tuple_format
  in case of zero field count (space with no indexes, we still may
  allocate a tuple for this space, so need an initialized format,
  but will fail to insert it)
* replace assert() for small field_map_size with an error
  message, introduce a new error code for field count limit,
  i.e. limit on how many fields can participate in indexes
* renames & comments
parent 78102868
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