diff options
author | monty@mysql.com <> | 2006-06-30 19:15:18 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2006-06-30 19:15:18 +0300 |
commit | 2f86009c9e8d7a59385981f311286e616a4b41aa (patch) | |
tree | 15c1c844006e3cdc77167f5ef3986b9d40c16104 /heap | |
parent | a5f362cb9417697ffbd41adaad2a840a97e9d27a (diff) | |
parent | 445dfdc3a7bd1fa69cda8eeffce588cad8213fde (diff) | |
download | mariadb-git-2f86009c9e8d7a59385981f311286e616a4b41aa.tar.gz |
Merge mysql.com:/home/my/mysql-4.1
into mysql.com:/home/my/mysql-5.0
Diffstat (limited to 'heap')
-rw-r--r-- | heap/hp_test1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/hp_test1.c b/heap/hp_test1.c index 1efa97842c7..703b39b1e2d 100644 --- a/heap/hp_test1.c +++ b/heap/hp_test1.c @@ -59,7 +59,7 @@ int main(int argc, char **argv) bzero((gptr) flags,sizeof(flags)); printf("- Creating heap-file\n"); - if (heap_create(filename,1,keyinfo,30,(ulong) flag*100000L,101L, + if (heap_create(filename,1,keyinfo,30,(ulong) flag*100000L,10L, &hp_create_info) || !(file= heap_open(filename, 2))) goto err; |