summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
authorLuis Soares <luis.soares@oracle.com>2010-12-07 16:55:25 +0000
committerLuis Soares <luis.soares@oracle.com>2010-12-07 16:55:25 +0000
commit1b94ba5407d125b03550ce7231714fab8c634cc9 (patch)
treec847aecc4bf0c752aa3e818af14c46c93f1cf48a /sql/sql_repl.cc
parent5d6e142b2b9a5973fc9b9a638e01e5b92223e4c8 (diff)
downloadmariadb-git-1b94ba5407d125b03550ce7231714fab8c634cc9.tar.gz
BUG#46166
Post merge fixes for mysql-5.5-bugteam.
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r--sql/sql_repl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc
index 7bca41f1265..4e8b70c58f6 100644
--- a/sql/sql_repl.cc
+++ b/sql/sql_repl.cc
@@ -1925,7 +1925,7 @@ bool show_binlogs(THD* thd)
if (!mysql_bin_log.is_open())
{
- my_message(ER_NO_BINARY_LOGGING, ER(ER_NO_BINARY_LOGGING), MYF(0));
+ my_error(ER_NO_BINARY_LOGGING, MYF(0));
DBUG_RETURN(TRUE);
}