Commit 6fecc5b7 authored by Sergei Golubchik's avatar Sergei Golubchik

bug#34741 prepared show master logs without binlogging debug assert

s/return/DBUG_RETURN/
parent eb8875d9
...@@ -1609,7 +1609,7 @@ bool show_binlogs(THD* thd) ...@@ -1609,7 +1609,7 @@ bool show_binlogs(THD* thd)
if (!mysql_bin_log.is_open()) if (!mysql_bin_log.is_open())
{ {
my_message(ER_NO_BINARY_LOGGING, ER(ER_NO_BINARY_LOGGING), MYF(0)); my_message(ER_NO_BINARY_LOGGING, ER(ER_NO_BINARY_LOGGING), MYF(0));
return 1; DBUG_RETURN(TRUE);
} }
field_list.push_back(new Item_empty_string("Log_name", 255)); field_list.push_back(new Item_empty_string("Log_name", 255));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment