diff options
author | unknown <serg@serg.mysql.com> | 2003-03-12 18:32:27 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2003-03-12 18:32:27 +0100 |
commit | 8209eb579e03428009db74168a1862362b67e99a (patch) | |
tree | 8800a16bc40b4f6f9513ef5c69218372a5995a66 /sql | |
parent | 32208e0255c62579779c3d8df0effa83d0d7b985 (diff) | |
download | mariadb-git-8209eb579e03428009db74168a1862362b67e99a.tar.gz |
ha_myisam.cc:
typo fixed
sql/ha_myisam.cc:
typo fixed
Diffstat (limited to 'sql')
-rw-r--r-- | sql/ha_myisam.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_myisam.cc b/sql/ha_myisam.cc index 1349e28b546..895558320fd 100644 --- a/sql/ha_myisam.cc +++ b/sql/ha_myisam.cc @@ -621,7 +621,7 @@ int ha_myisam::repair(THD *thd, MI_CHECK ¶m, bool optimize) the following 'if', thought conceptually wrong, is a useful optimization nevertheless. */ - if (file->state != &file->s->state.state); + if (file->state != &file->s->state.state) file->s->state.state = *file->state; if (file->s->base.auto_key) update_auto_increment_key(¶m, file, 1); |