Skip to content
Snippets Groups Projects
  1. Oct 10, 2017
    • Alexandr Lyapunov's avatar
      Fix collation test on some platforms and disable collation in vinyl · 2097908f
      Alexandr Lyapunov authored
      It is appeared that ICU v50 supports CLRD-22 when ICU v51+ supports
      CLRD-23+. One of the CLRD-23 changes comparing to CLRD-22 is
      local script collates before other scripts. In general that means
      that having different ICU version we get different order with
      non-Latin locales. The main problem is that a run that was sorted
      with one version of tarantool becomes unsorted in another.
      
      Fix tests that depends on that order and disable collation in vinyl.
      2097908f
  2. Oct 09, 2017
  3. Oct 06, 2017
  4. Oct 05, 2017
  5. Oct 04, 2017
  6. 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
Loading