Author: paul
Date: 2006-01-14 05:26:08 +0100 (Sat, 14 Jan 2006)
New Revision: 822
Log:
r6191@frost: paul | 2006-01-13 20:53:44 -0600
Silence warnings in Texinfo conversion.
Modified:
trunk/
trunk/refman-4.1/connector-net.xml
trunk/refman-4.1/optimization.xml
trunk/refman-5.0/connector-net.xml
trunk/refman-5.0/optimization.xml
trunk/refman-5.0/triggers.xml
trunk/refman-5.1/connector-net.xml
trunk/refman-5.1/extending-mysql.xml
trunk/refman-5.1/optimization.xml
trunk/refman-5.1/triggers.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6185
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2175
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6191
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2175
Modified: trunk/refman-4.1/connector-net.xml
===================================================================
--- trunk/refman-4.1/connector-net.xml 2006-01-14 01:42:31 UTC (rev 821)
+++ trunk/refman-4.1/connector-net.xml 2006-01-14 04:26:08 UTC (rev 822)
@@ -299,7 +299,7 @@
</para>
<para>
- <emphasis>Note:</emphasis> Prior versions of the provider used
+ <emphasis>Note</emphasis>: Prior versions of the provider used
the '@' symbol to mark parameters in SQL. This is incompatible
with MySQL user variables, so the provider now uses the '?'
symbol to locate parameters in SQL. To support older code, you
Modified: trunk/refman-4.1/optimization.xml
===================================================================
--- trunk/refman-4.1/optimization.xml 2006-01-14 01:42:31 UTC (rev 821)
+++ trunk/refman-4.1/optimization.xml 2006-01-14 04:26:08 UTC (rev 822)
@@ -3336,7 +3336,7 @@
Unix and semicolon characters
(‘<literal>;</literal>’) on Windows, NetWare,
and OS/2. You can use this feature to spread the load across
- several directories. <emphasis>Note:</emphasis> The paths
+ several directories. <emphasis>Note</emphasis>: The paths
should be for directories in filesystems that are located on
different <emphasis>physical</emphasis> disks, not different
partitions on the same disk.
Modified: trunk/refman-5.0/connector-net.xml
===================================================================
--- trunk/refman-5.0/connector-net.xml 2006-01-14 01:42:31 UTC (rev 821)
+++ trunk/refman-5.0/connector-net.xml 2006-01-14 04:26:08 UTC (rev 822)
@@ -299,7 +299,7 @@
</para>
<para>
- <emphasis>Note:</emphasis> Prior versions of the provider used
+ <emphasis>Note</emphasis>: Prior versions of the provider used
the '@' symbol to mark parameters in SQL. This is incompatible
with MySQL user variables, so the provider now uses the '?'
symbol to locate parameters in SQL. To support older code, you
Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml 2006-01-14 01:42:31 UTC (rev 821)
+++ trunk/refman-5.0/optimization.xml 2006-01-14 04:26:08 UTC (rev 822)
@@ -4676,7 +4676,7 @@
(‘<literal>:</literal>’) on Unix and semicolon
characters (‘<literal>;</literal>’) on Windows,
NetWare, and OS/2. You can use this feature to spread the
- load across several directories. <emphasis>Note:</emphasis>
+ load across several directories. <emphasis>Note</emphasis>:
The paths should be for directories in filesystems that are
located on different <emphasis>physical</emphasis> disks,
not different partitions on the same disk.
Modified: trunk/refman-5.0/triggers.xml
===================================================================
--- trunk/refman-5.0/triggers.xml 2006-01-14 01:42:31 UTC (rev 821)
+++ trunk/refman-5.0/triggers.xml 2006-01-14 04:26:08 UTC (rev 822)
@@ -510,7 +510,7 @@
<remark role="help-description-end"/>
<para>
- <emphasis role="bold">Note:</emphasis> Prior to MySQL 5.0.10, the
+ <emphasis role="bold">Note</emphasis>: Prior to MySQL 5.0.10, the
table name was required instead of the schema name
(<literal><replaceable>table_name</replaceable>.<replaceable>trigger_name</replaceable></literal>).
When upgrading from a previous version of MySQL 5 to MySQL 5.0.10
Modified: trunk/refman-5.1/connector-net.xml
===================================================================
--- trunk/refman-5.1/connector-net.xml 2006-01-14 01:42:31 UTC (rev 821)
+++ trunk/refman-5.1/connector-net.xml 2006-01-14 04:26:08 UTC (rev 822)
@@ -299,7 +299,7 @@
</para>
<para>
- <emphasis>Note:</emphasis> Prior versions of the provider used
+ <emphasis>Note</emphasis>: Prior versions of the provider used
the '@' symbol to mark parameters in SQL. This is incompatible
with MySQL user variables, so the provider now uses the '?'
symbol to locate parameters in SQL. To support older code, you
Modified: trunk/refman-5.1/extending-mysql.xml
===================================================================
--- trunk/refman-5.1/extending-mysql.xml 2006-01-14 01:42:31 UTC (rev 821)
+++ trunk/refman-5.1/extending-mysql.xml 2006-01-14 04:26:08 UTC (rev 822)
@@ -2507,7 +2507,7 @@
the function. The file must be located in the plugin directory.
This directory is given by the value of the
<literal>plugin_dir</literal> system variable.
- (<emphasis role="bold">Note:</emphasis> This a change in MySQL
+ (<emphasis role="bold">Note</emphasis>: This a change in MySQL
5.1. For earlier versions of MySQL, the shared object can be
located in any directory that is searched by your system's
dynamic linker.)
@@ -3698,7 +3698,7 @@
name may vary from platform to platform). Copy this file to
the server's plugin directory. This directory is given by the
value of the <literal>plugin_dir</literal> system variable.
- (<emphasis role="bold">Note:</emphasis> This a change in MySQL
+ (<emphasis role="bold">Note</emphasis>: This a change in MySQL
5.1. For earlier versions of MySQL, the shared object can be
located in any directory that is searched by your system's
dynamic linker.)
@@ -3870,7 +3870,7 @@
They must be located in the server's plugin directory. This
directory is given by the value of the
<literal>plugin_dir</literal> system variable.
- (<emphasis role="bold">Note:</emphasis> This a change in MySQL
+ (<emphasis role="bold">Note</emphasis>: This a change in MySQL
5.1. For earlier versions of MySQL, the shared object can be
located in any directory that is searched by your system's
dynamic linker.)
Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml 2006-01-14 01:42:31 UTC (rev 821)
+++ trunk/refman-5.1/optimization.xml 2006-01-14 04:26:08 UTC (rev 822)
@@ -4647,7 +4647,7 @@
(‘<literal>:</literal>’) on Unix and semicolon
characters (‘<literal>;</literal>’) on Windows,
NetWare, and OS/2. You can use this feature to spread the
- load across several directories. <emphasis>Note:</emphasis>
+ load across several directories. <emphasis>Note</emphasis>:
The paths should be for directories in filesystems that are
located on different <emphasis>physical</emphasis> disks,
not different partitions on the same disk.
Modified: trunk/refman-5.1/triggers.xml
===================================================================
--- trunk/refman-5.1/triggers.xml 2006-01-14 01:42:31 UTC (rev 821)
+++ trunk/refman-5.1/triggers.xml 2006-01-14 04:26:08 UTC (rev 822)
@@ -474,7 +474,7 @@
<remark role="help-description-end"/>
<para>
- <emphasis>Note:</emphasis> When upgrading from a version of MySQL
+ <emphasis>Note</emphasis>: When upgrading from a version of MySQL
older than MySQL 5.0.10 to 5.0.10 or newer — including all
MySQL ¤t-series; releases — you must drop all triggers
<emphasis>before upgrading</emphasis> and re-create them
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r822 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 14 Jan |