Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
This commit is contained in:
commit
3042591a9f
@ -1838,8 +1838,9 @@ static int sort_one_index(MI_CHECK *param, MI_INFO *info, MI_KEYDEF *keyinfo,
|
|||||||
_mi_kpointer(info,keypos-nod_flag,param->new_file_pos); /* Save new pos */
|
_mi_kpointer(info,keypos-nod_flag,param->new_file_pos); /* Save new pos */
|
||||||
if (sort_one_index(param,info,keyinfo,next_page,new_file))
|
if (sort_one_index(param,info,keyinfo,next_page,new_file))
|
||||||
{
|
{
|
||||||
DBUG_PRINT("error",("From page: %ld, keyoffset: %d used_length: %d",
|
DBUG_PRINT("error",
|
||||||
(ulong) pagepos, (int) (keypos - buff),
|
("From page: %ld, keyoffset: 0x%lx used_length: %d",
|
||||||
|
(ulong) pagepos, (ulong) (keypos - buff),
|
||||||
(int) used_length));
|
(int) used_length));
|
||||||
DBUG_DUMP("buff",(byte*) buff,used_length);
|
DBUG_DUMP("buff",(byte*) buff,used_length);
|
||||||
goto err;
|
goto err;
|
||||||
|
@ -390,7 +390,8 @@ static int del(register MI_INFO *info, register MI_KEYDEF *keyinfo, uchar *key,
|
|||||||
MYISAM_SHARE *share=info->s;
|
MYISAM_SHARE *share=info->s;
|
||||||
MI_KEY_PARAM s_temp;
|
MI_KEY_PARAM s_temp;
|
||||||
DBUG_ENTER("del");
|
DBUG_ENTER("del");
|
||||||
DBUG_PRINT("enter",("leaf_page: %ld keypos: %lx",leaf_page,keypos));
|
DBUG_PRINT("enter",("leaf_page: %ld keypos: 0x%lx", leaf_page,
|
||||||
|
(ulong) keypos));
|
||||||
DBUG_DUMP("leaf_buff",(byte*) leaf_buff,mi_getint(leaf_buff));
|
DBUG_DUMP("leaf_buff",(byte*) leaf_buff,mi_getint(leaf_buff));
|
||||||
|
|
||||||
endpos=leaf_buff+mi_getint(leaf_buff);
|
endpos=leaf_buff+mi_getint(leaf_buff);
|
||||||
@ -495,7 +496,8 @@ static int underflow(register MI_INFO *info, register MI_KEYDEF *keyinfo,
|
|||||||
MI_KEY_PARAM s_temp;
|
MI_KEY_PARAM s_temp;
|
||||||
MYISAM_SHARE *share=info->s;
|
MYISAM_SHARE *share=info->s;
|
||||||
DBUG_ENTER("underflow");
|
DBUG_ENTER("underflow");
|
||||||
DBUG_PRINT("enter",("leaf_page: %ld keypos: %lx",(long) leaf_page,keypos));
|
DBUG_PRINT("enter",("leaf_page: %ld keypos: 0x%lx",(long) leaf_page,
|
||||||
|
(ulong) keypos));
|
||||||
DBUG_DUMP("anc_buff",(byte*) anc_buff,mi_getint(anc_buff));
|
DBUG_DUMP("anc_buff",(byte*) anc_buff,mi_getint(anc_buff));
|
||||||
DBUG_DUMP("leaf_buff",(byte*) leaf_buff,mi_getint(leaf_buff));
|
DBUG_DUMP("leaf_buff",(byte*) leaf_buff,mi_getint(leaf_buff));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user