Author: jstephens
Date: 2006-08-18 03:11:34 +0200 (Fri, 18 Aug 2006)
New Revision: 3049
Log:
Fixed language referring to 5.0.
Modified:
trunk/refman-5.1/introduction.xml
Modified: trunk/refman-5.1/introduction.xml
===================================================================
--- trunk/refman-5.1/introduction.xml 2006-08-18 01:03:18 UTC (rev 3048)
+++ trunk/refman-5.1/introduction.xml 2006-08-18 01:11:34 UTC (rev 3049)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 8; 1399 bytes
@@ -2606,19 +2606,17 @@
</indexterm>
<para>
- Before MySQL 5.0.2, MySQL is forgiving of illegal or improper
- data values and coerces them to legal values for data entry.
- In MySQL 5.0.2 and up, that remains the default behavior, but
- you can change the server SQL mode to select more traditional
- treatment of bad values such that the server rejects them and
- aborts the statement in which they occur.
+ By default, MySQL is forgiving of illegal or improper data
+ values and coerces them to legal values for data entry.
+ However, you can change the server SQL mode to select more
+ traditional treatment of bad values such that the server
+ rejects them and aborts the statement in which they occur. See
<xref linkend="server-sql-mode"/>.
</para>
<para>
This section describes the default (forgiving) behavior of
- MySQL, as well as the newer strict SQL mode and how it
- differs.
+ MySQL, as well as the strict SQL mode and how it differs.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3049 - trunk/refman-5.1 | jon | 18 Aug |