summaryrefslogtreecommitdiff
path: root/sql/slave.cc
diff options
context:
space:
mode:
authorunknown <tsmith/tim@siva.hindu.god>2006-07-26 16:33:26 -0600
committerunknown <tsmith/tim@siva.hindu.god>2006-07-26 16:33:26 -0600
commit3845856cc65eacd397d1ccf84ad283d223a52e9d (patch)
tree363bce4749e5258752fada46ad727cee986afa42 /sql/slave.cc
parentf794dc3aa1897961b916e74c9f9169ea69e47bfd (diff)
downloadmariadb-git-3845856cc65eacd397d1ccf84ad283d223a52e9d.tar.gz
Bug #20402: DROP USER failure logged as ERROR rather than WARNING
slave.cc, sql_acl.cc: - remove sql_print_error() for events that are not server errors sql/slave.cc: Bug #20402: DROP USER failure logged as ERROR rather than WARNING remove sql_print_error() for events that are not server errors sql/sql_acl.cc: Bug #20402: DROP USER failure logged as ERROR rather than WARNING remove sql_print_error() for events that are not server errors
Diffstat (limited to 'sql/slave.cc')
-rw-r--r--sql/slave.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/slave.cc b/sql/slave.cc
index b2862a437bb..bceeca1055c 100644
--- a/sql/slave.cc
+++ b/sql/slave.cc
@@ -2946,7 +2946,7 @@ static int exec_relay_log_event(THD* thd, RELAY_LOG_INFO* rli)
rli->is_until_satisfied())
{
char buf[22];
- sql_print_error("Slave SQL thread stopped because it reached its"
+ sql_print_information("Slave SQL thread stopped because it reached its"
" UNTIL position %s", llstr(rli->until_pos(), buf));
/*
Setting abort_slave flag because we do not want additional message about