Commit 7b7c9853 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3461 test case with larger rows that crash the leaf splitter refs[t:3461]

git-svn-id: file:///svn/toku/tokudb@30307 c7de825b-a66e-492c-adef-691d508d4ae1
parent 728439d6
......@@ -23,7 +23,7 @@ static void insert(DB *db, DB_TXN *txn, int k, int val_size) {
int test_main(int argc, char * const argv[]) {
#if defined(TOKUDB)
char *db_env_dir = "blobs.leafsplit.env.tokudb";
char *db_env_dir = "blobs.leafsplit.env.tdb";
#else
char *db_env_dir = "blobs.leafsplit.env.bdb";
#endif
......
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