diff options
author | serg@serg.mysql.com <> | 2002-11-08 22:22:23 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2002-11-08 22:22:23 +0100 |
commit | eb96421a113246ee29b468711a76a93873ab3c9f (patch) | |
tree | 1b504b57d7fb709972178808eac6be65fd25fca8 /sql/share/slovak | |
parent | 4571e1cdc98dce7a55a344a187b2259832b2fe39 (diff) | |
download | mariadb-git-eb96421a113246ee29b468711a76a93873ab3c9f.tar.gz |
corrected error message for OPTIMIZE/ANALYZE/etc,
also for InnoDB that supports CHECK table but not REPAIR
Diffstat (limited to 'sql/share/slovak')
-rw-r--r-- | sql/share/slovak/errmsg.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/slovak/errmsg.txt b/sql/share/slovak/errmsg.txt index 2e14be90bc0..1dd696affb0 100644 --- a/sql/share/slovak/errmsg.txt +++ b/sql/share/slovak/errmsg.txt @@ -187,7 +187,7 @@ "You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column", "Key '%-.64s' doesn't exist in table '%-.64s'", "Can't open table", -"The handler for the table doesn't support check/repair", +"The handler for the table doesn't support %s", "You are not allowed to execute this command in a transaction", "Got error %d during COMMIT", "Got error %d during ROLLBACK", |