Author: paul
Date: 2010-12-09 17:53:14 +0100 (Thu, 09 Dec 2010)
New Revision: 24354
Log:
r36986@dhcp-215: paul | 2010-12-09 10:52:54 -0500
Fix some autolink markup, change autotools reference to CMake/autotools
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/dynamic-docs/changelog/mysqld-2.xml
trunk/refman-common/what-is.en.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:45239
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:66486
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
ebeeeee4-b232-4669-a521-231442eced53:/mysqldoc-local/mysqldoc/trunk:36982
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:45239
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:66486
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
ebeeeee4-b232-4669-a521-231442eced53:/mysqldoc-local/mysqldoc/trunk:36986
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2010-12-09 16:22:57 UTC (rev 24353)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2010-12-09 16:53:14 UTC (rev 24354)
Changed blocks: 5, Lines Added: 17, Lines Deleted: 20; 4068 bytes
@@ -66487,15 +66487,14 @@
<listitem>
<para>
- <literal role="sysvar">innodb_file_io_threads</literal>:
- Removed (replaced by
- <literal role="sysvar">innodb_read_io_threads</literal> and
+ <literal>innodb_file_io_threads</literal>: Removed (replaced
+ by <literal role="sysvar">innodb_read_io_threads</literal>
+ and
<literal role="sysvar">innodb_write_io_threads</literal>).
</para>
<para>
If you upgrade from MySQL 5.1 from MySQL 5.4 and previously
- explicitly set
- <literal role="sysvar">innodb_file_io_threads</literal> at
+ explicitly set <literal>innodb_file_io_threads</literal> at
server startup, you must change your configuration.
<literal role="sysvar">innodb_read_io_threads</literal> and
<literal role="sysvar">innodb_write_io_threads</literal> can
@@ -71105,8 +71104,8 @@
<para>
The <filename>my-innodb-heavy-4G.cnf</filename> sample option
file contained a setting for the no longer existing
- <literal role="sysvar">innodb_file_io_threads</literal> system
- variable. This has been replaced with settings for the
+ <literal>innodb_file_io_threads</literal> system variable. This
+ has been replaced with settings for the
<literal role="sysvar">innodb_write_io_threads</literal> and
<literal role="sysvar">innodb_read_io_threads</literal> system
variables with which
@@ -78557,16 +78556,15 @@
<para>
In this version of <literal>InnoDB</literal>, the
- <literal role="sysvar">innodb_file_io_threads</literal> system
- variable has been removed and replaced with
+ <literal>innodb_file_io_threads</literal> system variable has
+ been removed and replaced with
<literal role="sysvar">innodb_read_io_threads</literal> and
<literal role="sysvar">innodb_write_io_threads</literal>. If you
upgrade from MySQL 5.1 to MySQL 5.5 and previously explicitly
- set <literal role="sysvar">innodb_file_io_threads</literal> at
- server startup, you must change your configuration. Either
- remove any reference to
- <literal role="sysvar">innodb_file_io_threads</literal> or
- replace it with references to
+ set <literal>innodb_file_io_threads</literal> at server startup,
+ you must change your configuration. Either remove any reference
+ to <literal>innodb_file_io_threads</literal> or replace it with
+ references to
<literal role="sysvar">innodb_read_io_threads</literal> and
<literal role="sysvar">innodb_write_io_threads</literal>.
</para>
@@ -78598,8 +78596,8 @@
<para>
For information about <literal>InnoDB</literal> features, see
- <xref linkend="innodb-5-5"/>. For general information
- about using <literal>InnoDB</literal> in MySQL, see
+ <xref linkend="innodb-5-5"/>. For general information about
+ using <literal>InnoDB</literal> in MySQL, see
<xref linkend="innodb-storage-engine"/>.
</para>
@@ -79170,10 +79168,9 @@
<literal role="se">InnoDB</literal> read-ahead background
thread, and the number of such pages evicted without ever being
accessed, respectively. Also, the status variables
- <literal role="statvar">Innodb_buffer_pool_read_ahead_rnd</literal>
- and
- <literal role="statvar">Innodb_buffer_pool_read_ahead_seq</literal>
- status variables have been removed.
+ <literal>Innodb_buffer_pool_read_ahead_rnd</literal> and
+ <literal>Innodb_buffer_pool_read_ahead_seq</literal> status
+ variables have been removed.
</para>
</message>
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-12-09 16:22:57 UTC (rev 24353)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-12-09 16:53:14 UTC (rev 24354)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1246 bytes
@@ -33620,7 +33620,7 @@
<para>
Previously, tables in the <literal>performance_schema</literal>
database had uppercase names. This was incompatible with the
- <literal role="sysvar">lowercase_table_names</literal> system
+ <literal role="sysvar">lower_case_table_names</literal> system
variable, and caused issues the variable value was changed
<emphasis>after</emphasis> installing or upgrading.
</para>
@@ -33628,7 +33628,7 @@
<para>
Now <literal>performance_schema</literal> table names are
lowercase, so they appear in uniform lettercase regardless of
- the <literal role="sysvar">lowercase_table_names</literal>
+ the <literal role="sysvar">lower_case_table_names</literal>
setting. References to these tables in SQL statements should be
given in lowercase. This is an incompatible change, but provides
compatible behavior across different values of
Modified: trunk/refman-common/what-is.en.xml
===================================================================
--- trunk/refman-common/what-is.en.xml 2010-12-09 16:22:57 UTC (rev 24353)
+++ trunk/refman-common/what-is.en.xml 2010-12-09 16:53:14 UTC (rev 24354)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 569 bytes
@@ -366,7 +366,9 @@
<listitem>
<para>
- Uses GNU Automake, Autoconf, and Libtool for portability.
+ For portability, uses <command>CMake</command> in MySQL 5.5
+ and up. Previous series use GNU Automake, Autoconf, and
+ Libtool.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24354 - in trunk: . dynamic-docs/changelog refman-common | paul.dubois | 9 Dec |