From 709311d571fcb32f3beb3230456c07196937b4ff Mon Sep 17 00:00:00 2001
From: unknown <peter@mysql.com>
Date: Tue, 24 Dec 2002 21:44:54 +0300
Subject: [PATCH] Correct wrong error messages

sql/share/english/errmsg.txt:
  Correct Error messages to match actual behavior
---
 sql/share/english/errmsg.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sql/share/english/errmsg.txt b/sql/share/english/errmsg.txt
index 68e4f07f24..eabbb6c1ee 100644
--- a/sql/share/english/errmsg.txt
+++ b/sql/share/english/errmsg.txt
@@ -199,8 +199,8 @@
 "Table '%-.64s' is marked as crashed and last (automatic?) repair failed",
 "Some non-transactional changed tables couldn't be rolled back",
 "Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage. Increase this mysqld variable and try again',
-"This operation cannot be performed with a running slave, run SLAVE STOP first",
-"This operation requires a running slave, configure slave and do SLAVE START",
+"This operation cannot be performed with a running slave, run STOP SLAVE first",
+"This operation requires a running slave, configure slave and do START SLAVE",
 "The server is not configured as slave, fix in config file or with CHANGE MASTER TO",
 "Could not initialize master info structure, check permisions on master.info",
 "Could not create slave thread, check system resources",
-- 
2.30.9