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

git-svn-id: file:///svn/toku/tokudb@50732 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2013-04-17 00:01:21 -04:00 committed by Yoni Fogel
parent 756f1ba394
commit a4687f3345

View file

@ -117,6 +117,11 @@ run_test (void) {
} }
// verify update of non-existing key inserts a row // 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); r = env->txn_begin(env, 0, &txn, 0); CKERR(r);
int key = 1; char val = 1; int key = 1; char val = 1;