summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2001-01-28 21:41:10 +0200
committermonty@donna.mysql.com <>2001-01-28 21:41:10 +0200
commitc40b10730e996436c89686a4ba327d65a81675a6 (patch)
tree139475fd16658189e77529627fb94bbba4b777f1 /myisam
parentce2260586dc18bf2b46e5ede488db085da33edf9 (diff)
parent8efd73dc2bd97415284616a92b5eafa59496eb89 (diff)
downloadmariadb-git-c40b10730e996436c89686a4ba327d65a81675a6.tar.gz
merge
Diffstat (limited to 'myisam')
-rw-r--r--myisam/mi_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_check.c b/myisam/mi_check.c
index 73738711188..467e9a9bcb4 100644
--- a/myisam/mi_check.c
+++ b/myisam/mi_check.c
@@ -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))