List:Commits« Previous MessageNext Message »
From:mcbrown Date:August 29 2007 2:55pm
Subject:svn commit - mysqldoc@docsrva: r7582 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2007-08-29 16:55:49 +0200 (Wed, 29 Aug 2007)
New Revision: 7582

Log:
Adding important note to intro on compatibility



Modified:
   trunk/refman-common/mysql-proxy.xml


Modified: trunk/refman-common/mysql-proxy.xml
===================================================================
--- trunk/refman-common/mysql-proxy.xml	2007-08-29 14:54:09 UTC (rev 7581)
+++ trunk/refman-common/mysql-proxy.xml	2007-08-29 14:55:49 UTC (rev 7582)
Changed blocks: 2, Lines Added: 18, Lines Deleted: 0; 1507 bytes

@@ -58,6 +58,16 @@
     </para>
   </warning>
 
+  <important>
+    <para>
+      MySQL Proxy is compatible with MySQL 5.0.x or later. Testing has
+      not been performed with Version 4.1. Please provide feedback on
+      your experiences via the
+      <ulink url="http://forums.mysql.com/list.php?146">MySQL Proxy
+      Forum</ulink>.
+    </para>
+  </important>
+
   <section id="mysql-proxy-platforms">
 
     <title>MySQL Proxy Supported Platforms</title>

@@ -695,6 +705,14 @@
       data should be passed on to the client or server (depending on the
       direction of the information being transferred). This return value
       can be overridden by explicitly returning a constant indicating
+      that a particular response should be sent.
+    </para>
+
+    <para>
+      By default, all functions return a result that indicates that the
+      data should be passed on to the client or server (depending on the
+      direction of the information being transferred). This return value
+      can be overridden by explicitly returning a constant indicating
       that a particular response should be sent. For example, it is
       possile to construct result set information by hand within
       <function>read_query()</function> and to return the resultset


Thread
svn commit - mysqldoc@docsrva: r7582 - trunk/refman-commonmcbrown29 Aug