diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-11-24 22:48:57 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-11-24 22:48:57 -0700 |
commit | 7135efc1b59eaddc044f0332897b5ab141ebda1c (patch) | |
tree | a38c5cc2c79eca7efcd024604195c782d4810a2f /sql | |
parent | 079f110a4a80bb23b990c14995ad3b0f25fce2fa (diff) | |
download | mariadb-git-7135efc1b59eaddc044f0332897b5ab141ebda1c.tar.gz |
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 :-)
Docs/manual.texi:
replication updates
sql/sql_repl.cc:
fixed typo in comment
Diffstat (limited to 'sql')
-rw-r--r-- | sql/sql_repl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc index 3542b288087..431f2ef5d5e 100644 --- a/sql/sql_repl.cc +++ b/sql/sql_repl.cc @@ -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 */ |