Commit a4687f33 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

closes #5744, make comment in test of bug exposed by test

git-svn-id: file:///svn/toku/tokudb@50732 c7de825b-a66e-492c-adef-691d508d4ae1
parent 756f1ba3
......@@ -117,6 +117,11 @@ run_test (void) {
}
// verify update of non-existing key inserts a row
//
//
// NOTE: #5744 was caught by this test below.
//
//
{
r = env->txn_begin(env, 0, &txn, 0); CKERR(r);
int key = 1; char val = 1;
......
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