diff options
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 f5fd2018f01..8bb4687e967 100644 --- a/myisam/rt_test.c +++ b/myisam/rt_test.c @@ -297,7 +297,7 @@ int run_test(const char *filename) create_record1(record, nrecords*4/5); print_record(record,0,"\n"); hrows=mi_records_in_range(file,0,record+1,0,HA_READ_MBR_INTERSECT,record+1,0,0); - printf(" %ld rows\n",hrows); + printf(" %ld rows\n", (long) hrows); if (mi_close(file)) goto err; |