nightmorph 06/12/29 05:49:47 Modified: mysql-upgrading.xml Log: added MERGE tables note for bug 159340
Revision Changes Path 1.18 xml/htdocs/doc/en/mysql-upgrading.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.18&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?r1=1.17&r2=1.18 Index: mysql-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- mysql-upgrading.xml 4 Dec 2006 16:42:50 -0000 1.17 +++ mysql-upgrading.xml 29 Dec 2006 05:49:47 -0000 1.18 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.17 2006/12/04 16:42:50 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.18 2006/12/29 05:49:47 nightmorph Exp $ --> <guide link="/doc/en/mysql-upgrading.xml"> <title>Upgrade guide to MySQL 4.* or 5.0.*</title> @@ -22,8 +22,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.14</version> -<date>2006-12-04</date> +<version>1.15</version> +<date>2006-12-28</date> <chapter> <title>Straight upgrade, suggested for 4.1 => 5.0 migration</title> @@ -35,6 +35,14 @@ direct upgrade to the next major version of MySQL. </p> +<note> +This is not true for MERGE tables. You will likely run into trouble if you +attempt a direct upgrade for this (rarely used) type of table. You should dump +and recreate those tables and restore their contents in the process of +upgrading. If unsure, you should begin with <uri link="#doc_chap2">Upgrading +from old versions of MySQL</uri>. +</note> + <pre caption="Straight upgrade from 4.1 to 5.0.*"> # <i>quickpkg dev-db/mysql</i> # <i>alias MYSQL="mysql --user=root --password=</i><comment>'your_password'</comment><i>"</i> -- [email protected] mailing list
