summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-11-24 22:48:57 -0700
committerunknown <sasha@mysql.sashanet.com>2001-11-24 22:48:57 -0700
commit7135efc1b59eaddc044f0332897b5ab141ebda1c (patch)
treea38c5cc2c79eca7efcd024604195c782d4810a2f /sql
parent079f110a4a80bb23b990c14995ad3b0f25fce2fa (diff)
downloadmariadb-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.cc2
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
*/