From 8209eb579e03428009db74168a1862362b67e99a Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 12 Mar 2003 18:32:27 +0100 Subject: ha_myisam.cc: typo fixed sql/ha_myisam.cc: typo fixed --- sql/ha_myisam.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') 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); -- cgit v1.2.1