summaryrefslogtreecommitdiff
path: root/storage/heap/hp_rkey.c
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2015-10-23 18:44:13 +0300
committerMonty <monty@mariadb.org>2015-11-10 13:46:56 +0200
commit7cd2095cde11af4ac0478c5ff9a221a832e23586 (patch)
tree39b74a8441bfae11037e11b70493a36fd06a4ea4 /storage/heap/hp_rkey.c
parent7ec655850397a0edfcea8c1fd82650824297e564 (diff)
downloadmariadb-git-7cd2095cde11af4ac0478c5ff9a221a832e23586.tar.gz
Sage cleanup in heap storage engine
Removed old not needed code withing #if Changed 0x%lx to %p
Diffstat (limited to 'storage/heap/hp_rkey.c')
-rw-r--r--storage/heap/hp_rkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/heap/hp_rkey.c b/storage/heap/hp_rkey.c
index 138d65f9d25..692e1a01b61 100644
--- a/storage/heap/hp_rkey.c
+++ b/storage/heap/hp_rkey.c
@@ -23,7 +23,7 @@ int heap_rkey(HP_INFO *info, uchar *record, int inx, const uchar *key,
HP_SHARE *share= info->s;
HP_KEYDEF *keyinfo= share->keydef + inx;
DBUG_ENTER("heap_rkey");
- DBUG_PRINT("enter",("info: 0x%lx inx: %d", (long) info, inx));
+ DBUG_PRINT("enter",("info: %p inx: %d", info, inx));
if ((uint) inx >= share->keys)
{