- 01 Apr, 2015 1 commit
-
-
Rik Prohaska authored
-
- 25 Mar, 2015 2 commits
-
-
Rik Prohaska authored
-
Rik Prohaska authored
-
- 24 Feb, 2015 1 commit
-
-
Rik Prohaska authored
-
- 23 Feb, 2015 1 commit
-
-
Abdelhak Errami authored
-
- 16 Feb, 2015 1 commit
-
-
Rik Prohaska authored
DB-813 add deleted rows count to the cursor interrupt callback. may be useful to count garbage rows.
-
- 04 Feb, 2015 1 commit
-
-
Rich Prohaska authored
-
- 02 Jan, 2015 1 commit
-
-
Rich Prohaska authored
-
- 15 Dec, 2014 1 commit
-
-
Rich Prohaska authored
Conflicts: ft/ft-ops.cc
-
- 12 Dec, 2014 2 commits
-
-
Rich Prohaska authored
-
Rich Prohaska authored
FT-633 test case and bug fix for the data race between the lock request start and retry functions that results in a stall in the condition var broadcast
-
- 12 Oct, 2014 1 commit
-
-
Rich Prohaska authored
-
- 11 Oct, 2014 1 commit
-
-
Rich Prohaska authored
-
- 10 Oct, 2014 1 commit
-
-
John Esmet authored
leftmost le (oops!). Also strengthen our unit test for coverage.
-
- 07 Oct, 2014 7 commits
-
-
Leif Walsh authored
DRD seems to prefer those annotations to DRD_IGNORE_VAR/DRD_STOP_IGNORING_VAR. Helgrind is stupid, and VALGRIND_HG_{DIS,EN}ABLE_CHECKING pairs bizarrely "reclaim" the memory location for the current thread when re-enabling checking. So they probably aren't completely suitable for our purposes, but Helgrind provides no facility for doing what we want because it just wants to watch the world burn. So we add a couple of Helgrind suppressions in addition. Also, added a cute RAII wrapper for reading a variable in a racy way. Writing can be done the same way if we only want to appease DRD, but because Helgrind does things on a memory location-basis and not a thread-basis, things get a little tricky.
-
Rich Prohaska authored
-
Rich Prohaska authored
-
Leif Walsh authored
-
Leif Walsh authored
-
Rich Prohaska authored
-
Rich Prohaska authored
-
- 06 Oct, 2014 9 commits
-
-
Leif Walsh authored
either use all-plain or all-keyword style of target_link_libraries
-
Leif Walsh authored
-
Leif Walsh authored
-
Leif Walsh authored
-
Leif Walsh authored
-
Leif Walsh authored
also widened one valgrind suppression to also catch something we initialize in the assert layer
-
Leif Walsh authored
-
Leif Walsh authored
-
Rich Prohaska authored
-
- 03 Oct, 2014 2 commits
-
-
Leif Walsh authored
-
Leif Walsh authored
Newer libc doesn't like _SVID_SOURCE: https://sourceware.org/ml/libc-alpha/2013-12/msg00652.html
-
- 25 Sep, 2014 2 commits
-
-
John Esmet authored
-
John Esmet authored
variables with `drd ignore var' and `drd stop ignoring var'
-
- 21 Sep, 2014 1 commit
-
-
Rich Prohaska authored
-
- 20 Sep, 2014 1 commit
-
-
Rich Prohaska authored
FT-594 add fractal tree version 24 (tokudb 7.0.1) and version 27 (tokudb 7.5.0) stress data directories
-
- 10 Sep, 2014 3 commits
-
-
Rich Prohaska authored
-
Rich Prohaska authored
-
John Esmet authored
bits were inconsistent though the handle was opened without those bits set. This caused dbremove to always fail.
-
- 09 Sep, 2014 1 commit
-
-
Rich Prohaska authored
FT-591 fix valgrind uninitialized value error in block allocator test caused by reading past the end of a the blockpair array
-