1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
This commit is contained in:
mats@mysql.com
2004-11-25 12:23:41 +01:00
7 changed files with 66 additions and 8 deletions

View File

@ -921,8 +921,8 @@ int load_master_data(THD* thd)
*/
int error;
if (init_master_info(active_mi, master_info_file, relay_log_info_file,
0))
if (init_master_info(active_mi, master_info_file, relay_log_info_file,
0, (SLAVE_IO | SLAVE_SQL)))
send_error(thd, ER_MASTER_INFO);
strmake(active_mi->master_log_name, row[0],
sizeof(active_mi->master_log_name));