Author: plavin
Date: 2008-02-20 21:40:45 +0100 (Wed, 20 Feb 2008)
New Revision: 9952
Log:
Update read_buffer_size re: bug# 16010
Modified:
trunk/dynamic-docs/changelog/workbench.xml
trunk/refman-5.0/dba-core.xml
trunk/refman-5.1/dba-core.xml
trunk/refman-6.0/dba-core.xml
Modified: trunk/dynamic-docs/changelog/workbench.xml
===================================================================
--- trunk/dynamic-docs/changelog/workbench.xml 2008-02-20 20:03:33 UTC (rev 9951)
+++ trunk/dynamic-docs/changelog/workbench.xml 2008-02-20 20:40:45 UTC (rev 9952)
Changed blocks: 5, Lines Added: 11, Lines Deleted: 13; 1867 bytes
@@ -6,7 +6,7 @@
]>
<changelog>
- <logentry entrytype="bug">
+ <logentry entrytype="bug">
<bugs>
<fixes bugid="34536"/>
</bugs>
@@ -16,7 +16,7 @@
<message>
<para>
When there were multiple tables with long identifiers
- the <literal>Physical Schemeta</literal> section
+ the <literal>Physical Schemata</literal> section
of the <literal>MySQL Model</literal> page was messy.
Table names were obscured and sometimes overlapped.
Also, the position of the <literal>Add Table</literal> icon
@@ -26,24 +26,24 @@
corner.
</para>
</message>
- </logentry>
-
- <logentry entrytype="bug">
+ </logentry>
+
+ <logentry entrytype="bug">
<bugs>
- <fixes bugid="32578"/>
+ <fixes bugid="32578"/>
</bugs>
<versions>
- <version ver="5.0.14beta"/>
+ <version ver="5.0.14beta"/>
</versions>
<message>
- <para>
- When forward engineering to a live database, objects
- not selected on the <literal>Select Objects</literal> page
+ <para>
+ When forward engineering to a live database, objects
+ not selected on the <literal>Select Objects</literal> page
were still created. This applied to tables, routines, and
users.
</para>
</message>
- </logentry>
+ </logentry>
<logentry entrytype="bug">
<bugs>
@@ -62,7 +62,6 @@
</message>
</logentry>
-
<logentry entrytype="bug">
<bugs>
<fixes bugid="34501"/>
@@ -113,7 +112,6 @@
</message>
</logentry>
-
<logentry entrytype="bug">
<bugs>
<fixes bugid="34342"/>
Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml 2008-02-20 20:03:33 UTC (rev 9951)
+++ trunk/refman-5.0/dba-core.xml 2008-02-20 20:40:45 UTC (rev 9952)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 1; 825 bytes
@@ -6351,7 +6351,10 @@
Each thread that does a sequential scan allocates a buffer
of this size (in bytes) for each table it scans. If you do
many sequential scans, you might want to increase this
- value, which defaults to 131072.
+ value, which defaults to 131072. The value of this variable
+ should be changed in multiples of 4KBs. If it
+ is set to a value that is not a multiple of 4 KBs, its value will
+ be rounded down to the nearest multiple of 4 KBs.
</para>
<para>
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2008-02-20 20:03:33 UTC (rev 9951)
+++ trunk/refman-5.1/dba-core.xml 2008-02-20 20:40:45 UTC (rev 9952)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 1; 826 bytes
@@ -6594,7 +6594,10 @@
Each thread that does a sequential scan allocates a buffer
of this size (in bytes) for each table it scans. If you do
many sequential scans, you might want to increase this
- value, which defaults to 131072.
+ value, which defaults to 131072. The value of this variable
+ should be changed in multiples of 4KBs. If it
+ is set to a value that is not a multiple of 4 KBs, its value will
+ be rounded down to the nearest multiple of 4 KBs.
</para>
<para>
Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml 2008-02-20 20:03:33 UTC (rev 9951)
+++ trunk/refman-6.0/dba-core.xml 2008-02-20 20:40:45 UTC (rev 9952)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 1; 826 bytes
@@ -6463,7 +6463,10 @@
Each thread that does a sequential scan allocates a buffer
of this size (in bytes) for each table it scans. If you do
many sequential scans, you might want to increase this
- value, which defaults to 131072.
+ value, which defaults to 131072. The value of this variable
+ should be changed in multiples of 4 KBs. If it
+ is set to a value that is not a multiple of 4 KBs, its value will
+ be rounded down to the nearest multiple of 4 KBs.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9952 - in trunk: dynamic-docs/changelog refman-5.0 refman-5.1 refman-6.0 | plavin | 20 Feb |