mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
replication updates in the manual
fixed typo on sql_repl.cc added build-tags script for the benefit of the poor, sick, and afflicted, as Matt likes to say :-)
This commit is contained in:
@ -609,7 +609,7 @@ int stop_slave(THD* thd, bool net_report )
|
||||
thd->proc_info = "waiting for slave to die";
|
||||
while(slave_running)
|
||||
{
|
||||
/* there is a small change that slave thread might miss the first
|
||||
/* there is a small chance that slave thread might miss the first
|
||||
alarm. To protect againts it, resend the signal until it reacts
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user