Author: paul
Date: 2005-11-08 04:55:07 +0100 (Tue, 08 Nov 2005)
New Revision: 295
Log:
r3477@frost: paul | 2005-11-07 21:53:40 -0600
Update obsolete references to files in Docs directory of
source distribution and internals.texi.
Modified:
trunk/
trunk/refman-4.1/apis.xml
trunk/refman-4.1/error-handling.xml
trunk/refman-4.1/optimization.xml
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/apis.xml
trunk/refman-5.0/error-handling.xml
trunk/refman-5.0/optimization.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/apis.xml
trunk/refman-5.1/error-handling.xml
trunk/refman-5.1/optimization.xml
trunk/refman-5.1/sql-syntax.xml
trunk/refman-common/titles.en.ent
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3473
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:340
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3477
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:340
Modified: trunk/refman-4.1/apis.xml
===================================================================
--- trunk/refman-4.1/apis.xml 2005-11-08 03:54:51 UTC (rev 294)
+++ trunk/refman-4.1/apis.xml 2005-11-08 03:55:07 UTC (rev 295)
@@ -2960,11 +2960,8 @@
Client error message numbers are listed in the MySQL
<filename>errmsg.h</filename> header file. Server error
message numbers are listed in
- <filename>mysqld_error.h</filename>. In the MySQL source
- distribution you can find a complete list of error messages
- and error numbers in the file
- <filename>Docs/mysqld_error.txt</filename>. The server error
- codes also are listed at <xref linkend="error-handling"/>.
+ <filename>mysqld_error.h</filename>. Errors also are listed at
+ <xref linkend="error-handling"/>.
</para>
<para>
@@ -9648,11 +9645,8 @@
occurred. Client error message numbers are listed in the MySQL
<filename>errmsg.h</filename> header file. Server error
message numbers are listed in
- <filename>mysqld_error.h</filename>. In the MySQL source
- distribution you can find a complete list of error messages
- and error numbers in the file
- <filename>Docs/mysqld_error.txt</filename>. The server error
- codes also are listed at <xref linkend="error-handling"/>.
+ <filename>mysqld_error.h</filename>. Errors also are listed at
+ <xref linkend="error-handling"/>.
</para>
<para>
Modified: trunk/refman-4.1/error-handling.xml
===================================================================
--- trunk/refman-4.1/error-handling.xml 2005-11-08 03:54:51 UTC (rev 294)
+++ trunk/refman-4.1/error-handling.xml 2005-11-08 03:55:07 UTC (rev 295)
@@ -31,7 +31,7 @@
<remark role="note">
The way that error information is defined differs for 4.1 compared
to 5.0.3 and up. Details can be found in the MySQL Internals
- manual.
+ manual, available at <ulink url="&docs-base-url;"/>.
</remark>
<para>
Modified: trunk/refman-4.1/optimization.xml
===================================================================
--- trunk/refman-4.1/optimization.xml 2005-11-08 03:54:51 UTC (rev 294)
+++ trunk/refman-4.1/optimization.xml 2005-11-08 03:55:07 UTC (rev 295)
@@ -3152,7 +3152,7 @@
</para>
<remark role="note">
- This description is also present in internals.texi
+ This description is also present in internals.xml
</remark>
<indexterm>
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2005-11-08 03:54:51 UTC (rev 294)
+++ trunk/refman-4.1/sql-syntax.xml 2005-11-08 03:55:07 UTC (rev 295)
@@ -8560,11 +8560,8 @@
<para>
There is a chapter titled <quote>How MySQL Transforms
- Subqueries</quote> in the MySQL Internals Manual. You can
- obtain this document by downloading the MySQL source package
- and looking for a file named
- <filename>internals.texi</filename> in the
- <filename>Docs</filename> directory.
+ Subqueries</quote> in the MySQL Internals Manual, available at
+ <ulink url="&docs-base-url;"/>.
</para>
</section>
Modified: trunk/refman-5.0/apis.xml
===================================================================
--- trunk/refman-5.0/apis.xml 2005-11-08 03:54:51 UTC (rev 294)
+++ trunk/refman-5.0/apis.xml 2005-11-08 03:55:07 UTC (rev 295)
@@ -2989,11 +2989,8 @@
Client error message numbers are listed in the MySQL
<filename>errmsg.h</filename> header file. Server error
message numbers are listed in
- <filename>mysqld_error.h</filename>. In the MySQL source
- distribution you can find a complete list of error messages
- and error numbers in the file
- <filename>Docs/mysqld_error.txt</filename>. The server error
- codes also are listed at <xref linkend="error-handling"/>.
+ <filename>mysqld_error.h</filename>. Errors also are listed at
+ <xref linkend="error-handling"/>.
</para>
<para>
@@ -9688,11 +9685,8 @@
occurred. Client error message numbers are listed in the MySQL
<filename>errmsg.h</filename> header file. Server error
message numbers are listed in
- <filename>mysqld_error.h</filename>. In the MySQL source
- distribution you can find a complete list of error messages
- and error numbers in the file
- <filename>Docs/mysqld_error.txt</filename>. The server error
- codes also are listed at <xref linkend="error-handling"/>.
+ <filename>mysqld_error.h</filename>. Errors also are listed at
+ <xref linkend="error-handling"/>.
</para>
<para>
Modified: trunk/refman-5.0/error-handling.xml
===================================================================
--- trunk/refman-5.0/error-handling.xml 2005-11-08 03:54:51 UTC (rev 294)
+++ trunk/refman-5.0/error-handling.xml 2005-11-08 03:55:07 UTC (rev 295)
@@ -31,7 +31,7 @@
<remark role="note">
The way that error information is defined differs for 4.1 compared
to 5.0.3 and up. Details can be found in the MySQL Internals
- manual.
+ manual, available at <ulink url="&docs-base-url;"/>.
</remark>
<para>
Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml 2005-11-08 03:54:51 UTC (rev 294)
+++ trunk/refman-5.0/optimization.xml 2005-11-08 03:55:07 UTC (rev 295)
@@ -4438,7 +4438,7 @@
</para>
<remark role="note">
- This description is also present in internals.texi
+ This description is also present in internals.xml
</remark>
<indexterm>
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2005-11-08 03:54:51 UTC (rev 294)
+++ trunk/refman-5.0/sql-syntax.xml 2005-11-08 03:55:07 UTC (rev 295)
@@ -8943,11 +8943,8 @@
<para>
There is a chapter titled <quote>How MySQL Transforms
- Subqueries</quote> in the MySQL Internals Manual. You can
- obtain this document by downloading the MySQL source package
- and looking for a file named
- <filename>internals.texi</filename> in the
- <filename>Docs</filename> directory.
+ Subqueries</quote> in the MySQL Internals Manual, available at
+ <ulink url="&docs-base-url;"/>.
</para>
</section>
Modified: trunk/refman-5.1/apis.xml
===================================================================
--- trunk/refman-5.1/apis.xml 2005-11-08 03:54:51 UTC (rev 294)
+++ trunk/refman-5.1/apis.xml 2005-11-08 03:55:07 UTC (rev 295)
@@ -2987,11 +2987,8 @@
Client error message numbers are listed in the MySQL
<filename>errmsg.h</filename> header file. Server error
message numbers are listed in
- <filename>mysqld_error.h</filename>. In the MySQL source
- distribution you can find a complete list of error messages
- and error numbers in the file
- <filename>Docs/mysqld_error.txt</filename>. The server error
- codes also are listed at <xref linkend="error-handling"/>.
+ <filename>mysqld_error.h</filename>. Errors also are listed at
+ <xref linkend="error-handling"/>.
</para>
<para>
@@ -9694,11 +9691,8 @@
occurred. Client error message numbers are listed in the MySQL
<filename>errmsg.h</filename> header file. Server error
message numbers are listed in
- <filename>mysqld_error.h</filename>. In the MySQL source
- distribution you can find a complete list of error messages
- and error numbers in the file
- <filename>Docs/mysqld_error.txt</filename>. The server error
- codes also are listed at <xref linkend="error-handling"/>.
+ <filename>mysqld_error.h</filename>. Errors also are listed at
+ <xref linkend="error-handling"/>.
</para>
<para>
Modified: trunk/refman-5.1/error-handling.xml
===================================================================
--- trunk/refman-5.1/error-handling.xml 2005-11-08 03:54:51 UTC (rev 294)
+++ trunk/refman-5.1/error-handling.xml 2005-11-08 03:55:07 UTC (rev 295)
@@ -31,7 +31,7 @@
<remark role="note">
The way that error information is defined differs for 4.1 compared
to 5.0.3 and up. Details can be found in the MySQL Internals
- manual.
+ manual, available at <ulink url="&docs-base-url;"/>.
</remark>
<para>
Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml 2005-11-08 03:54:51 UTC (rev 294)
+++ trunk/refman-5.1/optimization.xml 2005-11-08 03:55:07 UTC (rev 295)
@@ -4416,7 +4416,7 @@
</para>
<remark role="note">
- This description is also present in internals.texi
+ This description is also present in internals.xml
</remark>
<indexterm>
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2005-11-08 03:54:51 UTC (rev 294)
+++ trunk/refman-5.1/sql-syntax.xml 2005-11-08 03:55:07 UTC (rev 295)
@@ -9515,11 +9515,8 @@
<para>
There is a chapter titled <quote>How MySQL Transforms
- Subqueries</quote> in the MySQL Internals Manual. You can
- obtain this document by downloading the MySQL source package
- and looking for a file named
- <filename>internals.texi</filename> in the
- <filename>Docs</filename> directory.
+ Subqueries</quote> in the MySQL Internals Manual, available at
+ <ulink url="&docs-base-url;"/>.
</para>
</section>
Modified: trunk/refman-common/titles.en.ent
===================================================================
--- trunk/refman-common/titles.en.ent 2005-11-08 03:54:51 UTC (rev 294)
+++ trunk/refman-common/titles.en.ent 2005-11-08 03:55:07 UTC (rev 295)
@@ -6,6 +6,7 @@
file.
-->
+<!ENTITY docs-base-url "http://dev.mysql.com/doc/">
<!ENTITY refman "http://dev.mysql.com/doc/refman">
<!ENTITY title-access-denied "Causes of <literal>Access denied</literal> Errors">
<!ENTITY title-access-denied-error "While Connecting, an <literal>Access denied</literal> Error Occurs">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r295 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-common | paul | 8 Nov |