diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-02-28 15:04:31 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-02-28 15:04:31 +0100 |
commit | 45faabf44f6f307e86fb9ba4b5e1b3557f9b4d54 (patch) | |
tree | ec17bddc0f0e667b1650cd28f81672e3ae1a2b9b /storage/maria/ma_search.c | |
parent | 5da8fa1b03885161e8f840a401208b5e0555f532 (diff) | |
parent | adf3deda888a7a2f3dc28a41f859080454d72dfc (diff) | |
download | mariadb-git-45faabf44f6f307e86fb9ba4b5e1b3557f9b4d54.tar.gz |
merge
Diffstat (limited to 'storage/maria/ma_search.c')
-rw-r--r-- | storage/maria/ma_search.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/storage/maria/ma_search.c b/storage/maria/ma_search.c index 84123fec93a..78672cd2094 100644 --- a/storage/maria/ma_search.c +++ b/storage/maria/ma_search.c @@ -1389,6 +1389,10 @@ uint _ma_get_binary_pack_key(MARIA_KEY *int_key, uint page_flag, uint nod_flag, memcpy(key, from, length + nod_flag); *page_pos= from + length + nod_flag; +#ifdef USEFUL_FOR_DEBUGGING + DBUG_DUMP("key", int_key->data, + (uint) (int_key->data_length + int_key->ref_length)); +#endif DBUG_RETURN(int_key->data_length + int_key->ref_length); } |