1. 22 Dec, 2017 1 commit
  2. 21 Dec, 2017 1 commit
  3. 20 Dec, 2017 6 commits
  4. 19 Dec, 2017 5 commits
  5. 18 Dec, 2017 10 commits
  6. 17 Dec, 2017 1 commit
    • Monty's avatar
      Fixed memory leak in my_rocks · 06f0b23a
      Monty authored
      rocksdb_sys_vars.rocksdb_update_cf_options_basic.test failed with
      reports about not freed memory.
      06f0b23a
  7. 16 Dec, 2017 2 commits
  8. 15 Dec, 2017 1 commit
    • Sergei Petrunia's avatar
      MDEV-14293: MyRocks lacks basic functionality · 64b11e61
      Sergei Petrunia authored
      The error
        "Unsupported collation on string indexed column %s Use
          binary collation (latin1_bin, binary, utf8_bin)."
      
      is misleading. Change it:
      - It is now a warning
      - It is printed only for collations that do not support index-only access
        (reversible collations that use unpack_info are ok)
      - The new warning text is:
      
        Indexed column %s.%s uses a collation that does not allow index-only
        access in secondary key and has reduced disk space efficiency
        in primary key.
      64b11e61
  9. 14 Dec, 2017 4 commits
  10. 13 Dec, 2017 9 commits