diff options
author | monty@mysql.com <> | 2006-06-30 04:10:27 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2006-06-30 04:10:27 +0300 |
commit | a267b8f33ca6ead85109bbdebb7e629776bf98c8 (patch) | |
tree | e1ae218cd7e8117a9ca5cffbc7132f68bf73f967 /heap | |
parent | 8e2099295d09e74ecc8fbdfd98247deb90adfc58 (diff) | |
download | mariadb-git-a267b8f33ca6ead85109bbdebb7e629776bf98c8.tar.gz |
Don't read ~/.my.cnf in mysqldump.test
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; |