Commit 17da9fee authored by Rich Prohaska's avatar Rich Prohaska

closes #100

git-svn-id: file:///svn/tokudb@854 c7de825b-a66e-492c-adef-691d508d4ae1
parent f55c35c3
......@@ -25,8 +25,6 @@ DBT *dbt_init_malloc(DBT *dbt) {
return dbt;
}
void test_key_size_limit(int dup_mode) {
if (verbose) printf("test_key_size_limit:%d\n", dup_mode);
......@@ -72,6 +70,8 @@ void test_key_size_limit(int dup_mode) {
hi = mi-1;
}
}
free(k);
free(v);
assert(bigest > 0);
if (verbose && bigest >= 0) printf("bigest %d\n", bigest);
......
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