Commit 6254a06a authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#2875 refs[t:2875] increase the max number of dictionaries to 1024

git-svn-id: file:///svn/toku/tokudb@22984 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6f4c0e3a
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
DB_ENV *env; DB_ENV *env;
enum {MAX_NAME=128}; enum {MAX_NAME=128};
enum {MAX_DBS=256}; enum {MAX_DBS=1024};
int NUM_DBS=5; int NUM_DBS=5;
int NUM_ROWS=100000; int NUM_ROWS=100000;
int CHECK_RESULTS=0; int CHECK_RESULTS=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