mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
many warnings (practically safe but annoying) corrected
This commit is contained in:
@ -929,7 +929,8 @@ bool load_master_data(THD* thd)
|
||||
host was specified; there could have been a problem when replication
|
||||
started, which led to relay log's IO_CACHE to not be inited.
|
||||
*/
|
||||
flush_master_info(active_mi, 0);
|
||||
if (flush_master_info(active_mi, 0))
|
||||
sql_print_error("Failed to flush master info file");
|
||||
}
|
||||
mysql_free_result(master_status_res);
|
||||
}
|
||||
|
Reference in New Issue
Block a user