mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
compiler warnings fixed.
This commit is contained in:

parent
4764ffa3be
commit
374ff97c85
@ -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 ;
|
||||
|
Reference in New Issue
Block a user