1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

BUG#46166

Post merge fixes for mysql-5.5-bugteam.
This commit is contained in:
Luis Soares
2010-12-07 16:55:25 +00:00
parent 26ee8f532e
commit 16b2ca1f65
5 changed files with 7 additions and 6 deletions

View File

@ -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);
}