Author: paul
Date: 2006-01-24 04:56:38 +0100 (Tue, 24 Jan 2006)
New Revision: 1011
Log:
r6616@frost: paul | 2006-01-23 21:53:44 -0600
Whack old syntax.
Modified:
trunk/
trunk/refman-4.1/porting.xml
trunk/refman-4.1/problems.xml
trunk/refman-5.0/porting.xml
trunk/refman-5.0/problems.xml
trunk/refman-5.1/porting.xml
trunk/refman-5.1/problems.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6615
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2449
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6616
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2449
Modified: trunk/refman-4.1/porting.xml
===================================================================
--- trunk/refman-4.1/porting.xml 2006-01-24 03:56:09 UTC (rev 1010)
+++ trunk/refman-4.1/porting.xml 2006-01-24 03:56:38 UTC (rev 1011)
@@ -438,9 +438,9 @@
you do a lot of new connections the whole time as
<command>gdb</command> doesn't free the memory for old threads.
You can avoid this problem by starting <command>mysqld</command>
- with <option>-O thread_cache_size= 'max_connections
- +1'</option>. In most cases just using <option>-O
- thread_cache_size=5'</option> helps a lot!
+ with <option>--thread_cache_size='max_connections+1'</option>.
+ In most cases just using <option>--thread_cache_size=5'</option>
+ helps a lot!
</para>
<para>
Modified: trunk/refman-4.1/problems.xml
===================================================================
--- trunk/refman-4.1/problems.xml 2006-01-24 03:56:09 UTC (rev 1010)
+++ trunk/refman-4.1/problems.xml 2006-01-24 03:56:38 UTC (rev 1011)
@@ -1497,8 +1497,8 @@
You are using a MySQL server older than 3.23 and an
in-memory temporary table becomes larger than
<literal>tmp_table_size</literal> bytes. To avoid this
- problem, you can use the <literal>-O
- tmp_table_size=<replaceable>val</replaceable></literal>
+ problem, you can use the
+ <literal>--tmp_table_size=<replaceable>val</replaceable></literal>
option to make <command>mysqld</command> increase the
temporary table size or use the SQL option
<literal>SQL_BIG_TABLES</literal> before you issue the
Modified: trunk/refman-5.0/porting.xml
===================================================================
--- trunk/refman-5.0/porting.xml 2006-01-24 03:56:09 UTC (rev 1010)
+++ trunk/refman-5.0/porting.xml 2006-01-24 03:56:38 UTC (rev 1011)
@@ -438,9 +438,9 @@
you do a lot of new connections the whole time as
<command>gdb</command> doesn't free the memory for old threads.
You can avoid this problem by starting <command>mysqld</command>
- with <option>-O thread_cache_size= 'max_connections
- +1'</option>. In most cases just using <option>-O
- thread_cache_size=5'</option> helps a lot!
+ with <option>--thread_cache_size='max_connections+1'</option>.
+ In most cases just using <option>--thread_cache_size=5'</option>
+ helps a lot!
</para>
<para>
Modified: trunk/refman-5.0/problems.xml
===================================================================
--- trunk/refman-5.0/problems.xml 2006-01-24 03:56:09 UTC (rev 1010)
+++ trunk/refman-5.0/problems.xml 2006-01-24 03:56:38 UTC (rev 1011)
@@ -1464,8 +1464,8 @@
You are using a MySQL server older than 3.23 and an
in-memory temporary table becomes larger than
<literal>tmp_table_size</literal> bytes. To avoid this
- problem, you can use the <literal>-O
- tmp_table_size=<replaceable>val</replaceable></literal>
+ problem, you can use the
+ <literal>--tmp_table_size=<replaceable>val</replaceable></literal>
option to make <command>mysqld</command> increase the
temporary table size or use the SQL option
<literal>SQL_BIG_TABLES</literal> before you issue the
Modified: trunk/refman-5.1/porting.xml
===================================================================
--- trunk/refman-5.1/porting.xml 2006-01-24 03:56:09 UTC (rev 1010)
+++ trunk/refman-5.1/porting.xml 2006-01-24 03:56:38 UTC (rev 1011)
@@ -438,9 +438,9 @@
you do a lot of new connections the whole time as
<command>gdb</command> doesn't free the memory for old threads.
You can avoid this problem by starting <command>mysqld</command>
- with <option>-O thread_cache_size= 'max_connections
- +1'</option>. In most cases just using <option>-O
- thread_cache_size=5'</option> helps a lot!
+ with <option>--thread_cache_size='max_connections+1'</option>.
+ In most cases just using <option>--thread_cache_size=5'</option>
+ helps a lot!
</para>
<para>
Modified: trunk/refman-5.1/problems.xml
===================================================================
--- trunk/refman-5.1/problems.xml 2006-01-24 03:56:09 UTC (rev 1010)
+++ trunk/refman-5.1/problems.xml 2006-01-24 03:56:38 UTC (rev 1011)
@@ -1464,8 +1464,8 @@
You are using a MySQL server older than 3.23 and an
in-memory temporary table becomes larger than
<literal>tmp_table_size</literal> bytes. To avoid this
- problem, you can use the <literal>-O
- tmp_table_size=<replaceable>val</replaceable></literal>
+ problem, you can use the
+ <literal>--tmp_table_size=<replaceable>val</replaceable></literal>
option to make <command>mysqld</command> increase the
temporary table size or use the SQL option
<literal>SQL_BIG_TABLES</literal> before you issue the
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1011 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 24 Jan |