summaryrefslogtreecommitdiff
path: root/myisam/mi_check.c
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2001-01-28 21:41:10 +0200
committerunknown <monty@donna.mysql.com>2001-01-28 21:41:10 +0200
commit0374dcdd9557002cc6e9747b28a4d01c9259ca6c (patch)
tree139475fd16658189e77529627fb94bbba4b777f1 /myisam/mi_check.c
parent184e24b2253a81b03476e3d4d8cf56d5eb9dbf18 (diff)
parent12fd55a5a65dd3d6e6f1ba883d20a86a74aa8d2d (diff)
downloadmariadb-git-0374dcdd9557002cc6e9747b28a4d01c9259ca6c.tar.gz
merge
myisam/mi_check.c: Auto merged sql/mysqld.cc: Auto merged sql/sql_repl.cc: Auto merged sql/sql_select.cc: Auto merged sql/table.h: Auto merged
Diffstat (limited to 'myisam/mi_check.c')
-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))