diff options
Diffstat (limited to 'heap/hp_rkey.c')
-rw-r--r-- | heap/hp_rkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/hp_rkey.c b/heap/hp_rkey.c index 37ebf5c784e..e7a1d81fba6 100644 --- a/heap/hp_rkey.c +++ b/heap/hp_rkey.c @@ -20,7 +20,7 @@ int heap_rkey(HP_INFO *info, byte *record, int inx, const byte *key) { byte *pos; HP_SHARE *share=info->s; - DBUG_ENTER("hp_rkey"); + DBUG_ENTER("heap_rkey"); DBUG_PRINT("enter",("base: %lx inx: %d",info,inx)); if ((uint) inx >= share->keys) |