From 8595af0b0eeec6fc915fe243a982199533be7129 Mon Sep 17 00:00:00 2001 From: Dan McCombs Date: Sun, 13 Nov 2022 10:40:37 -0500 Subject: [PATCH] Fix incorrect suggested commands to start slave in error logs. --- share/messages_to_error_log.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/messages_to_error_log.txt b/share/messages_to_error_log.txt index 8791b9c6bcd7..cf472b70697c 100644 --- a/share/messages_to_error_log.txt +++ b/share/messages_to_error_log.txt @@ -1812,10 +1812,10 @@ ER_RPL_SLAVE_ERROR_INFO_FROM_DA eng "Slave: %s Error_code: MY-%06d" ER_RPL_SLAVE_ERROR_LOADING_USER_DEFINED_LIBRARY - eng "Error loading user-defined library, slave SQL thread aborted. Install the missing library, and restart the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s" + eng "Error loading user-defined library, slave SQL thread aborted. Install the missing library, and restart the slave SQL thread with \"START SLAVE\". We stopped at log '%s' position %s" ER_RPL_SLAVE_ERROR_RUNNING_QUERY - eng "Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s" + eng "Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with \"START SLAVE\". We stopped at log '%s' position %s" ER_RPL_SLAVE_SQL_THREAD_EXITING eng "Slave SQL thread%s exiting, replication stopped in log '%s' at position %s"