diff options
author | ramil/ram@mysql.com/ramil.myoffice.izhnet.ru <> | 2007-11-10 21:39:30 +0400 |
---|---|---|
committer | ramil/ram@mysql.com/ramil.myoffice.izhnet.ru <> | 2007-11-10 21:39:30 +0400 |
commit | 374ff97c85ea98ace6d792b8503b01c78354dc36 (patch) | |
tree | 53df478cd973e3a18f9664e42e5642ffd66bac46 /sql/unireg.cc | |
parent | 4764ffa3bef17447a956e4c430290531cb320c4f (diff) | |
download | mariadb-git-374ff97c85ea98ace6d792b8503b01c78354dc36.tar.gz |
compiler warnings fixed.
Diffstat (limited to 'sql/unireg.cc')
-rw-r--r-- | sql/unireg.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/unireg.cc b/sql/unireg.cc index d8e63bb78e1..9e6c77d7b62 100644 --- a/sql/unireg.cc +++ b/sql/unireg.cc @@ -394,7 +394,7 @@ static uint pack_keys(uchar *keybuff, uint key_count, KEY *keyinfo, pos[6]=pos[7]=0; // For the future 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 ; |