[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
This commit is contained in:
Barry Perlman 2013-04-16 23:59:09 -04:00 committed by Yoni Fogel
parent 8c86529769
commit a9b7c490d7

View file

@ -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};