1. 11 Apr, 2018 1 commit
  2. 09 Apr, 2018 2 commits
  3. 08 Apr, 2018 1 commit
  4. 08 Feb, 2018 1 commit
    • Varun Gupta's avatar
      Post merge fix · 34ff2967
      Varun Gupta authored
      rocksdb_set_update_cf_options functions was freeing a pointer which it should not.
      34ff2967
  5. 01 Feb, 2018 3 commits
  6. 31 Jan, 2018 1 commit
  7. 30 Jan, 2018 1 commit
  8. 29 Jan, 2018 1 commit
    • Sergei Petrunia's avatar
      Post-merge fixes · 819adb44
      Sergei Petrunia authored
      - Fix rocksdb.rocksdb test
      - Update rocksdb.autoinc_crash_safe_partition* tests
      819adb44
  9. 27 Jan, 2018 2 commits
    • Sergei Petrunia's avatar
      Merge from merge-myrocks: · e3a03da2
      Sergei Petrunia authored
      commit 445e518b
      Author: Sergei Petrunia <psergey@askmonty.org>
      Date:   Sat Jan 27 10:18:20 2018 +0000
      
          Copy of
          commit f8f364b47f2784f16b401f27658f1c16eaf348ec
          Author: Jay Edgar <jkedgar@fb.com>
          Date:   Tue Oct 17 15:19:31 2017 -0700
      
              Add a hashed, hierarchical, wheel timer implementation
      
              Summary:
              In order to implement idle timeouts on detached sessions we need something inside MySQL that is lightweight and can handle calling events in the future wi
      
              By default the timers are grouped into 10ms buckets (the 'hashed' part), though the size of the buckets is configurable at the creation of the timer.  Eac
      
              Reviewed By: djwatson
      
              Differential Revision: D6199806
      
              fbshipit-source-id: 5e1590f
      e3a03da2
    • Sergei Petrunia's avatar
      Copy of · 445e518b
      Sergei Petrunia authored
      commit f8f364b47f2784f16b401f27658f1c16eaf348ec
      Author: Jay Edgar <jkedgar@fb.com>
      Date:   Tue Oct 17 15:19:31 2017 -0700
      
          Add a hashed, hierarchical, wheel timer implementation
      
          Summary:
          In order to implement idle timeouts on detached sessions we need something inside MySQL that is lightweight and can handle calling events in the future with very little cost for cancelling or resetting the event.  A hashed, hi
      
          By default the timers are grouped into 10ms buckets (the 'hashed' part), though the size of the buckets is configurable at the creation of the timer.  Each wheel (the 'wheel' part) maintains 256 buckets and cascades to the whe
      
          Reviewed By: djwatson
      
          Differential Revision: D6199806
      
          fbshipit-source-id: 5e1590f
      445e518b
  10. 12 Jan, 2018 3 commits
  11. 11 Jan, 2018 7 commits
  12. 10 Jan, 2018 8 commits
  13. 09 Jan, 2018 4 commits
  14. 08 Jan, 2018 5 commits