mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
logging_ok Logging to logging@openlogging.org accepted
mi_check.c fix for empty FULLTEXT index manual.texi fulltext finetuning 50% limit issue modified
This commit is contained in:
parent
2f940e037d
commit
802fc0a054
3 changed files with 3 additions and 2 deletions
|
|
@ -376,7 +376,7 @@ int chk_key(MI_CHECK *param, register MI_INFO *info)
|
|||
if ((!(param->testflag & T_SILENT)))
|
||||
printf ("- check data record references index: %d\n",key+1);
|
||||
if (share->state.key_root[key] == HA_OFFSET_ERROR &&
|
||||
info->state->records == 0)
|
||||
(info->state->records == 0 || keyinfo->flag & HA_FULLTEXT))
|
||||
continue;
|
||||
if (!_mi_fetch_keypage(info,keyinfo,share->state.key_root[key],info->buff,
|
||||
0))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue