summaryrefslogtreecommitdiff
path: root/heap/hp_test1.c
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-12-29 16:06:10 +0200
committermonty@donna.mysql.com <>2000-12-29 16:06:10 +0200
commit07b1f0dccdf7f58dd79448e293eff85383f450e1 (patch)
tree53ef6da34dcfaf79e0e133177cccfb9bb63a9637 /heap/hp_test1.c
parent38cd62e82a8a2fe50cd74c15ef040bb5dc1e1f8b (diff)
downloadmariadb-git-07b1f0dccdf7f58dd79448e293eff85383f450e1.tar.gz
Fixed --no-defaults in mysqltest
Diffstat (limited to 'heap/hp_test1.c')
-rw-r--r--heap/hp_test1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/heap/hp_test1.c b/heap/hp_test1.c
index 848157e831b..f44752af3bc 100644
--- a/heap/hp_test1.c
+++ b/heap/hp_test1.c
@@ -65,7 +65,7 @@ int main(int argc, char **argv)
sprintf(key,"%6d",j);
bmove(record+1,key,6);
error=heap_write(file,record);
- if (heap_check_heap(file))
+ if (heap_check_heap(file,0))
{
puts("Heap keys crashed");
goto err;
@@ -100,7 +100,7 @@ int main(int argc, char **argv)
if (! error)
deleted++;
}
- if (heap_check_heap(file))
+ if (heap_check_heap(file,0))
{
puts("Heap keys crashed");
goto err;