mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Merge fix.
This commit is contained in:
@@ -2815,6 +2815,15 @@ int start_slave(THD* thd , Master_info* mi, bool net_report)
|
||||
err:
|
||||
unlock_slave_threads(mi);
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
if (WSREP(thd))
|
||||
thd_proc_info(thd, "exit stop_slave()");
|
||||
else
|
||||
thd_proc_info(thd, 0);
|
||||
#else /* WITH_WSREP */
|
||||
thd_proc_info(thd, 0);
|
||||
#endif /* WITH_WSREP */
|
||||
|
||||
if (slave_errno)
|
||||
{
|
||||
if (net_report)
|
||||
|
Reference in New Issue
Block a user