diff options
author | unknown <monty@mysql.com> | 2006-06-30 04:10:27 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2006-06-30 04:10:27 +0300 |
commit | c5ed64a416d3c9c658a22c9b20c4d36d31408d7e (patch) | |
tree | e1ae218cd7e8117a9ca5cffbc7132f68bf73f967 /heap | |
parent | 77deeb7ee6b533f3cafac3524362cd783c79b2e8 (diff) | |
download | mariadb-git-c5ed64a416d3c9c658a22c9b20c4d36d31408d7e.tar.gz |
Don't read ~/.my.cnf in mysqldump.test
heap/hp_test1.c:
Changed type from last commit
mysql-test/mysql-test-run.sh:
Fixed problem with running with --gdb and two masters
Don't disable ndb becasue we run gdb
mysql-test/t/mysqldump.test:
Don't read ~/.my.cnf
sql/ha_ndbcluster.cc:
Portability fix
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; |