List:Commits« Previous MessageNext Message »
From:mcbrown Date:September 28 2007 8:00am
Subject:svn commit - mysqldoc@docsrva: r7927 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2007-09-28 08:00:09 +0200 (Fri, 28 Sep 2007)
New Revision: 7927

Log:
Automatic update from C/J build

Modified:
   trunk/refman-common/connector-j-connprops.xml


Modified: trunk/refman-common/connector-j-connprops.xml
===================================================================
--- trunk/refman-common/connector-j-connprops.xml	2007-09-27 17:50:12 UTC (rev 7926)
+++ trunk/refman-common/connector-j-connprops.xml	2007-09-28 06:00:09 UTC (rev 7927)
Changed blocks: 2, Lines Added: 17, Lines Deleted: 1; 1941 bytes

@@ -57,6 +57,21 @@
               <entry>3.0.1</entry>
             </row>
             <row>
+              <entry>connectionLifecycleInterceptors</entry>
+              <entry>A comma-delimited list of classes that implement
+                "com.mysql.jdbc.ConnectionLifecycleInterceptor" that
+                should notified of connection lifecycle events
+                (creation, destruction, commit, rollback, setCatalog and
+                setAutoCommit) and potentially alter the execution of
+                these commands. ConnectionLifecycleInterceptors are
+                "stackable", more than one interceptor may be specified
+                via the configuration property as a comma-delimited
+                list, with the interceptors executed in order from left
+                to right.</entry>
+              <entry/>
+              <entry>5.1.4</entry>
+            </row>
+            <row>
               <entry>useConfigs</entry>
               <entry>Load the comma-delimited list of configuration properties
before parsing
                 the URL or applying user-specified properties. These

@@ -1251,7 +1266,8 @@
             </row>
             <row>
               <entry>statementInterceptors</entry>
-              <entry>A comma-delimited list of classes that implement "" that
should be
+              <entry>A comma-delimited list of classes that implement
+                "com.mysql.jdbc.StatementInterceptor" that should be
                 placed "in between" query execution to influence the
                 results. StatementInterceptors are "chainable", the
                 results returned by the "current" interceptor will be


Thread
svn commit - mysqldoc@docsrva: r7927 - trunk/refman-commonmcbrown28 Sep