Commit 2b9bd45b authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

db-insert has no txn by default. db-scan has txn by default. have to make them match. refs[t:2202]

git-svn-id: file:///svn/toku/tokudb@15988 c7de825b-a66e-492c-adef-691d508d4ae1
parent 967e9060
......@@ -19,7 +19,7 @@ setup:
cp ../../toku_include/toku_list.h include/toku_list.h
check: $(TARGETS)
./db-insert && ./db-scan --lwc --prelock --prelockflag
./db-insert && ./db-scan --nox --lwc --prelock --prelockflag
clean:
rm -rf $(TARGETS) bench.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment