Skip to content
Snippets Groups Projects
  1. Aug 08, 2016
  2. Aug 05, 2016
  3. Aug 04, 2016
    • Konstantin Nazarov's avatar
      Compare UUIDs consistently · 49a8f216
      Konstantin Nazarov authored
      The C code uses memcmp() to compare UUIDs for server selection
      in replication bootstrap, but in lua there is no way to do it,
      because UUIDs there are represented as strings.
      
      This patch fixes the C implementation so that it will behave
      as if UUIDs are compared as strings.
      
      Fixes #1598
      49a8f216
    • Roman Tsisyk's avatar
      Rename field type names, deprecate 'num' · 3dff7589
      Roman Tsisyk authored
      * Rename fields types in data dictionary and test suite:
       - 'num' => 'unsigned'
       - 'str' => 'string'
       - 'int' => 'integer'
      * Force coversion to lowercase
      * Add aliases to space:create_index():
       - 'str' => 'string'
       - 'num' => 'unsigned' -- logs "field type 'num' is deprecated" warning
       - 'uint' => 'unsigned'
       - 'int' => 'integer'
      * Add prefix to `enum field_type` members
      * Add upgrade_to_1_7_2() script
      
      Fixes #942
      Fixes #1534
      3dff7589
  4. Aug 03, 2016
  5. Aug 02, 2016
Loading