summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-11-24 22:48:57 -0700
committersasha@mysql.sashanet.com <>2001-11-24 22:48:57 -0700
commit6865885f21f396f744db9f78a9ff3e048dcf855c (patch)
treea38c5cc2c79eca7efcd024604195c782d4810a2f /sql
parent2b17a22a6b68c2fefbd268a3add7914d1c3dac37 (diff)
downloadmariadb-git-6865885f21f396f744db9f78a9ff3e048dcf855c.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 :-)
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
*/