Commit 77168d0c authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:4541], fix a couple of other tests

git-svn-id: file:///svn/toku/tokudb@41590 c7de825b-a66e-492c-adef-691d508d4ae1
parent 84b8442e
......@@ -19,7 +19,7 @@ uint32_t forced_version = 2;
static int my_compare(DB *UU(db), const DBT *a, const DBT *b) {
assert(db);
assert(db->descriptor);
assert(db->cmp_descriptor);
uint32_t which = forced_version-1;
size_t len = strlen(descriptor_contents[which])+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