summaryrefslogtreecommitdiff
path: root/heap/_rectest.c
diff options
context:
space:
mode:
Diffstat (limited to 'heap/_rectest.c')
-rw-r--r--heap/_rectest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/heap/_rectest.c b/heap/_rectest.c
index 522940286fd..eb350263cec 100644
--- a/heap/_rectest.c
+++ b/heap/_rectest.c
@@ -19,9 +19,9 @@
#include "heapdef.h"
-int _hp_rectest(register HP_INFO *info, register const byte *old)
+int hp_rectest(register HP_INFO *info, register const byte *old)
{
- DBUG_ENTER("_hp_rectest");
+ DBUG_ENTER("hp_rectest");
if (memcmp(info->current_ptr,old,(size_t) info->s->reclength))
{