Author: shinz
Date: 2006-01-11 21:39:12 +0100 (Wed, 11 Jan 2006)
New Revision: 767
Log:
group_concat_max_len default value is 1024
Modified:
trunk/refman-4.1/functions.xml
trunk/refman-5.0/functions.xml
trunk/refman-5.1/functions.xml
Modified: trunk/refman-4.1/functions.xml
===================================================================
--- trunk/refman-4.1/functions.xml 2006-01-11 19:49:43 UTC (rev 766)
+++ trunk/refman-4.1/functions.xml 2006-01-11 20:39:12 UTC (rev 767)
@@ -14084,13 +14084,14 @@
<para>
You can set a maximum allowed length with the
- <literal>group_concat_max_len</literal> system variable. The
- syntax to do this at runtime is as follows, where
- <literal>val</literal> is an unsigned integer:
+ <literal>group_concat_max_len</literal> system variable.
+ (The default value is 1024.)
+ The syntax to do this at runtime is as follows, where
+ <replaceable>val</replaceable> is an unsigned integer:
</para>
<programlisting>
-SET [SESSION | GLOBAL] group_concat_max_len = val;
+SET [SESSION | GLOBAL] group_concat_max_len = <replaceable>val</replaceable>;
</programlisting>
<para>
Modified: trunk/refman-5.0/functions.xml
===================================================================
--- trunk/refman-5.0/functions.xml 2006-01-11 19:49:43 UTC (rev 766)
+++ trunk/refman-5.0/functions.xml 2006-01-11 20:39:12 UTC (rev 767)
@@ -14149,13 +14149,14 @@
<para>
You can set a maximum allowed length with the
- <literal>group_concat_max_len</literal> system variable. The
- syntax to do this at runtime is as follows, where
- <literal>val</literal> is an unsigned integer:
+ <literal>group_concat_max_len</literal> system variable.
+ (The default value is 1024.)
+ The syntax to do this at runtime is as follows, where
+ <replaceable>val</replaceable> is an unsigned integer:
</para>
<programlisting>
-SET [SESSION | GLOBAL] group_concat_max_len = val;
+SET [SESSION | GLOBAL] group_concat_max_len = <replaceable>val</replaceable>;
</programlisting>
<para>
Modified: trunk/refman-5.1/functions.xml
===================================================================
--- trunk/refman-5.1/functions.xml 2006-01-11 19:49:43 UTC (rev 766)
+++ trunk/refman-5.1/functions.xml 2006-01-11 20:39:12 UTC (rev 767)
@@ -14038,13 +14038,14 @@
<para>
You can set a maximum allowed length with the
- <literal>group_concat_max_len</literal> system variable. The
- syntax to do this at runtime is as follows, where
- <literal>val</literal> is an unsigned integer:
+ <literal>group_concat_max_len</literal> system variable.
+ (The default value is 1024.)
+ The syntax to do this at runtime is as follows, where
+ <replaceable>val</replaceable> is an unsigned integer:
</para>
<programlisting>
-SET [SESSION | GLOBAL] group_concat_max_len = val;
+SET [SESSION | GLOBAL] group_concat_max_len = <replaceable>val</replaceable>;
</programlisting>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r767 - in trunk: refman-4.1 refman-5.0 refman-5.1 | stefan | 11 Jan |