Author: paul
Date: 2010-11-22 03:43:13 +0100 (Mon, 22 Nov 2010)
New Revision: 23899
Log:
r65850@frost: paul | 2010-11-21 20:36:20 -0500
Remove some obsolete stuff
Modified:
trunk/refman-5.5/installing-source-core.xml
trunk/refman-5.6/installing-source-core.xml
trunk/refman-6.0/installing-core.xml
trunk/refman-6.0/optimization.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:44498
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:65848
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:44498
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:65850
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
Modified: trunk/refman-5.5/installing-source-core.xml
===================================================================
--- trunk/refman-5.5/installing-source-core.xml 2010-11-22 01:50:19 UTC (rev 23898)
+++ trunk/refman-5.5/installing-source-core.xml 2010-11-22 02:43:13 UTC (rev 23899)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 31; 1294 bytes
@@ -986,37 +986,6 @@
</para>
<para>
- When compiling from source, you should also be aware of any
- platform specific considerations that may influence and impact the
- build process. Knowing and applying this information will help to
- ensure you get the best performance and most stable binary for
- your chosen platform. For more information, use the following
- sections:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- <xref linkend="aix-installation-source"/>
- </para>
- </listitem>
-
- <listitem>
- <para>
- <xref linkend="hpux-installation-source"/>
- </para>
- </listitem>
-
- <listitem>
- <para>
- <xref linkend="solaris-installation-source"/>
- </para>
- </listitem>
-
- </itemizedlist>
-
- <para>
Some of the <command>configure</command> options available are
described here. For options that may be of use if you have
difficulties building MySQL, see
Modified: trunk/refman-5.6/installing-source-core.xml
===================================================================
--- trunk/refman-5.6/installing-source-core.xml 2010-11-22 01:50:19 UTC (rev 23898)
+++ trunk/refman-5.6/installing-source-core.xml 2010-11-22 02:43:13 UTC (rev 23899)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 31; 1294 bytes
@@ -986,37 +986,6 @@
</para>
<para>
- When compiling from source, you should also be aware of any
- platform specific considerations that may influence and impact the
- build process. Knowing and applying this information will help to
- ensure you get the best performance and most stable binary for
- your chosen platform. For more information, use the following
- sections:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- <xref linkend="aix-installation-source"/>
- </para>
- </listitem>
-
- <listitem>
- <para>
- <xref linkend="hpux-installation-source"/>
- </para>
- </listitem>
-
- <listitem>
- <para>
- <xref linkend="solaris-installation-source"/>
- </para>
- </listitem>
-
- </itemizedlist>
-
- <para>
Some of the <command>configure</command> options available are
described here. For options that may be of use if you have
difficulties building MySQL, see
Modified: trunk/refman-6.0/installing-core.xml
===================================================================
--- trunk/refman-6.0/installing-core.xml 2010-11-22 01:50:19 UTC (rev 23898)
+++ trunk/refman-6.0/installing-core.xml 2010-11-22 02:43:13 UTC (rev 23899)
Changed blocks: 2, Lines Added: 0, Lines Deleted: 14; 1186 bytes
@@ -9212,13 +9212,6 @@
</programlisting>
<para>
- If you have an UltraSPARC system, you can get 4% better
- performance by adding <option>-mcpu=v8
- -Wa,-xarch=v8plusa</option> to the <literal>CFLAGS</literal> and
- <literal>CXXFLAGS</literal> environment variables.
- </para>
-
- <para>
If you have Sun's Forte 5.0 (or newer) compiler, you can run
<command>configure</command> like this:
</para>
@@ -9249,13 +9242,6 @@
</para>
<para>
- In the MySQL benchmarks, we obtained a 4% speed increase on
- UltraSPARC when using Forte 5.0 in 32-bit mode, as compared to
- using <command>gcc</command> 3.2 with the <option>-mcpu</option>
- flag.
- </para>
-
- <para>
If you create a 64-bit <command>mysqld</command> binary, it is
4% slower than the 32-bit binary, but can handle more threads
and memory.
Modified: trunk/refman-6.0/optimization.xml
===================================================================
--- trunk/refman-6.0/optimization.xml 2010-11-22 01:50:19 UTC (rev 23898)
+++ trunk/refman-6.0/optimization.xml 2010-11-22 02:43:13 UTC (rev 23899)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 22; 1214 bytes
@@ -14104,28 +14104,6 @@
<listitem>
<para>
- On a Sun UltraSPARC-IIe, a server compiled with Forte 5.0 is
- 4% faster than one compiled with <command>gcc</command> 3.2.
- </para>
- </listitem>
-
- <listitem>
- <para>
- On a Sun UltraSPARC-IIe, a server compiled with Forte 5.0 is
- 4% faster in 32-bit mode than in 64-bit mode.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Compiling with <command>gcc</command> 2.95.2 for UltraSPARC
- with the <option>-mcpu=v8 -Wa,-xarch=v8plusa</option>
- options gives 4% more performance.
- </para>
- </listitem>
-
- <listitem>
- <para>
Compiling on Linux-x86 using <command>gcc</command> without
frame pointers (<option>-fomit-frame-pointer</option> or
<option>-fomit-frame-pointer -ffixed-ebp</option>) makes
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r23899 - in trunk: . refman-5.5 refman-5.6 refman-6.0 | paul.dubois | 22 Nov |