mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Added test to show bug in current union implementation
After merge fixes Portability fixes
This commit is contained in:
@ -914,8 +914,9 @@ int load_master_data(THD* thd)
|
||||
setting active_mi, because init_master_info() sets active_mi with
|
||||
defaults.
|
||||
*/
|
||||
if (init_master_info(active_mi, master_info_file, relay_log_info_file, 0))
|
||||
send_error(&thd->net, ER_MASTER_INFO);
|
||||
if (init_master_info(active_mi, master_info_file, relay_log_info_file,
|
||||
0))
|
||||
send_error(thd, ER_MASTER_INFO);
|
||||
strmake(active_mi->master_log_name, row[0],
|
||||
sizeof(active_mi->master_log_name));
|
||||
active_mi->master_log_pos = strtoull(row[1], (char**) 0, 10);
|
||||
|
Reference in New Issue
Block a user