mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
fixed warnings and compile errors from the fix for bug 26243
This commit is contained in:
parent
396b24a57c
commit
18a01ce924
27 changed files with 75 additions and 79 deletions
|
|
@ -189,7 +189,7 @@ uint _mi_make_key(register MI_INFO *info, uint keynr, uchar *key,
|
|||
}
|
||||
_mi_dpointer(info,key,filepos);
|
||||
DBUG_PRINT("exit",("keynr: %d",keynr));
|
||||
DBUG_DUMP("key",(byte*) start,(uint) (key-start)+keyseg->length);
|
||||
DBUG_DUMP("key",(uchar*) start,(uint) (key-start)+keyseg->length);
|
||||
DBUG_EXECUTE("key",
|
||||
_mi_print_key(DBUG_FILE,info->s->keyinfo[keynr].seg,start,
|
||||
(uint) (key-start)););
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue