mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
bug#34741 prepared show master logs without binlogging debug assert
s/return/DBUG_RETURN/
This commit is contained in:
parent
eb8875d906
commit
6fecc5b726
1 changed files with 1 additions and 1 deletions
|
@ -1609,7 +1609,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));
|
||||
return 1;
|
||||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
|
||||
field_list.push_back(new Item_empty_string("Log_name", 255));
|
||||
|
|
Loading…
Reference in a new issue