summaryrefslogtreecommitdiff
path: root/include/heap.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-11-06 08:17:03 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2019-11-06 08:17:03 +0200
commit4e99e67c4e8a04bd03cb0e7efc2ce0129af60c34 (patch)
tree4bc59791716ff08202dc8c2a13bc9b8b4a1979a2 /include/heap.h
parent5c3bbbd845fe38a125553c62976c1165b2d9b8d7 (diff)
parente23cb3835e4679a51af5fe00ce411148fba72785 (diff)
downloadmariadb-git-4e99e67c4e8a04bd03cb0e7efc2ce0129af60c34.tar.gz
Merge 5.5 into 10.1mariadb-10.1.43
Diffstat (limited to 'include/heap.h')
-rw-r--r--include/heap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/heap.h b/include/heap.h
index d0c907a48b4..ca6efa48f1b 100644
--- a/include/heap.h
+++ b/include/heap.h
@@ -246,7 +246,7 @@ int hp_panic(enum ha_panic_function flag);
int heap_rkey(HP_INFO *info, uchar *record, int inx, const uchar *key,
key_part_map keypart_map, enum ha_rkey_function find_flag);
extern uchar * heap_find(HP_INFO *info,int inx,const uchar *key);
-extern int heap_check_heap(HP_INFO *info, my_bool print_status);
+extern int heap_check_heap(const HP_INFO *info, my_bool print_status);
extern uchar *heap_position(HP_INFO *info);
/* The following is for programs that uses the old HEAP interface where