Author: paul
Date: 2006-02-27 17:52:05 +0100 (Mon, 27 Feb 2006)
New Revision: 1451
Log:
r8216@frost: paul | 2006-02-27 10:50:42 -0600
Add changelog entry that binlog_format now is dynamic.
Rearrange some other entries.
Modified:
trunk/
trunk/refman-5.1/database-administration.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8161
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3600
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8216
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3600
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-02-27 16:29:33 UTC (rev 1450)
+++ trunk/refman-5.1/database-administration.xml 2006-02-27 16:52:05 UTC (rev 1451)
@@ -3707,7 +3707,7 @@
<literal>STATEMENT</literal>, <literal>ROW</literal>, or
<literal>MIXED</literal>. <literal>binlog_format</literal>
is set by the <option>--binlog-format</option> option at
- startup, or by the <literal>BINLOG_FORMAT</literal>
+ startup, or by the <literal>binlog_format</literal>
variable at runtime (you need the <literal>SUPER</literal>
privilege to set this globally). See
<xref linkend="replication-row-based"/>. The startup
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-02-27 16:29:33 UTC (rev 1450)
+++ trunk/refman-common/news-5.1.xml 2006-02-27 16:52:05 UTC (rev 1451)
@@ -193,13 +193,43 @@
<listitem>
<para>
- Added the <command>mysql_upgrade</command> program that checks
- all tables for incompatibilities with the current version of
- MySQL Server and repairs them if necessary. This program
- should be run for each MySQL upgrade (rather than
- <command>mysql_fix_privilege_tables</command>). See
- <xref linkend="mysql-upgrade"/>.
+ Several changes were made to make upgrades easier:
</para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Added the <command>mysql_upgrade</command> program that
+ checks all tables for incompatibilities with the current
+ version of MySQL Server and repairs them if necessary.
+ This program should be run for each MySQL upgrade (rather
+ than <command>mysql_fix_privilege_tables</command>). See
+ <xref linkend="mysql-upgrade"/>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Added the <literal>FOR UPGRADE</literal> option for the
+ <literal>CHECK TABLE</literal> statement. This option
+ checks whether tables are incompatible with the current
+ version of MySQL Server.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Added the <option>--check-upgrade</option> to
+ <command>mysqlcheck</command> that invokes <literal>CHECK
+ TABLE</literal> with the <literal>FOR UPGRADE</literal>
+ Added the <option>--fix-db-names</option> and
+ <option>--fix-table-names</option> options to
+ <command>mysqlcheck</command>.
+ </para>
+ </listitem>
+
+ </itemizedlist>
</listitem>
<listitem>
@@ -208,24 +238,18 @@
guaranteed to have unque names. (Bug #15408)
</para>
</listitem>
-
+
<listitem>
<para>
- Added the <literal>FOR UPGRADE</literal> option for the
- <literal>CHECK TABLE</literal> statement. This option checks
- whether tables are incompatible with the current version of
- MySQL Server. Also added the <option>--check-upgrade</option>
- to <command>mysqlcheck</command> that invokes <literal>CHECK
- TABLE</literal> with the <literal>FOR UPGRADE</literal> Added
- the <option>--fix-db-names</option> and
- <option>--fix-table-names</option> options to
- <command>mysqlcheck</command>. option.
+ Added the <literal>RENAME DATABASE</literal> statement.
</para>
</listitem>
<listitem>
<para>
- Added the <literal>RENAME DATABASE</literal> statement.
+ The <literal>binlog_format</literal> system variable now is
+ dynamic and can be changed at runtime, as described in
+ <xref linkend="replication-row-based"/>.
</para>
</listitem>
@@ -417,7 +441,7 @@
table on a non-max server caused a server crash. (Bug #16591)
</para>
</listitem>
-
+
<listitem>
<para>
Attempting to add a new partition to a table partitioned by a
@@ -425,7 +449,7 @@
error. (Bug #17169)
</para>
</listitem>
-
+
<listitem>
<para>
MySQL server dropped client connection for certain SELECT
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1451 - in trunk: . refman-5.1 refman-common | paul | 27 Feb |