mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
WL#2110 (SIGNAL)
WL#2265 (RESIGNAL) Manual merge of SIGNAL and RESIGNAL to mysql-trunk-signal, plus required dependencies.
This commit is contained in:
@ -796,7 +796,7 @@ err:
|
||||
|
||||
@param mi Pointer to Master_info object for the slave's IO thread.
|
||||
|
||||
@param net_report If true, saves the exit status into thd->main_da.
|
||||
@param net_report If true, saves the exit status into thd->stmt_da.
|
||||
|
||||
@retval 0 success
|
||||
@retval 1 error
|
||||
@ -934,7 +934,7 @@ int start_slave(THD* thd , Master_info* mi, bool net_report)
|
||||
|
||||
@param mi Pointer to Master_info object for the slave's IO thread.
|
||||
|
||||
@param net_report If true, saves the exit status into thd->main_da.
|
||||
@param net_report If true, saves the exit status into thd->stmt_da.
|
||||
|
||||
@retval 0 success
|
||||
@retval 1 error
|
||||
|
Reference in New Issue
Block a user