Author: paul
Date: 2010-12-18 17:40:11 +0100 (Sat, 18 Dec 2010)
New Revision: 24500
Log:
r43265@dhcp-215: paul | 2010-12-18 10:20:18 -0500
Fix patch that applied on wrong place
Modified:
trunk/refman-6.0/replication-notes.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:45576
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:43257
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:45576
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:43265
Modified: trunk/refman-6.0/replication-notes.xml
===================================================================
--- trunk/refman-6.0/replication-notes.xml 2010-12-18 16:39:57 UTC (rev 24499)
+++ trunk/refman-6.0/replication-notes.xml 2010-12-18 16:40:11 UTC (rev 24500)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 13; 1767 bytes
@@ -3314,21 +3314,21 @@
</para>
</important>
+ <para>
+ It is strongly recommended that you always use the same setting
+ for the <literal role="sysvar">lower_case_table_names</literal>
+ system variable on both master and slave. In particular, when a
+ case-sensitive filesystem is used, setting this variable to 1 on
+ the slave, but to a different value on the master, can cause two
+ types of problems: Names of databases are not converted to
+ lowercase; in addition, when using row-based replication names
+ of tables are also not converted. Either of these problems can
+ cause replication to fail. This is a known issue, which is fixed
+ in MySQL 5.6.
+ </para>
+
</section>
- <para>
- It is strongly recommended that you always use the same setting
- for the <literal role="sysvar">lower_case_table_names</literal>
- system variable on both master and slave. In particular, when a
- case-sensitive filesystem is used, setting this variable to 1 on
- the slave, but to a different value on the master, can cause two
- types of problems: Names of databases are not converted to
- lowercase; in addition, when using row-based replication names of
- tables are also not converted. Either of these problems can cause
- replication to fail. This is a known issue, which is fixed in
- MySQL 5.6.
- </para>
-
</section>
<section id="replication-compatibility">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24500 - in trunk: . refman-6.0 | paul.dubois | 18 Dec |