List:Commits« Previous MessageNext Message »
From:paul Date:April 18 2008 5:01pm
Subject:svn commit - mysqldoc@docsrva: r10537 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-04-18 19:01:48 +0200 (Fri, 18 Apr 2008)
New Revision: 10537

Log:
 r30819@frost:  paul | 2008-04-18 12:01:52 -0500
 Remove obsolete information. (Salle)


Modified:
   trunk/it/refman-5.1/installing-core.xml
   trunk/pt/refman-5.1/installing-core.xml
   trunk/refman-4.1/installing.xml
   trunk/refman-5.0/installing-cs-core.xml
   trunk/refman-5.1/installing-core.xml
   trunk/refman-6.0/installing-core.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30817
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30827
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30819
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30827


Modified: trunk/it/refman-5.1/installing-core.xml
===================================================================
--- trunk/it/refman-5.1/installing-core.xml	2008-04-18 16:25:24 UTC (rev 10536)
+++ trunk/it/refman-5.1/installing-core.xml	2008-04-18 17:01:48 UTC (rev 10537)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 7; 951 bytes

@@ -12213,13 +12213,7 @@
     <para>
       You can always move the MySQL format files and data files between
       different versions on the same architecture as long as you stay
-      within versions for the same release series of MySQL. If you
-      change the character set when running MySQL, you must run
-      <command>myisamchk -r -q
-      --set-collation=<replaceable>collation_name</replaceable></command>
-      on all <literal>MyISAM</literal> tables. Otherwise, your indexes
-      may not be ordered correctly, because changing the character set
-      may also change the sort order.
+      within versions for the same release series of MySQL.
     </para>
 
     <para>


Modified: trunk/pt/refman-5.1/installing-core.xml
===================================================================
--- trunk/pt/refman-5.1/installing-core.xml	2008-04-18 16:25:24 UTC (rev 10536)
+++ trunk/pt/refman-5.1/installing-core.xml	2008-04-18 17:01:48 UTC (rev 10537)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 7; 951 bytes

@@ -12213,13 +12213,7 @@
     <para>
       You can always move the MySQL format files and data files between
       different versions on the same architecture as long as you stay
-      within versions for the same release series of MySQL. If you
-      change the character set when running MySQL, you must run
-      <command>myisamchk -r -q
-      --set-collation=<replaceable>collation_name</replaceable></command>
-      on all <literal>MyISAM</literal> tables. Otherwise, your indexes
-      may not be ordered correctly, because changing the character set
-      may also change the sort order.
+      within versions for the same release series of MySQL.
     </para>
 
     <para>


Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml	2008-04-18 16:25:24 UTC (rev 10536)
+++ trunk/refman-4.1/installing.xml	2008-04-18 17:01:48 UTC (rev 10537)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 6; 1434 bytes

@@ -12446,14 +12446,16 @@
     <para>
       You can always move the MySQL format files and data files between
       different versions on the same architecture as long as you stay
-      within versions for the same release series of MySQL. If you
-      change the character set when running MySQL, you must run
-      <command>myisamchk -r -q
-      --set-collation=<replaceable>collation_name</replaceable></command>
+      within versions for the same release series of MySQL. Before MySQL
+      4.1, if you change the character set when running MySQL, you must
+      run <command>myisamchk -r -q
+      --set-character-set=<replaceable>charset_name</replaceable></command>
       on all <literal>MyISAM</literal> tables. Otherwise, your indexes
       may not be ordered correctly, because changing the character set
-      may also change the sort order. (Use
-      <option>--set-character-set</option> before MySQL 4.1.1.)
+      may also change the sort order. As of MySQL 4.1, to convert tables
+      created before 4.1 to the format that includes character set and
+      collation information, use the instructions in
+      <xref linkend="charset-conversion"/>.
     </para>
 
     <para>


Modified: trunk/refman-5.0/installing-cs-core.xml
===================================================================
--- trunk/refman-5.0/installing-cs-core.xml	2008-04-18 16:25:24 UTC (rev 10536)
+++ trunk/refman-5.0/installing-cs-core.xml	2008-04-18 17:01:48 UTC (rev 10537)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 7; 951 bytes

@@ -13018,13 +13018,7 @@
     <para>
       You can always move the MySQL format files and data files between
       different versions on the same architecture as long as you stay
-      within versions for the same release series of MySQL. If you
-      change the character set when running MySQL, you must run
-      <command>myisamchk -r -q
-      --set-collation=<replaceable>collation_name</replaceable></command>
-      on all <literal>MyISAM</literal> tables. Otherwise, your indexes
-      may not be ordered correctly, because changing the character set
-      may also change the sort order.
+      within versions for the same release series of MySQL.
     </para>
 
     <para>


Modified: trunk/refman-5.1/installing-core.xml
===================================================================
--- trunk/refman-5.1/installing-core.xml	2008-04-18 16:25:24 UTC (rev 10536)
+++ trunk/refman-5.1/installing-core.xml	2008-04-18 17:01:48 UTC (rev 10537)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 7; 942 bytes

@@ -12295,13 +12295,7 @@
     <para>
       You can always move the MySQL format files and data files between
       different versions on the same architecture as long as you stay
-      within versions for the same release series of MySQL. If you
-      change the character set when running MySQL, you must run
-      <command>myisamchk -r -q
-      --set-collation=<replaceable>collation_name</replaceable></command>
-      on all <literal>MyISAM</literal> tables. Otherwise, your indexes
-      may not be ordered correctly, because changing the character set
-      may also change the sort order.
+      within versions for the same release series of MySQL.
     </para>
 
     <para>


Modified: trunk/refman-6.0/installing-core.xml
===================================================================
--- trunk/refman-6.0/installing-core.xml	2008-04-18 16:25:24 UTC (rev 10536)
+++ trunk/refman-6.0/installing-core.xml	2008-04-18 17:01:48 UTC (rev 10537)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 7; 942 bytes

@@ -12315,13 +12315,7 @@
     <para>
       You can always move the MySQL format files and data files between
       different versions on the same architecture as long as you stay
-      within versions for the same release series of MySQL. If you
-      change the character set when running MySQL, you must run
-      <command>myisamchk -r -q
-      --set-collation=<replaceable>collation_name</replaceable></command>
-      on all <literal>MyISAM</literal> tables. Otherwise, your indexes
-      may not be ordered correctly, because changing the character set
-      may also change the sort order.
+      within versions for the same release series of MySQL.
     </para>
 
     <para>


Thread
svn commit - mysqldoc@docsrva: r10537 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0paul18 Apr