summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2000-12-30 16:02:38 +0100
committerunknown <serg@serg.mysql.com>2000-12-30 16:02:38 +0100
commiteb7835da44383a214c8738d6a8cf94610a47a4b8 (patch)
treee24cb5e2ce2bc98e6eaeff7d0d0c0007c8683585 /include
parentc0965de3f377e0a5ee215fe7f0dd662da251e412 (diff)
parent53b6c99d04f3d3a4ff2c9b46d431d379bc5786e6 (diff)
downloadmariadb-git-eb7835da44383a214c8738d6a8cf94610a47a4b8.tar.gz
Merge
sql/sql_show.cc: merged
Diffstat (limited to 'include')
-rw-r--r--include/heap.h2
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