1. 06 May, 2020 2 commits
  2. 04 May, 2020 1 commit
  3. 29 Apr, 2020 1 commit
  4. 28 Apr, 2020 1 commit
  5. 26 Apr, 2020 1 commit
  6. 17 Apr, 2020 1 commit
  7. 14 Apr, 2020 1 commit
  8. 13 Apr, 2020 1 commit
  9. 11 Apr, 2020 1 commit
  10. 10 Apr, 2020 1 commit
  11. 02 Apr, 2020 1 commit
  12. 01 Apr, 2020 3 commits
  13. 31 Mar, 2020 1 commit
  14. 30 Mar, 2020 1 commit
  15. 20 Mar, 2020 3 commits
  16. 18 Mar, 2020 1 commit
  17. 17 Mar, 2020 2 commits
  18. 11 Mar, 2020 2 commits
  19. 06 Mar, 2020 2 commits
  20. 05 Mar, 2020 1 commit
  21. 04 Mar, 2020 1 commit
    • yiwu-arbug's avatar
      implemented !Send for PerfContext struct (#442) · 9abbf010
      yiwu-arbug authored
      fix tikv/tikv#6973
      
      As mentioned in the linked issue, the aim is to implement `!Send` for the `PerfContext` struct.
      Although the issue is related to the `tikv/tikv` repo, the concerned `PerfContext` is taken from this repo. 
      Due to the rule that "foreign traits can't be implemented on foreign types", it isn't possible to directly implement the `!Send` trait on the `PerfContext` struct. So, either I had to enclose the `PerfContext` within another type and implement `!Send` for the new type (along with implementing all the functions present for `PerfContext`), or directly add the `!Send` implementation, where the struct is defined, i.e, in this repo.  I've taken the second path.
      but, there is a problem. `impl !Send` is currently only supported in nightly and not on stable channel.
      So, it's necessary to build this crate with nightly toolchain, if this patch is accepted.
      Signed-off-by: 's avatarGovardhan G D <govardhangdg@gmail.com>
      9abbf010
  22. 03 Mar, 2020 1 commit
  23. 27 Feb, 2020 1 commit
  24. 24 Feb, 2020 1 commit
  25. 07 Feb, 2020 1 commit
  26. 04 Feb, 2020 3 commits
  27. 31 Jan, 2020 1 commit
  28. 19 Jan, 2020 1 commit
  29. 09 Jan, 2020 1 commit
    • yiwu-arbug's avatar
      Update rocksdb to cb7efe6d7 (#419) · 72e45c3f
      yiwu-arbug authored
      Update rocksdb with the following changes:
      ```
      cb7efe6d7 2020-01-08 zbk602423539@gmail.. Add oldest snapshot sequence property (#6228) (#141)
      c7d775168 2020-01-07 zbk602423539@gmail.. statistics: make ticker and histogram extendible (#136)
      ebec1bd8a 2020-01-07 bupt2013211450@gma.. add multibatch write into memtable (#131)
      4dcfb8789 2020-01-07 zbk602423539@gmail.. fix invalid register for .seh_savexmm (#140)
      ```
      Signed-off-by: 's avatarYi Wu <yiwu@pingcap.com>
      72e45c3f
  30. 31 Dec, 2019 1 commit