Commit 4b9a5ce3 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

closes[t:2646] run fractal tree examples with transactions (default)

git-svn-id: file:///svn/toku/tokudb@20531 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1bba1e63
......@@ -15,6 +15,9 @@ db-scan-bdb: db-scan.c
default: db-insert
check: $(TARGETS)
./db-insert -x && ./db-scan --lwc --prelock --prelockflag
checknox: $(TARGETS)
./db-insert && ./db-scan --nox --lwc --prelock --prelockflag
clean:
......
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