diff options
author | monty@donna.mysql.com <> | 2000-12-29 16:06:10 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-29 16:06:10 +0200 |
commit | 07b1f0dccdf7f58dd79448e293eff85383f450e1 (patch) | |
tree | 53ef6da34dcfaf79e0e133177cccfb9bb63a9637 /include/heap.h | |
parent | 38cd62e82a8a2fe50cd74c15ef040bb5dc1e1f8b (diff) | |
download | mariadb-git-07b1f0dccdf7f58dd79448e293eff85383f450e1.tar.gz |
Fixed --no-defaults in mysqltest
Diffstat (limited to 'include/heap.h')
-rw-r--r-- | include/heap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/heap.h b/include/heap.h index 74b37b0c534..8cbb500fa86 100644 --- a/include/heap.h +++ b/include/heap.h @@ -156,7 +156,7 @@ extern int heap_rlast(HP_INFO *info,byte *record); extern void heap_clear(HP_INFO *info); extern int heap_rkey(HP_INFO *info,byte *record,int inx,const byte *key); extern gptr heap_find(HP_INFO *info,int inx,const byte *key); -extern int heap_check_heap(HP_INFO *info); +extern int heap_check_heap(HP_INFO *info, my_bool print_status); extern byte *heap_position(HP_INFO *info); /* The following is for programs that uses the old HEAP interface where |