From: jon
Date: December 13 2007 3:56pm
Subject: svn commit - mysqldoc@docsrva: r9290 - in trunk: refman-5.1 refman-6.0
List-Archive: http://lists.mysql.com/commits/39904
Message-Id: <200712131556.lBDFurrU017357@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jstephens
Date: 2007-12-13 16:56:53 +0100 (Thu, 13 Dec 2007)
New Revision: 9290
Log:
Added relevant bug # omitted in previous commit
Modified:
trunk/refman-5.1/partitioning.xml
trunk/refman-6.0/partitioning.xml
Modified: trunk/refman-5.1/partitioning.xml
===================================================================
--- trunk/refman-5.1/partitioning.xml 2007-12-13 15:55:12 UTC (rev 9289)
+++ trunk/refman-5.1/partitioning.xml 2007-12-13 15:56:53 UTC (rev 9290)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 561 bytes
@@ -4359,7 +4359,7 @@
Beginning with MySQL 5.1.23, the DIV
operator is also supported, and the /
- operator is disallowed. (Bug #30188)
+ operator is disallowed. (Bug #30188, Bug #33182)
Modified: trunk/refman-6.0/partitioning.xml
===================================================================
--- trunk/refman-6.0/partitioning.xml 2007-12-13 15:55:12 UTC (rev 9289)
+++ trunk/refman-6.0/partitioning.xml 2007-12-13 15:56:53 UTC (rev 9290)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 560 bytes
@@ -4259,7 +4259,7 @@
Beginning with MySQL 6.0.4, the DIV
operator is also supported, and the /
- operator is disallowed. (Bug #30188)
+ operator is disallowed. (Bug #30188, Bug #33182)