From: jon Date: December 14 2005 10:42am Subject: svn commit - mysqldoc@docsrva: r555 - in trunk: refman-4.1 refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/145 Message-Id: <200512141042.jBEAg0IH019290@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2005-12-14 11:41:55 +0100 (Wed, 14 Dec 2005) New Revision: 555 Log: FK implementation for MyISAM scheduled for 5.2, not 5.1. (Thanks, Kolbe!) Modified: trunk/refman-4.1/introduction.xml trunk/refman-5.0/introduction.xml trunk/refman-5.1/introduction.xml Modified: trunk/refman-4.1/introduction.xml =================================================================== --- trunk/refman-4.1/introduction.xml 2005-12-13 18:51:00 UTC (rev 554) +++ trunk/refman-4.1/introduction.xml 2005-12-14 10:41:55 UTC (rev 555) @@ -2845,7 +2845,9 @@ Through MySQL 4.1, only InnoDB tables support foreign keys. See - . + . (Foreign key + support in MyISAM tables is scheduled for + implementation in MySQL 5.2. See .) Modified: trunk/refman-5.0/introduction.xml =================================================================== --- trunk/refman-5.0/introduction.xml 2005-12-13 18:51:00 UTC (rev 554) +++ trunk/refman-5.0/introduction.xml 2005-12-14 10:41:55 UTC (rev 555) @@ -2490,11 +2490,11 @@ - For the moment, only InnoDB tables support + Through MySQL 5.0, only InnoDB tables support foreign keys. See . Foreign key support in MyISAM tables is scheduled for - implementation in MySQL 5.1. + implementation in MySQL 5.2. See . Modified: trunk/refman-5.1/introduction.xml =================================================================== --- trunk/refman-5.1/introduction.xml 2005-12-13 18:51:00 UTC (rev 554) +++ trunk/refman-5.1/introduction.xml 2005-12-14 10:41:55 UTC (rev 555) @@ -2181,15 +2181,15 @@ - Beginning with MySQL 5.0.2, several SQL mode options are - available to provide greater control over how accepting to be of - bad data values and whether to continue executing a statement or - abort it when errors occur. Using these options, you can - configure MySQL Server to act in a more traditional fashion that - is like other DBMSs that reject improper input. The SQL mode can - be set at runtime, which enables individual clients to select - the behavior most appropriate for their requirements. See - . + Several SQL mode options are available to provide greater + control over how accepting to be of bad data values and whether + to continue executing a statement or abort it when errors occur. + Using these options, you can configure MySQL Server to act in a + more traditional fashion that is like other DBMSs that reject + improper input. The SQL mode can be set at runtime, which + enables individual clients to select the behavior most + appropriate for their requirements. See + . @@ -2246,11 +2246,11 @@ - For the moment, only InnoDB tables support + Through MySQL 5.1, only InnoDB tables support foreign keys. See . Foreign key support in MyISAM tables is scheduled for - implementation in MySQL 5.1. + implementation in MySQL 5.2. See .