Author: jstephens
Date: 2007-09-03 10:52:12 +0200 (Mon, 03 Sep 2007)
New Revision: 7634
Log:
Got rid of 5.0.x-specific items in 5.1/5.2 versions of
differences-from-ansi section (Thanks, Morgan!)
Modified:
trunk/refman-5.1/introduction.xml
trunk/refman-5.2/introduction.xml
Modified: trunk/refman-5.1/introduction.xml
===================================================================
--- trunk/refman-5.1/introduction.xml 2007-09-03 07:12:59 UTC (rev 7633)
+++ trunk/refman-5.1/introduction.xml 2007-09-03 08:52:12 UTC (rev 7634)
Changed blocks: 2, Lines Added: 0, Lines Deleted: 26; 1566 bytes
@@ -1606,23 +1606,6 @@
<listitem>
<para>
- For <literal>VARCHAR</literal> columns, trailing spaces are
- removed when the value is stored. (This is fixed in MySQL
- 5.0.3). See <xref linkend="bugs"/>.
- </para>
- </listitem>
-
- <listitem>
- <para>
- In some cases, <literal>CHAR</literal> columns are silently
- converted to <literal>VARCHAR</literal> columns when you
- define a table or alter its structure. (This is fixed in
- MySQL 5.0.3).
- </para>
- </listitem>
-
- <listitem>
- <para>
There are several differences between the MySQL and standard
SQL privilege systems. For example, in MySQL, privileges for
a table are not automatically revoked when you delete a
@@ -1640,15 +1623,6 @@
</para>
</listitem>
- <listitem>
- <para>
- Standard SQL requires that a <literal>HAVING</literal>
- clause in a <literal>SELECT</literal> statement be able to
- refer to columns in the <literal>GROUP BY</literal> clause.
- This cannot be done before MySQL 5.0.2.
- </para>
- </listitem>
-
</itemizedlist>
<section id="ansi-diff-subqueries">
Modified: trunk/refman-5.2/introduction.xml
===================================================================
--- trunk/refman-5.2/introduction.xml 2007-09-03 07:12:59 UTC (rev 7633)
+++ trunk/refman-5.2/introduction.xml 2007-09-03 08:52:12 UTC (rev 7634)
Changed blocks: 2, Lines Added: 0, Lines Deleted: 26; 1566 bytes
@@ -1369,23 +1369,6 @@
<listitem>
<para>
- For <literal>VARCHAR</literal> columns, trailing spaces are
- removed when the value is stored. (This is fixed in MySQL
- 5.0.3). See <xref linkend="bugs"/>.
- </para>
- </listitem>
-
- <listitem>
- <para>
- In some cases, <literal>CHAR</literal> columns are silently
- converted to <literal>VARCHAR</literal> columns when you
- define a table or alter its structure. (This is fixed in
- MySQL 5.0.3).
- </para>
- </listitem>
-
- <listitem>
- <para>
There are several differences between the MySQL and standard
SQL privilege systems. For example, in MySQL, privileges for
a table are not automatically revoked when you delete a
@@ -1403,15 +1386,6 @@
</para>
</listitem>
- <listitem>
- <para>
- Standard SQL requires that a <literal>HAVING</literal>
- clause in a <literal>SELECT</literal> statement be able to
- refer to columns in the <literal>GROUP BY</literal> clause.
- This cannot be done before MySQL 5.0.2.
- </para>
- </listitem>
-
</itemizedlist>
<section id="ansi-diff-subqueries">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7634 - in trunk: refman-5.1 refman-5.2 | jon | 3 Sep |