Skip to content
Snippets Groups Projects
  1. Oct 09, 2017
  2. Oct 06, 2017
  3. Oct 05, 2017
  4. Oct 04, 2017
  5. Oct 03, 2017
    • Vladislav Shpilevoy's avatar
      vinyl: introduce a function to validate vy_index formats · 69da8060
      Vladislav Shpilevoy authored
      vy_index_validate_formats() check consistency of vy_index formats.
      For example, all formats must have the same value of index_field_count
      and mem_format must be equal to disk_format for the primary index.
      
      Update disk_format for the primary key in the case when ALTER adds
      a new space:format() field.
      69da8060
  6. Oct 02, 2017
    • Vladislav Shpilevoy's avatar
      Refactor field_def · dcc5963a
      Vladislav Shpilevoy authored
      Extract struct tuple_field from field_def. Store field_def in space_def
      and tuple_field in tuple_format.
      It allows to do not store field names in tuple_format and do not
      store binary offsets and internal flags in field definition
      (specified by an user).
      dcc5963a
Loading