summaryrefslogtreecommitdiff
path: root/storage/myisam
diff options
context:
space:
mode:
authorunknown <holyfoot/hf@hfmain.(none)>2007-11-24 14:57:51 +0400
committerunknown <holyfoot/hf@hfmain.(none)>2007-11-24 14:57:51 +0400
commitff5120f0fe52264ca276767554439cb3ba48d46a (patch)
treebd8c719a9b0becd61cd45d10ab90993b5dba82bc /storage/myisam
parent13c64257d99dd9c41ac33ecbcac8086e3f2eabbe (diff)
parente4dc9a8e6e13405859afda2d472e4cc4b6dc169c (diff)
downloadmariadb-git-ff5120f0fe52264ca276767554439cb3ba48d46a.tar.gz
Merge mysql.com:/home/hf/work/30284/my50-30284
into mysql.com:/home/hf/work/30284/my51-30284 mysql-test/r/gis.result: Auto merged mysql-test/t/gis.test: Auto merged storage/myisam/mi_check.c: Auto merged
Diffstat (limited to 'storage/myisam')
-rw-r--r--storage/myisam/mi_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/mi_check.c b/storage/myisam/mi_check.c
index 7cd35295cb0..7925cad6125 100644
--- a/storage/myisam/mi_check.c
+++ b/storage/myisam/mi_check.c
@@ -455,7 +455,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 (keyinfo->flag & HA_FULLTEXT)
+ if (keyinfo->flag & (HA_FULLTEXT | HA_SPATIAL))
full_text_keys++;
if (share->state.key_root[key] == HA_OFFSET_ERROR &&
(info->state->records == 0 || keyinfo->flag & HA_FULLTEXT))