Author: jstephens
Date: 2009-01-30 10:21:54 +0100 (Fri, 30 Jan 2009)
New Revision: 13451
Log:
default/max for max_binlog_cache_size is 16PB on 64-bit platforms
(Thanks, JohanIdr?\195?\169n!)
Modified:
trunk/refman-4.1/replication-options-core.xml
trunk/refman-5.0/replication-options-core.xml
trunk/refman-5.1/replication-options-core.xml
trunk/refman-6.0/replication-options-core.xml
Modified: trunk/refman-4.1/replication-options-core.xml
===================================================================
--- trunk/refman-4.1/replication-options-core.xml 2009-01-30 02:00:32 UTC (rev 13450)
+++ trunk/refman-4.1/replication-options-core.xml 2009-01-30 09:21:54 UTC (rev 13451)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 4; 1092 bytes
@@ -1899,10 +1899,11 @@
<para>
If a multiple-statement transaction requires more than this
many bytes of memory, the server generates a
- <literal>Multi-statement transaction required more than
- 'max_binlog_cache_size' bytes of storage</literal> error. The
- minimum value is 4096, the maximum and default values are 4GB.
- This variable was added in MySQL 3.23.29.
+ <errortext>Multi-statement transaction required more than
+ 'max_binlog_cache_size' bytes of storage</errortext> error.
+ The minimum value is 4096; the maximum and default values are
+ 4GB on 32-bit platforms and 16 PB (petabytes) on 64-bit
+ platforms. This variable was added in MySQL 3.23.29.
</para>
</listitem>
Modified: trunk/refman-5.0/replication-options-core.xml
===================================================================
--- trunk/refman-5.0/replication-options-core.xml 2009-01-30 02:00:32 UTC (rev 13450)
+++ trunk/refman-5.0/replication-options-core.xml 2009-01-30 09:21:54 UTC (rev 13451)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 3; 997 bytes
@@ -2204,9 +2204,11 @@
<para>
If a multiple-statement transaction requires more than this
many bytes of memory, the server generates a
- <literal>Multi-statement transaction required more than
- 'max_binlog_cache_size' bytes of storage</literal> error. The
- minimum value is 4096, the maximum and default values are 4GB.
+ <errortext>Multi-statement transaction required more than
+ 'max_binlog_cache_size' bytes of storage</errortext> error.
+ The minimum value is 4096; the maximum and default values are
+ 4GB on 32-bit platforms and 16 PB (petabytes) on 64-bit
+ platforms.
</para>
</listitem>
Modified: trunk/refman-5.1/replication-options-core.xml
===================================================================
--- trunk/refman-5.1/replication-options-core.xml 2009-01-30 02:00:32 UTC (rev 13450)
+++ trunk/refman-5.1/replication-options-core.xml 2009-01-30 09:21:54 UTC (rev 13451)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 3; 997 bytes
@@ -2594,9 +2594,11 @@
<para>
If a multiple-statement transaction requires more than this
many bytes of memory, the server generates a
- <literal>Multi-statement transaction required more than
- 'max_binlog_cache_size' bytes of storage</literal> error. The
- minimum value is 4096, the maximum and default values are 4GB.
+ <errortext>Multi-statement transaction required more than
+ 'max_binlog_cache_size' bytes of storage</errortext> error.
+ The minimum value is 4096; the maximum and default values are
+ 4GB on 32-bit platforms and 16 PB (petabytes) on 64-bit
+ platforms.
</para>
</listitem>
Modified: trunk/refman-6.0/replication-options-core.xml
===================================================================
--- trunk/refman-6.0/replication-options-core.xml 2009-01-30 02:00:32 UTC (rev 13450)
+++ trunk/refman-6.0/replication-options-core.xml 2009-01-30 09:21:54 UTC (rev 13451)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 3; 997 bytes
@@ -2222,9 +2222,11 @@
<para>
If a multiple-statement transaction requires more than this
many bytes of memory, the server generates a
- <literal>Multi-statement transaction required more than
- 'max_binlog_cache_size' bytes of storage</literal> error. The
- minimum value is 4096, the maximum and default values are 4GB.
+ <errortext>Multi-statement transaction required more than
+ 'max_binlog_cache_size' bytes of storage</errortext> error.
+ The minimum value is 4096; the maximum and default values are
+ 4GB on 32-bit platforms and 16 PB (petabytes) on 64-bit
+ platforms.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r13451 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0 | jon.stephens | 30 Jan |