mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
BACKUP TABLE TO 'directory'
RESTORE TABLE FROM 'directory' log on slave when it connects to the master
This commit is contained in:
@ -926,6 +926,8 @@ static void safe_connect(THD* thd, MYSQL* mysql, MASTER_INFO* mi)
|
||||
safe_sleep(thd, mi->connect_retry);
|
||||
}
|
||||
|
||||
mysql_log.write(COM_CONNECT_OUT, "%s@%s:%d", mi->user, mi->host, mi->port);
|
||||
|
||||
}
|
||||
|
||||
// will try to connect until successful
|
||||
|
Reference in New Issue
Block a user