Commit 13e5ed1f authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:5092] should have used 'invariant' rather than 'assert'


git-svn-id: file:///svn/toku/tokudb@44655 c7de825b-a66e-492c-adef-691d508d4ae1
parent cb44ebad
...@@ -408,7 +408,7 @@ generate_log_writer (void) { ...@@ -408,7 +408,7 @@ generate_log_writer (void) {
break; break;
} }
case ASSERT_BEGIN_WAS_LOGGED: { case ASSERT_BEGIN_WAS_LOGGED: {
fprintf(cf, " assert(txn->begin_was_logged);\n"); fprintf(cf, " invariant(txn->begin_was_logged);\n");
break; break;
} }
case IGNORE_LOG_BEGIN: break; case IGNORE_LOG_BEGIN: break;
......
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