Commit 0dc75e24 authored by Yoni Fogel's avatar Yoni Fogel

Closes #1616, Addresses #1510 Merge #1616 into #1510.

svn merge --accept=postpone -r 10716:HEAD ../tokudb.1510+1616/
Checkpoint makes a copy of the header for checkpoint purposes (similar to how the block table makes a copy of the btt)

git-svn-id: file:///svn/toku/tokudb@10762 c7de825b-a66e-492c-adef-691d508d4ae1
parent f9fc60af
......@@ -68,7 +68,7 @@ ifeq ($(VERBOSE),2)
VERBVERBOSE=-v
MAYBEATSIGN=
else ifeq ($(VERBOSE),1)
VERBVERBOSE=-q
VERBVERBOSE=
MAYBEATSIGN=
else
VERBVERBOSE=-q
......
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