mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
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
This commit is contained in:
parent
77deeb7ee6
commit
c5ed64a416
4 changed files with 13 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue