Commit 639bc1d3 authored by Yoni Fogel's avatar Yoni Fogel

Typo fix in test_db_donitindex.c

git-svn-id: file:///svn/tokudb@991 c7de825b-a66e-492c-adef-691d508d4ae1
parent effdfa88
......@@ -59,7 +59,7 @@ int getskey(DB *secondary, const DBT *pkey, const DBT *pdata, DBT *skey)
memset(skey, 0, sizeof(DBT));
entry = (DATA*)pdata->data;
if (callback_set_malloc) skey->flags = DB_DBT_MALLOC;
if (callback_set_malloc) skey->flags = DB_DBT_APPMALLOC;
if (callback_init_data) {
skey->size = sizeof(entry->skey);
if (callback_set_malloc) {
......
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