summaryrefslogtreecommitdiff
path: root/myisam/mi_extra.c
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-08-18 12:48:00 +0300
committermonty@donna.mysql.com <>2000-08-18 12:48:00 +0300
commita753a3a2ce252a3972cfcd47cf27c689de61b602 (patch)
treedc12a8a920e65278811e12ea88c8d7d24390be23 /myisam/mi_extra.c
parent29456f6e1c9c3fa0abf58022cfe6045509b9f7c3 (diff)
downloadmariadb-git-a753a3a2ce252a3972cfcd47cf27c689de61b602.tar.gz
Updated benchmark and results for PostgreSQL 7.0.2
Added more status to the MyISAM files to avoid checking files that has already been checked.
Diffstat (limited to 'myisam/mi_extra.c')
-rw-r--r--myisam/mi_extra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_extra.c b/myisam/mi_extra.c
index 287f1dd34c8..b9ded70402a 100644
--- a/myisam/mi_extra.c
+++ b/myisam/mi_extra.c
@@ -205,7 +205,7 @@ int mi_extra(MI_INFO *info, enum ha_extra_function function)
share->base.keystart;
if (!share->changed)
{
- share->state.changed|=1;
+ share->state.changed|= STATE_CHANGED | STATE_NOT_ANALYZED;
share->changed=1; /* Update on close */
if (!share->global_changed)
{