summaryrefslogtreecommitdiff
path: root/sql/unireg.cc
diff options
context:
space:
mode:
authortsmith@ramayana.hindu.god <>2007-12-05 12:33:36 -0700
committertsmith@ramayana.hindu.god <>2007-12-05 12:33:36 -0700
commit8fc0bfb6b6d94a8b06c0f3a632baa477612b7249 (patch)
tree014b7a0c6686c33c9845e9527ebb9f0052457950 /sql/unireg.cc
parent1a87a089a76b6c097100f39ff3c13c0c6cde748e (diff)
parent4e08609f03ebd077bdd0843ab1722c8f19735c68 (diff)
downloadmariadb-git-8fc0bfb6b6d94a8b06c0f3a632baa477612b7249.tar.gz
Merge ramayana.hindu.god:/home/tsmith/m/bk/51
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51-merge
Diffstat (limited to 'sql/unireg.cc')
-rw-r--r--sql/unireg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/unireg.cc b/sql/unireg.cc
index f2238d69973..dbdefd8d5b1 100644
--- a/sql/unireg.cc
+++ b/sql/unireg.cc
@@ -505,7 +505,7 @@ static uint pack_keys(uchar *keybuff, uint key_count, KEY *keyinfo,
int2store(pos+6, key->block_size);
pos+=8;
key_parts+=key->key_parts;
- DBUG_PRINT("loop", ("flags: %d key_parts: %d at 0x%lx",
+ DBUG_PRINT("loop", ("flags: %lu key_parts: %d at 0x%lx",
key->flags, key->key_parts,
(long) key->key_part));
for (key_part=key->key_part,key_part_end=key_part+key->key_parts ;