rane 05/10/17 19:30:16 Modified: xml/htdocs/doc/en mysql-upgrading.xml Log: #109606 adding one missing backslash
Revision Changes Path 1.3 +4 -4 xml/htdocs/doc/en/mysql-upgrading.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-upgrading.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo Index: mysql-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mysql-upgrading.xml 21 Sep 2005 19:15:49 -0000 1.2 +++ mysql-upgrading.xml 17 Oct 2005 19:30:16 -0000 1.3 @@ -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.2 2005/09/21 19:15:49 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.3 2005/10/17 19:30:16 rane Exp $ --> <guide link="/doc/en/mysql-upgrading.xml"> <title>Upgrade guide to MySQL 4.1.x</title> @@ -22,8 +22,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.1</version> -<date>2005-09-21</date> +<version>1.2</version> +<date>2005-10-17</date> <chapter> <title>Upgrading from old versions of MySQL</title> @@ -67,7 +67,7 @@ <i>--hex-blob \</i> <i>--master-data \</i> <i>--max_allowed_packet=16M \</i> - <i>--quote-names</i> + <i>--quote-names \</i> <i>--result-file=BACKUP_MYSQL_4.0.SQL</i> </pre> -- [email protected] mailing list
