1
0
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 :-)


Docs/manual.texi:
  replication updates
sql/sql_repl.cc:
  fixed typo in comment
This commit is contained in:
unknown
2001-11-24 22:48:57 -07:00
parent 079f110a4a
commit 7135efc1b5
3 changed files with 242 additions and 25 deletions

View File

@ -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
*/