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

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

git-svn-id: file:///svn/toku/tokudb@41590 c7de825b-a66e-492c-adef-691d508d4ae1
parent 84b8442e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;