Author: paul
Date: 2007-03-05 18:34:09 +0100 (Mon, 05 Mar 2007)
New Revision: 5169
Log:
r20956@polar: paul | 2007-03-05 11:20:56 -0600
read_buffer_size, read_rnd_buffer_size: Add information requested by Arjen.
Modified:
trunk/refman-4.1/database-administration.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:20873
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16997
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:20956
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16997
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2007-03-05 13:13:46 UTC (rev 5168)
+++ trunk/refman-4.1/database-administration.xml 2007-03-05 17:34:09 UTC (rev 5169)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 0; 1354 bytes
@@ -6370,6 +6370,14 @@
initialize the time zone for each client that connects.
See <xref linkend="time-zone-support"/>.
</para>
+
+ <para>
+ <literal>read_buffer_size</literal> and
+ <literal>read_rnd_buffer_size</literal> are not specific
+ to any storage engine and apply in a general manner for
+ optimization. See <xref linkend="memory-use"/>, for
+ example.
+ </para>
</listitem>
<listitem>
@@ -6478,6 +6486,14 @@
<literal>mysql_real_connect()</literal>). See also
<literal>interactive_timeout</literal>.
</para>
+
+ <para>
+ <literal>read_buffer_size</literal> and
+ <literal>read_rnd_buffer_size</literal> are not specific
+ to any storage engine and apply in a general manner for
+ optimization. See <xref linkend="memory-use"/>, for
+ example.
+ </para>
</listitem>
</itemizedlist>
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2007-03-05 13:13:46 UTC (rev 5168)
+++ trunk/refman-5.0/database-administration.xml 2007-03-05 17:34:09 UTC (rev 5169)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 0; 1351 bytes
@@ -6250,6 +6250,14 @@
many sequential scans, you might want to increase this
value, which defaults to 131072.
</para>
+
+ <para>
+ <literal>read_buffer_size</literal> and
+ <literal>read_rnd_buffer_size</literal> are not specific
+ to any storage engine and apply in a general manner for
+ optimization. See <xref linkend="memory-use"/>, for
+ example.
+ </para>
</listitem>
<listitem>
@@ -6294,6 +6302,14 @@
Instead, change the session variable only from within
those clients that need to run large queries.
</para>
+
+ <para>
+ <literal>read_buffer_size</literal> and
+ <literal>read_rnd_buffer_size</literal> are not specific
+ to any storage engine and apply in a general manner for
+ optimization. See <xref linkend="memory-use"/>, for
+ example.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2007-03-05 13:13:46 UTC (rev 5168)
+++ trunk/refman-5.1/database-administration.xml 2007-03-05 17:34:09 UTC (rev 5169)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 0; 1351 bytes
@@ -6378,6 +6378,14 @@
many sequential scans, you might want to increase this
value, which defaults to 131072.
</para>
+
+ <para>
+ <literal>read_buffer_size</literal> and
+ <literal>read_rnd_buffer_size</literal> are not specific
+ to any storage engine and apply in a general manner for
+ optimization. See <xref linkend="memory-use"/>, for
+ example.
+ </para>
</listitem>
<listitem>
@@ -6474,6 +6482,14 @@
Instead, change the session variable only from within
those clients that need to run large queries.
</para>
+
+ <para>
+ <literal>read_buffer_size</literal> and
+ <literal>read_rnd_buffer_size</literal> are not specific
+ to any storage engine and apply in a general manner for
+ optimization. See <xref linkend="memory-use"/>, for
+ example.
+ </para>
</listitem>
<listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5169 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 5 Mar |