diff options
author | unknown <serg@serg.mysql.com> | 2001-01-28 13:22:45 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-01-28 13:22:45 +0100 |
commit | 12fd55a5a65dd3d6e6f1ba883d20a86a74aa8d2d (patch) | |
tree | edea1c6df56ede3f17603d63518b406cec3159ad /myisam/mi_check.c | |
parent | 214366fd6df1a79caf2863d95c4248316cb20d42 (diff) | |
parent | 7a70b21271ed43a1f5a9c95af574a5203d1d2079 (diff) | |
download | mariadb-git-12fd55a5a65dd3d6e6f1ba883d20a86a74aa8d2d.tar.gz |
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
BitKeeper/etc/logging_ok:
auto-union
Docs/manual.texi:
Auto merged
Diffstat (limited to 'myisam/mi_check.c')
-rw-r--r-- | myisam/mi_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_check.c b/myisam/mi_check.c index ee9e3387119..037f66c54e5 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)) |