1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

bug fixes

myisam/rt_index.c:
  bug fix
myisam/rt_key.c:
  bug fix
myisam/rt_test.c:
  bug fix
This commit is contained in:
unknown
2003-02-18 11:49:05 +04:00
parent e1d91737bd
commit ac2f47449f
3 changed files with 3 additions and 3 deletions

View File

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