mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
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:
parent
756f1ba394
commit
a4687f3345
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue