Author: paul
Date: 2008-04-18 18:25:24 +0200 (Fri, 18 Apr 2008)
New Revision: 10536
Log:
r30817@frost: paul | 2008-04-18 11:25:47 -0500
Some system variables (those of sys_var_thd_enum type) can be
set using any unique prefix of a valid value:
- myisam_stats_method
- query_cache_type
- tx_isolation
updatable_views_with_limit has this type, too, but since
it's only YES/NO, I didn't bother changing the description.
(Bug#34833)
Modified:
trunk/it/refman-5.1/dba-core.xml
trunk/pt/refman-5.1/dba-core.xml
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:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30814
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30827
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30817
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30827
Modified: trunk/it/refman-5.1/dba-core.xml
===================================================================
--- trunk/it/refman-5.1/dba-core.xml 2008-04-18 16:08:42 UTC (rev 10535)
+++ trunk/it/refman-5.1/dba-core.xml 2008-04-18 16:25:24 UTC (rev 10536)
Changed blocks: 3, Lines Added: 15, Lines Deleted: 0; 1145 bytes
@@ -6195,6 +6195,11 @@
execution, as described in
<xref linkend="myisam-index-statistics"/>.
</para>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
@@ -6630,6 +6635,11 @@
<para>
This variable defaults to <literal>ON</literal>.
</para>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
@@ -7763,6 +7773,11 @@
<programlisting>
SET tx_isolation = 'READ-COMMITTED';
</programlisting>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
Modified: trunk/pt/refman-5.1/dba-core.xml
===================================================================
--- trunk/pt/refman-5.1/dba-core.xml 2008-04-18 16:08:42 UTC (rev 10535)
+++ trunk/pt/refman-5.1/dba-core.xml 2008-04-18 16:25:24 UTC (rev 10536)
Changed blocks: 3, Lines Added: 15, Lines Deleted: 0; 1145 bytes
@@ -6195,6 +6195,11 @@
execution, as described in
<xref linkend="myisam-index-statistics"/>.
</para>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
@@ -6630,6 +6635,11 @@
<para>
This variable defaults to <literal>ON</literal>.
</para>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
@@ -7763,6 +7773,11 @@
<programlisting>
SET tx_isolation = 'READ-COMMITTED';
</programlisting>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-4.1/dba-core.xml
===================================================================
--- trunk/refman-4.1/dba-core.xml 2008-04-18 16:08:42 UTC (rev 10535)
+++ trunk/refman-4.1/dba-core.xml 2008-04-18 16:25:24 UTC (rev 10536)
Changed blocks: 3, Lines Added: 20, Lines Deleted: 1; 1383 bytes
@@ -5046,7 +5046,12 @@
</para>
<para>
- This variable was added in MySQL 4.1.15/5.0.14. For older
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
+
+ <para>
+ This variable was added in MySQL 4.1.15. For older
versions, the statistics collection method is equivalent to
<literal>nulls_equal</literal>.
</para>
@@ -5349,6 +5354,15 @@
</informaltable>
<para>
+ This variable defaults to <literal>ON</literal>.
+ </para>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
+
+ <para>
This variable was added in MySQL 4.0.3.
</para>
</listitem>
@@ -6158,6 +6172,11 @@
<programlisting>
SET tx_isolation = 'READ-COMMITTED';
</programlisting>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml 2008-04-18 16:08:42 UTC (rev 10535)
+++ trunk/refman-5.0/dba-core.xml 2008-04-18 16:25:24 UTC (rev 10536)
Changed blocks: 3, Lines Added: 15, Lines Deleted: 0; 1199 bytes
@@ -5958,6 +5958,11 @@
</para>
<para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
+
+ <para>
This variable was added in MySQL 5.0.14. For older versions,
the statistics collection method is equivalent to
<literal>nulls_equal</literal>.
@@ -6338,6 +6343,11 @@
<para>
This variable defaults to <literal>ON</literal>.
</para>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
@@ -7279,6 +7289,11 @@
<programlisting>
SET tx_isolation = 'READ-COMMITTED';
</programlisting>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2008-04-18 16:08:42 UTC (rev 10535)
+++ trunk/refman-5.1/dba-core.xml 2008-04-18 16:25:24 UTC (rev 10536)
Changed blocks: 3, Lines Added: 15, Lines Deleted: 0; 1136 bytes
@@ -6211,6 +6211,11 @@
execution, as described in
<xref linkend="myisam-index-statistics"/>.
</para>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
@@ -6646,6 +6651,11 @@
<para>
This variable defaults to <literal>ON</literal>.
</para>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
@@ -7779,6 +7789,11 @@
<programlisting>
SET tx_isolation = 'READ-COMMITTED';
</programlisting>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml 2008-04-18 16:08:42 UTC (rev 10535)
+++ trunk/refman-6.0/dba-core.xml 2008-04-18 16:25:24 UTC (rev 10536)
Changed blocks: 3, Lines Added: 15, Lines Deleted: 0; 1136 bytes
@@ -6100,6 +6100,11 @@
execution, as described in
<xref linkend="myisam-index-statistics"/>.
</para>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
@@ -6508,6 +6513,11 @@
<para>
This variable defaults to <literal>ON</literal>.
</para>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
@@ -7627,6 +7637,11 @@
<programlisting>
SET tx_isolation = 'READ-COMMITTED';
</programlisting>
+
+ <para>
+ Any unique prefix of a valid value may be used to set the
+ value of this variable.
+ </para>
</listitem>
<listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10536 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0 | paul | 18 Apr |