Author: mcbrown
Date: 2007-02-14 13:28:27 +0100 (Wed, 14 Feb 2007)
New Revision: 4933
Log:
Fixing a couple of ID reference problems
Modified:
trunk/refman-5.1/apis-c.xml
trunk/refman-5.1/database-administration.xml
Modified: trunk/refman-5.1/apis-c.xml
===================================================================
--- trunk/refman-5.1/apis-c.xml 2007-02-14 11:14:45 UTC (rev 4932)
+++ trunk/refman-5.1/apis-c.xml 2007-02-14 12:28:27 UTC (rev 4933)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 529 bytes
@@ -13047,7 +13047,7 @@
For information on <literal>LAST_INSERT_ID()</literal>,
which can be used within an SQL statement, see
<xref
- linkend="function-last-insert-id"/>.
+ linkend="function_last-insert-id"/>.
</para>
</listitem>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2007-02-14 11:14:45 UTC (rev 4932)
+++ trunk/refman-5.1/database-administration.xml 2007-02-14 12:28:27 UTC (rev 4933)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 634 bytes
@@ -23756,7 +23756,7 @@
If you have performance problems with your server while making
backups, one strategy that can help is to set up replication and
perform backups on the slave rather than on the master. See
- <xref linkend="replication-intro"/>.
+ <xref linkend="replication"/>.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4933 - trunk/refman-5.1 | mcbrown | 14 Feb |