From 719b1c5d7616603f41e50c921998911120d4326a Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 8 Nov 2002 22:22:23 +0100 Subject: corrected error message for OPTIMIZE/ANALYZE/etc, also for InnoDB that supports CHECK table but not REPAIR --- sql/share/korean/errmsg.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/share/korean') 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", -- cgit v1.2.1