summaryrefslogtreecommitdiff
path: root/sql/share/korean
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-11-08 22:22:23 +0100
committerunknown <serg@serg.mysql.com>2002-11-08 22:22:23 +0100
commit719b1c5d7616603f41e50c921998911120d4326a (patch)
tree1b504b57d7fb709972178808eac6be65fd25fca8 /sql/share/korean
parente8ed5408bb66273d1a93597dd6c6ef2bb05d8698 (diff)
downloadmariadb-git-719b1c5d7616603f41e50c921998911120d4326a.tar.gz
corrected error message for OPTIMIZE/ANALYZE/etc,
also for InnoDB that supports CHECK table but not REPAIR
Diffstat (limited to 'sql/share/korean')
-rw-r--r--sql/share/korean/errmsg.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/korean/errmsg.txt b/sql/share/korean/errmsg.txt
index 45d049e2545..da1ee97f6b6 100644
--- a/sql/share/korean/errmsg.txt
+++ b/sql/share/korean/errmsg.txt
@@ -179,7 +179,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",