Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.3368 05/08/23 12:04:57 paul@stripped +2 -0
List completion_type system variable.
refman/mysql-database-administration.xml
1.67 05/08/23 12:04:53 paul@stripped +53 -0
List completion_type system variable.
refman-5.0/mysql-database-administration.xml
1.27 05/08/23 12:04:53 paul@stripped +52 -0
Sync.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: paul
# Host: frost.snake.net
# Root: /Volumes/frost2/MySQL/bk/mysqldoc
--- 1.66/refman/mysql-database-administration.xml 2005-08-22 10:49:42 -05:00
+++ 1.67/refman/mysql-database-administration.xml 2005-08-23 12:04:53 -05:00
@@ -5241,6 +5241,7 @@
| collation_connection | latin1_swedish_ci
|
| collation_database | latin1_swedish_ci
|
| collation_server | latin1_swedish_ci
|
+| completion_type | 0
|
| concurrent_insert | 1
|
| connect_timeout | 5
|
| datadir | /usr/local/mysql/data/
|
@@ -6048,6 +6049,53 @@
<listitem>
<para>
+ <literal>completion_type</literal>
+ </para>
+
+ <para>
+ The transaction completion type:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ If the value is 0 (the default),
+ <literal>COMMIT</literal> and
+ <literal>ROLLBACK</literal> are unaffected.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ If the value is 1, <literal>COMMIT</literal> and
+ <literal>ROLLBACK</literal> are equivalent to
+ <literal>COMMIT AND CHAIN</literal> and
+ <literal>ROLLBACK AND CHAIN</literal>, respectively. (A
+ new transaction starts immediately with the same
+ isolation level as the just-terminated transaction.)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ If the value is 2, <literal>COMMIT</literal> and
+ <literal>ROLLBACK</literal> are equivalent to
+ <literal>COMMIT RELEASE</literal> and <literal>ROLLBACK
+ RELEASE</literal>, respectively. (The server disconnects
+ after terminating the transaction.)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ <para>
+ This variable was added in MySQL 5.0.3
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>concurrent_insert</literal>
</para>
@@ -8876,6 +8924,11 @@
<row>
<entry><literal>collation_server</literal></entry>
<entry>string</entry>
+ <entry><literal>GLOBAL</literal> |
<literal>SESSION</literal></entry>
+ </row>
+ <row>
+ <entry><literal>completion_type</literal></entry>
+ <entry>numeric</entry>
<entry><literal>GLOBAL</literal> |
<literal>SESSION</literal></entry>
</row>
<row>
--- 1.26/refman-5.0/mysql-database-administration.xml 2005-08-22 10:49:41 -05:00
+++ 1.27/refman-5.0/mysql-database-administration.xml 2005-08-23 12:04:53 -05:00
@@ -5827,6 +5827,53 @@
<listitem>
<para>
+ <literal>completion_type</literal>
+ </para>
+
+ <para>
+ The transaction completion type:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ If the value is 0 (the default),
+ <literal>COMMIT</literal> and
+ <literal>ROLLBACK</literal> are unaffected.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ If the value is 1, <literal>COMMIT</literal> and
+ <literal>ROLLBACK</literal> are equivalent to
+ <literal>COMMIT AND CHAIN</literal> and
+ <literal>ROLLBACK AND CHAIN</literal>, respectively. (A
+ new transaction starts immediately with the same
+ isolation level as the just-terminated transaction.)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ If the value is 2, <literal>COMMIT</literal> and
+ <literal>ROLLBACK</literal> are equivalent to
+ <literal>COMMIT RELEASE</literal> and <literal>ROLLBACK
+ RELEASE</literal>, respectively. (The server disconnects
+ after terminating the transaction.)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ <para>
+ This variable was added in MySQL 5.0.3
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>concurrent_insert</literal>
</para>
@@ -8512,6 +8559,11 @@
<row>
<entry><literal>collation_server</literal></entry>
<entry>string</entry>
+ <entry><literal>GLOBAL</literal> |
<literal>SESSION</literal></entry>
+ </row>
+ <row>
+ <entry><literal>completion_type</literal></entry>
+ <entry>numeric</entry>
<entry><literal>GLOBAL</literal> |
<literal>SESSION</literal></entry>
</row>
<row>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.3368) | paul | 23 Aug |