Commit 3c3e4414 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3043 fix a compile time problem refs[t:3043]

git-svn-id: file:///svn/toku/tokudb@25773 c7de825b-a66e-492c-adef-691d508d4ae1
parent 722bd044
......@@ -192,7 +192,7 @@ indexer_undo_do_provisional(DB_INDEXER *indexer, DB *hotdb, ULEHANDLE ule) {
// init the xids to the root xid
XIDS xids = xids_get_root_xids();
TXNID outermost_xid;
TXNID outermost_xid = TXNID_NONE;
BOOL outermost_is_live = FALSE;
// scan the provisional stack from bottom to top
......
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