mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
[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:
parent
8c86529769
commit
a9b7c490d7
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Reference in a new issue