1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Don't read ~/.my.cnf in mysqldump.test

This commit is contained in:
monty@mysql.com
2006-06-30 04:10:27 +03:00
parent 8e2099295d
commit a267b8f33c
4 changed files with 13 additions and 17 deletions

View File

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