Below is the list of changes that have just been committed into a local
mysqldoc repository of stefan. When stefan does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.3559 05/09/14 16:58:40 stefan@stripped +4 -0
sql-syntax.xml:
Sync with refman
Now Slave_IO_Running is YES only after slave's connected to master successfully
refman-5.1/sql-syntax.xml
1.43 05/09/14 16:57:59 stefan@stripped +6 -1
Sync with refman
refman-5.0/sql-syntax.xml
1.44 05/09/14 16:57:57 stefan@stripped +6 -1
Sync with refman
refman-4.1/sql-syntax.xml
1.61 05/09/14 16:57:55 stefan@stripped +6 -1
Sync with refman
refman/sql-syntax.xml
1.69 05/09/14 16:57:19 stefan@stripped +6 -1
Now Slave_IO_Running is YES only after slave's connected to master successfully
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: stefan
# Host: apollon.site
# Root: /home/stefan/bk/mysqldoc
--- 1.42/refman-5.1/sql-syntax.xml 2005-09-14 12:54:07 +02:00
+++ 1.43/refman-5.1/sql-syntax.xml 2005-09-14 16:57:59 +02:00
@@ -18289,7 +18289,12 @@
</para>
<para>
- Whether or not the I/O thread is started.
+ Whether or not the I/O thread is started and has
+ connected successfully to the master.
+ For older versions of MySQL (prior to 4.1.14 and 5.0.12)
+ <literal>Slave_IO_Running</literal> will be set to
+ <literal>YES</literal> if the I/O thread is started,
+ even if the slave hasn't connected to the master yet.
</para>
</listitem>
--- 1.60/refman-4.1/sql-syntax.xml 2005-09-14 12:53:59 +02:00
+++ 1.61/refman-4.1/sql-syntax.xml 2005-09-14 16:57:55 +02:00
@@ -17042,7 +17042,12 @@
</para>
<para>
- Whether or not the I/O thread is started.
+ Whether or not the I/O thread is started and has
+ connected successfully to the master.
+ For older versions of MySQL (prior to 4.1.14 and 5.0.12)
+ <literal>Slave_IO_Running</literal> will be set to
+ <literal>YES</literal> if the I/O thread is started,
+ even if the slave hasn't connected to the master yet.
</para>
</listitem>
--- 1.68/refman/sql-syntax.xml 2005-09-14 12:51:01 +02:00
+++ 1.69/refman/sql-syntax.xml 2005-09-14 16:57:19 +02:00
@@ -17482,7 +17482,12 @@
</para>
<para>
- Whether or not the I/O thread is started.
+ Whether or not the I/O thread is started and has
+ connected successfully to the master.
+ For older versions of MySQL (prior to 4.1.14 and 5.0.12)
+ <literal>Slave_IO_Running</literal> will be set to
+ <literal>YES</literal> if the I/O thread is started,
+ even if the slave hasn't connected to the master yet.
</para>
</listitem>
--- 1.43/refman-5.0/sql-syntax.xml 2005-09-14 12:54:03 +02:00
+++ 1.44/refman-5.0/sql-syntax.xml 2005-09-14 16:57:57 +02:00
@@ -17560,7 +17560,12 @@
</para>
<para>
- Whether or not the I/O thread is started.
+ Whether or not the I/O thread is started and has
+ connected successfully to the master.
+ For older versions of MySQL (prior to 4.1.14 and 5.0.12)
+ <literal>Slave_IO_Running</literal> will be set to
+ <literal>YES</literal> if the I/O thread is started,
+ even if the slave hasn't connected to the master yet.
</para>
</listitem>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (stefan:1.3559) | stefan | 14 Sep |