Author: paul
Date: 2010-10-01 18:36:57 +0200 (Fri, 01 Oct 2010)
New Revision: 22949
Log:
r63715@frost: paul | 2010-10-01 11:15:02 -0500
MySQL Proxy changelog cleanups
Modified:
trunk/dynamic-docs/changelog/mysql-proxy.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:42828
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:63713
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:42828
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:63715
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
Modified: trunk/dynamic-docs/changelog/mysql-proxy.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysql-proxy.xml 2010-10-01 16:30:53 UTC (rev 22948)
+++ trunk/dynamic-docs/changelog/mysql-proxy.xml 2010-10-01 16:36:57 UTC (rev 22949)
Changed blocks: 21, Lines Added: 41, Lines Deleted: 32; 6849 bytes
@@ -69,8 +69,8 @@
<message>
<para>
- Shutdown hooks were added to free the global memory of third
- party libraries such as <literal>openssl</literal>.
+ Shutdown hooks were added to free the global memory of
+ third-party libraries such as <literal>openssl</literal>.
</para>
</message>
@@ -121,7 +121,9 @@
<message>
<para>
- Allow interception of LOAD DATA and SHOW ERROR commands.
+ Allow interception of
+ <literal role="stmt" condition="load-data">LOAD DATA
+ INFILE</literal> and <literal>SHOW ERRORS</literal> statements.
</para>
</message>
@@ -169,7 +171,7 @@
<para>
The admin plugin had an undocumented default value for
- <option>--admin-password</option>.
+ <option role="mysql-proxy">--admin-password</option>.
</para>
</message>
@@ -242,8 +244,9 @@
</programlisting>
<para>
- This caused issues for clients with "retry" logic, as they did
- not have the facility to handle these "custom" SQL States.
+ This caused issues for clients with <quote>retry</quote> logic,
+ as they did not have the facility to handle these
+ <quote>custom</quote> SQL States.
</para>
</message>
@@ -263,8 +266,9 @@
<message>
<para>
- Use of LOAD DATA LOCAL INFILE caused the connection between the
- client and MySQL Proxy to abort.
+ Use of <literal role="stmt" condition="load-data">LOAD DATA
+ LOCAL INFILE</literal> caused the connection between the client
+ and MySQL Proxy to abort.
</para>
</message>
@@ -307,8 +311,8 @@
<message>
<para>
- A memory leak could occur in MySQL Proxy if MySQL v4.0 or
- earlier clients connected to the proxy.
+ A memory leak could occur in MySQL Proxy if MySQL 4.0 or earlier
+ clients connected to the proxy.
</para>
</message>
@@ -329,7 +333,8 @@
<para>
Logging to <literal>syslog</literal> with the
- <option>use-log-syslog</option> option did not work.
+ <option role="mysql-proxy">--log-use-syslog</option> option did
+ not work.
</para>
</message>
@@ -373,8 +378,9 @@
<para>
Support for using a configuration file, in addition to the
command-line options, has been added. You can specify the file
- to use by using the <literal>--defaults-file</literal> command
- line option. See <xref linkend="mysql-proxy-configuration"/>.
+ to use by using the
+ <option role="mysql-proxy">--defaults-file</option> command-line
+ option. See <xref linkend="mysql-proxy-configuration"/>.
</para>
</message>
@@ -688,9 +694,10 @@
<para>
When submitting an address on the command line using
- <command>--proxy-backend-addresses</command>, the option would
- accept more than one address as an argument to the option. You
- should specify one <option>--proxy-backend-addresses</option>
+ <option role="mysql-proxy">--proxy-backend-addresses</option>,
+ the option would accept more than one address as an argument to
+ the option. You should specify one
+ <option role="mysql-proxy">--proxy-backend-addresses</option>
for each backend address.
</para>
@@ -732,8 +739,8 @@
<message>
<para>
- MySQL Proxy would return the wrong version string internally
- from the <literal>proxy.PROXY_VERSION</literal> constant.
+ MySQL Proxy returned the wrong version string internally from
+ the <literal>proxy.PROXY_VERSION</literal> constant.
</para>
</message>
@@ -919,9 +926,9 @@
<message>
<para>
- It was possible for the MySQL Proxy to incorrectly insert null
- values into the returned result set, even though non-null values
- were returned in the original query.
+ It was possible for the MySQL Proxy to incorrectly insert
+ <literal>NULL</literal> values into the returned result set,
+ even though non-null values were returned in the original query.
</para>
</message>
@@ -1030,7 +1037,7 @@
<para>
MySQL Proxy would be configured with the
- <literal>LUA_PATH</literal> and <literal>LUA_CPATH</literal>n
+ <literal>LUA_PATH</literal> and <literal>LUA_CPATH</literal>
directory locations according to the build, not execution, host.
In addition, during installation, certain Lua source files could
be installed into the incorrect locations.
@@ -1192,7 +1199,7 @@
<message>
<para>
- Fixed assertions on write-errors
+ Fixed assertions on write-errors.
</para>
</message>
@@ -1208,7 +1215,8 @@
<message>
<para>
- Fixed mem-leak with <literal>proxy.response.*</literal> is used.
+ Fixed a memory leak when <literal>proxy.response.*</literal> is
+ used.
</para>
</message>
@@ -1522,7 +1530,8 @@
<para>
Added missing dependency to
- <literal>libmysqlclient-dev</literal> to the INSTALL file.
+ <literal>libmysqlclient-dev</literal> to the
+ <filename>INSTALL</filename> file.
</para>
</message>
@@ -1539,7 +1548,7 @@
<para>
Changed <option>--proxy.profiling</option> to
- <option>--proxy-skip-profiling</option>.
+ <option role="mysql-proxy">--proxy-skip-profiling</option>.
</para>
</message>
@@ -1572,7 +1581,7 @@
<message>
<para>
- Added <literal>cmake</literal> support.
+ Added <command>cmake</command> support.
</para>
</message>
@@ -1659,7 +1668,7 @@
<message>
<para>
- Fixed len-encoding on <literal>proxy.resulsets</literal>.
+ Fixed length encoding on <literal>proxy.resulsets</literal>.
</para>
</message>
@@ -1746,8 +1755,8 @@
<message>
<para>
- Fixed mysql check in configure to die when mysql.h isn't
- detected.
+ Fixed mysql check in <command>configure</command> to die when
+ <filename>mysql.h</filename> isn't detected.
</para>
</message>
@@ -1783,7 +1792,7 @@
<message>
<para>
- Added <literal>automake</literal>/<literal>autoconf</literal>
+ Added <command>automake</command>/<command>autoconf</command>
support.
</para>
@@ -1926,7 +1935,7 @@
<para>
Added <option>--no-daemon</option> and
- <option>--pid-file</option>.
+ <option role="mysql-proxy">--pid-file</option> options.
</para>
</message>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r22949 - in trunk: . dynamic-docs/changelog | paul.dubois | 1 Oct |