From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
by nuthatch.gentoo.org with esmtp (Exim 4.62)
(envelope-from )
id 1H0Acx-0007ft-4U
for garchives@archives.gentoo.org; Fri, 29 Dec 2006 05:49:59 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kBT5nnOx032046;
Fri, 29 Dec 2006 05:49:49 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kBT5nmij002671
for ; Fri, 29 Dec 2006 05:49:49 GMT
Received: from lark (lark.gentoo.osuosl.org [140.211.166.177])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with SMTP id 68211646EB
for ; Fri, 29 Dec 2006 05:49:48 +0000 (UTC)
Received: by lark (sSMTP sendmail emulation); Fri, 29 Dec 2006 05:49:48 +0000
From: "Josh Saddler"
Date: Fri, 29 Dec 2006 05:49:48 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: mysql-upgrading.xml
Message-Id: <20061229054948.68211646EB@smtp.gentoo.org>
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: 75de10c8-28c8-4dd7-a2d9-6aabda0c3105
X-Archives-Hash: 6167bb5a3d1a9e9519d584c0233b0e91
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 @@
-
+
Upgrade guide to MySQL 4.* or 5.0.*
@@ -22,8 +22,8 @@
-1.14
-2006-12-04
+1.15
+2006-12-28
Straight upgrade, suggested for 4.1 => 5.0 migration
@@ -35,6 +35,14 @@
direct upgrade to the next major version of MySQL.
+
+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 Upgrading
+from old versions of MySQL.
+
+
# quickpkg dev-db/mysql
# alias MYSQL="mysql --user=root --password='your_password'"
--
gentoo-doc-cvs@gentoo.org mailing list