Author: jstephens
Date: 2008-10-24 17:57:37 +0200 (Fri, 24 Oct 2008)
New Revision: 12144
Log:
Nested function calls aren't diallowed in partitioning expressions,
after all
Fixes Docs Bug #39882
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 2008-10-24 03:52:52 UTC (rev 12143)
+++ trunk/refman-5.1/partitioning.xml 2008-10-24 15:57:37 UTC (rev 12144)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 12; 962 bytes
@@ -4227,18 +4227,6 @@
<listitem>
<para>
- Nested function calls. For example, while
- <function role="sql">MOD()</function> and
- <function role="sql">TO_DAYS()</function> are both
- permitted in partitioning expressions, an expression
- such as
- <function role="sql">MOD(TO_DAYS(<replaceable>datetime_column</replaceable>),
- 7)</function> is not allowed.
- </para>
- </listitem>
-
- <listitem>
- <para>
Declared variables or user variables.
</para>
</listitem>
Modified: trunk/refman-6.0/partitioning.xml
===================================================================
--- trunk/refman-6.0/partitioning.xml 2008-10-24 03:52:52 UTC (rev 12143)
+++ trunk/refman-6.0/partitioning.xml 2008-10-24 15:57:37 UTC (rev 12144)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 12; 962 bytes
@@ -4099,18 +4099,6 @@
<listitem>
<para>
- Nested function calls. For example, while
- <function role="sql">MOD()</function> and
- <function role="sql">TO_DAYS()</function> are both
- permitted in partitioning expressions, an expression
- such as
- <function role="sql">MOD(TO_DAYS(<replaceable>datetime_column</replaceable>),
- 7)</function> is not allowed.
- </para>
- </listitem>
-
- <listitem>
- <para>
Declared variables or user variables.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r12144 - in trunk: refman-5.1 refman-6.0 | jon | 24 Oct |