diff options
Diffstat (limited to 'sql/slave.cc')
-rw-r--r-- | sql/slave.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/slave.cc b/sql/slave.cc index c05b3478de0..f0e4236c29d 100644 --- a/sql/slave.cc +++ b/sql/slave.cc @@ -1251,8 +1251,10 @@ reconnecting to retry, log '%s' position %ld", RPL_LOG_NAME, thd->proc_info = "processing master log event"; if(exec_event(thd, &mysql->net, &glob_mi, event_len)) { - sql_print_error("Error running query, slave aborted. Fix the problem, and re-start\ - the slave thread with mysqladmin start-slave - log '%s' position %ld", + sql_print_error("\ +Error running query, slave aborted. Fix the problem, and re-start \ +the slave thread with \"mysqladmin start-slave\". We stopped at log \ +'%s' position %ld", RPL_LOG_NAME, glob_mi.pos); goto err; // there was an error running the query |