diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-11-06 08:17:03 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-11-06 08:17:03 +0200 |
commit | 4e99e67c4e8a04bd03cb0e7efc2ce0129af60c34 (patch) | |
tree | 4bc59791716ff08202dc8c2a13bc9b8b4a1979a2 /include | |
parent | 5c3bbbd845fe38a125553c62976c1165b2d9b8d7 (diff) | |
parent | e23cb3835e4679a51af5fe00ce411148fba72785 (diff) | |
download | mariadb-git-4e99e67c4e8a04bd03cb0e7efc2ce0129af60c34.tar.gz |
Merge 5.5 into 10.1mariadb-10.1.43
Diffstat (limited to 'include')
-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 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 |