Merge bk@192.168.21.1:/usr/home/bk/mysql-5.0
into deer.(none):/home/hf/work/mysql-5.0.12991 myisam/mi_check.c: Auto merged
This commit is contained in:
commit
11541107b8
@ -1047,9 +1047,12 @@ int chk_data_link(MI_CHECK *param, MI_INFO *info,int extend)
|
|||||||
/* We don't need to lock the key tree here as we don't allow
|
/* We don't need to lock the key tree here as we don't allow
|
||||||
concurrent threads when running myisamchk
|
concurrent threads when running myisamchk
|
||||||
*/
|
*/
|
||||||
int search_result= (keyinfo->flag & HA_SPATIAL) ?
|
int search_result=
|
||||||
|
#ifdef HAVE_RTREE_KEYS
|
||||||
|
(keyinfo->flag & HA_SPATIAL) ?
|
||||||
rtree_find_first(info, key, info->lastkey, key_length,
|
rtree_find_first(info, key, info->lastkey, key_length,
|
||||||
SEARCH_SAME) :
|
SEARCH_SAME) :
|
||||||
|
#endif
|
||||||
_mi_search(info,keyinfo,info->lastkey,key_length,
|
_mi_search(info,keyinfo,info->lastkey,key_length,
|
||||||
SEARCH_SAME, info->s->state.key_root[key]);
|
SEARCH_SAME, info->s->state.key_root[key]);
|
||||||
if (search_result)
|
if (search_result)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user