get gcov working

git-svn-id: file:///svn/toku/tokudb@42141 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska 2013-04-17 00:00:22 -04:00 committed by Yoni Fogel
parent 1472640656
commit 125a1a3884

View file

@ -3566,6 +3566,7 @@ log_open_txn (OMTVALUE txnv, u_int32_t UU(index), void *UU(extra)) {
}
// default is an error
assert(0);
return 0;
}
// TODO: #1510 locking of cachetable is suspect