Commit 48ae2110 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:4105], fix a test

git-svn-id: file:///svn/toku/tokudb@36724 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3aaa11c0
...@@ -14,6 +14,7 @@ fetch (CACHEFILE f __attribute__((__unused__)), ...@@ -14,6 +14,7 @@ fetch (CACHEFILE f __attribute__((__unused__)),
void *extraargs __attribute__((__unused__)) void *extraargs __attribute__((__unused__))
) { ) {
*dirtyp = 0; *dirtyp = 0;
*sizep = make_pair_attr(0);
return 0; return 0;
} }
......
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