List:Commits« Previous MessageNext Message »
From:paul.dubois Date:November 19 2008 4:12am
Subject:svn commit - mysqldoc@docsrva: r12535 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-11-19 05:12:09 +0100 (Wed, 19 Nov 2008)
New Revision: 12535

Log:
 r35856@frost:  paul | 2008-11-18 22:12:25 -0500
 Add auto-link markup for one session variable
 Let's see what blows up


Modified:
   trunk/refman-4.1/dba-core.xml
   trunk/refman-5.0/dba-core.xml
   trunk/refman-5.1/dba-core.xml
   trunk/refman-6.0/dba-core.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:39854
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:35855
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:34524
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:39854
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:35856
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:34524


Modified: trunk/refman-4.1/dba-core.xml
===================================================================
--- trunk/refman-4.1/dba-core.xml	2008-11-19 04:11:42 UTC (rev 12534)
+++ trunk/refman-4.1/dba-core.xml	2008-11-19 04:12:09 UTC (rev 12535)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 5; 1323 bytes

@@ -6152,11 +6152,12 @@
             transaction or
             <literal role="stmt" condition="commit">ROLLBACK</literal>
             to cancel it. By default, client connections begin with
-            <literal>autocommit</literal> set to 1. If you change
-            <literal>autocommit</literal> mode from 0 to 1, MySQL
-            performs an automatic <literal role="stmt">COMMIT</literal>
-            of any open transaction. Another way to begin a transaction
-            is to use a <literal role="stmt" condition="commit">START
+            <literal role="sysvar">autocommit</literal> set to 1. If you
+            change <literal role="sysvar">autocommit</literal> mode from
+            0 to 1, MySQL performs an automatic
+            <literal role="stmt">COMMIT</literal> of any open
+            transaction. Another way to begin a transaction is to use a
+            <literal role="stmt" condition="commit">START
             TRANSACTION</literal> or
             <literal role="stmt" condition="commit">BEGIN</literal>
             statement. See <xref linkend="commit"/>.


Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml	2008-11-19 04:11:42 UTC (rev 12534)
+++ trunk/refman-5.0/dba-core.xml	2008-11-19 04:12:09 UTC (rev 12535)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 5; 1323 bytes

@@ -7106,11 +7106,12 @@
             transaction or
             <literal role="stmt" condition="commit">ROLLBACK</literal>
             to cancel it. By default, client connections begin with
-            <literal>autocommit</literal> set to 1. If you change
-            <literal>autocommit</literal> mode from 0 to 1, MySQL
-            performs an automatic <literal role="stmt">COMMIT</literal>
-            of any open transaction. Another way to begin a transaction
-            is to use a <literal role="stmt" condition="commit">START
+            <literal role="sysvar">autocommit</literal> set to 1. If you
+            change <literal role="sysvar">autocommit</literal> mode from
+            0 to 1, MySQL performs an automatic
+            <literal role="stmt">COMMIT</literal> of any open
+            transaction. Another way to begin a transaction is to use a
+            <literal role="stmt" condition="commit">START
             TRANSACTION</literal> or
             <literal role="stmt" condition="commit">BEGIN</literal>
             statement. See <xref linkend="commit"/>.


Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml	2008-11-19 04:11:42 UTC (rev 12534)
+++ trunk/refman-5.1/dba-core.xml	2008-11-19 04:12:09 UTC (rev 12535)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 5; 1323 bytes

@@ -8448,11 +8448,12 @@
             transaction or
             <literal role="stmt" condition="commit">ROLLBACK</literal>
             to cancel it. By default, client connections begin with
-            <literal>autocommit</literal> set to 1. If you change
-            <literal>autocommit</literal> mode from 0 to 1, MySQL
-            performs an automatic <literal role="stmt">COMMIT</literal>
-            of any open transaction. Another way to begin a transaction
-            is to use a <literal role="stmt" condition="commit">START
+            <literal role="sysvar">autocommit</literal> set to 1. If you
+            change <literal role="sysvar">autocommit</literal> mode from
+            0 to 1, MySQL performs an automatic
+            <literal role="stmt">COMMIT</literal> of any open
+            transaction. Another way to begin a transaction is to use a
+            <literal role="stmt" condition="commit">START
             TRANSACTION</literal> or
             <literal role="stmt" condition="commit">BEGIN</literal>
             statement. See <xref linkend="commit"/>.


Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml	2008-11-19 04:11:42 UTC (rev 12534)
+++ trunk/refman-6.0/dba-core.xml	2008-11-19 04:12:09 UTC (rev 12535)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 5; 1323 bytes

@@ -8470,11 +8470,12 @@
             transaction or
             <literal role="stmt" condition="commit">ROLLBACK</literal>
             to cancel it. By default, client connections begin with
-            <literal>autocommit</literal> set to 1. If you change
-            <literal>autocommit</literal> mode from 0 to 1, MySQL
-            performs an automatic <literal role="stmt">COMMIT</literal>
-            of any open transaction. Another way to begin a transaction
-            is to use a <literal role="stmt" condition="commit">START
+            <literal role="sysvar">autocommit</literal> set to 1. If you
+            change <literal role="sysvar">autocommit</literal> mode from
+            0 to 1, MySQL performs an automatic
+            <literal role="stmt">COMMIT</literal> of any open
+            transaction. Another way to begin a transaction is to use a
+            <literal role="stmt" condition="commit">START
             TRANSACTION</literal> or
             <literal role="stmt" condition="commit">BEGIN</literal>
             statement. See <xref linkend="commit"/>.


Thread
svn commit - mysqldoc@docsrva: r12535 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0paul.dubois19 Nov