mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
mysys: remove dead ME_xxx flags
This commit is contained in:
@ -3840,8 +3840,7 @@ int reset_master(THD* thd, rpl_gtid *init_state, uint32 init_state_len,
|
||||
if (!mysql_bin_log.is_open())
|
||||
{
|
||||
my_message(ER_FLUSH_MASTER_BINLOG_CLOSED,
|
||||
ER_THD(thd, ER_FLUSH_MASTER_BINLOG_CLOSED),
|
||||
MYF(ME_BELL+ME_WAITTANG));
|
||||
ER_THD(thd, ER_FLUSH_MASTER_BINLOG_CLOSED), MYF(0));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user