Commit e396f8d9 authored by Barry Perlman's avatar Barry Perlman Committed by Yoni Fogel

[t:2499] Increase number of rows by 500X to induce creation of temp files.

git-svn-id: file:///svn/toku/tokudb@19930 c7de825b-a66e-492c-adef-691d508d4ae1
parent 40a9184e
......@@ -51,7 +51,7 @@ static const int envflags = DB_INIT_LOCK | DB_INIT_LOG | DB_INIT_MPOOL | DB_INIT
static BOOL do_test=FALSE, do_recover=FALSE;
static DB_ENV *env;
static int NUM_ROWS=100000;
static int NUM_ROWS=50000000;
static int USE_PUTS=0;
enum {MAX_NAME=128};
......
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