summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorIngo Struewing <ingo.struewing@sun.com>2009-10-01 15:54:11 +0200
committerIngo Struewing <ingo.struewing@sun.com>2009-10-01 15:54:11 +0200
commit1f37e3d834c9c1c1d6c43c1d78e2b6032a4b7ec8 (patch)
tree53c06177a77b7cbe951fe756258c14fa19a282bb /storage
parent5f8bb5c507631a56a267f42972c809d51dacd84b (diff)
parent4d57b851a0335ac098d46dad5b9f698ff2cd3e43 (diff)
downloadmariadb-git-1f37e3d834c9c1c1d6c43c1d78e2b6032a4b7ec8.tar.gz
auto-merge
Diffstat (limited to 'storage')
-rw-r--r--storage/myisam/myisamchk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/myisamchk.c b/storage/myisam/myisamchk.c
index 270bcf7f6ce..611fb6325c8 100644
--- a/storage/myisam/myisamchk.c
+++ b/storage/myisam/myisamchk.c
@@ -837,7 +837,7 @@ static int myisamchk(MI_CHECK *param, char * filename)
mi_check_print_error(param,"'%s' is marked as crashed after last repair",filename);
break;
case HA_ERR_OLD_FILE:
- mi_check_print_error(param,"'%s' is a old type of MyISAM-table", filename);
+ mi_check_print_error(param,"'%s' is an old type of MyISAM-table", filename);
break;
case HA_ERR_END_OF_FILE:
mi_check_print_error(param,"Couldn't read complete header from '%s'", filename);