diff options
author | unknown <ram@mysql.r18.ru> | 2003-02-18 11:49:05 +0400 |
---|---|---|
committer | unknown <ram@mysql.r18.ru> | 2003-02-18 11:49:05 +0400 |
commit | ac2f47449fd4396d9959fa1b799ea19238ea2641 (patch) | |
tree | b5c390c1fe27e5fe0a0f7b9955a94cd50c7d0e25 /myisam/rt_test.c | |
parent | e1d91737bd6a0182070fb6e1bafa87308da040f9 (diff) | |
download | mariadb-git-ac2f47449fd4396d9959fa1b799ea19238ea2641.tar.gz |
bug fixes
myisam/rt_index.c:
bug fix
myisam/rt_key.c:
bug fix
myisam/rt_test.c:
bug fix
Diffstat (limited to 'myisam/rt_test.c')
-rw-r--r-- | myisam/rt_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/rt_test.c b/myisam/rt_test.c index 65613bad47f..f5fd2018f01 100644 --- a/myisam/rt_test.c +++ b/myisam/rt_test.c @@ -55,7 +55,7 @@ int run_test(const char *filename) int key_type=HA_KEYTYPE_DOUBLE; int key_length=8; int null_fields=0; - int nrecords=30; + int nrecords=300; int rec_length=0; int uniques=0; int i; |