mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed compiler warnings
This commit is contained in:
@ -2370,7 +2370,7 @@ static int do_show_master_status(MYSQL *mysql_con)
|
||||
{
|
||||
/* SHOW MASTER STATUS reports nothing and --force is not enabled */
|
||||
my_printf_error(0, "Error: Binlogging on server not active",
|
||||
MYF(0), mysql_error(mysql_con));
|
||||
MYF(0));
|
||||
mysql_free_result(master);
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user