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
This commit is contained in:
Rich Prohaska 2013-04-16 23:58:54 -04:00 committed by Yoni Fogel
parent 967e906014
commit 2b9bd45bf3

View file

@ -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.*