Author: paul
Date: 2005-11-07 18:17:20 +0100 (Mon, 07 Nov 2005)
New Revision: 288
Log:
r3443@frost: paul | 2005-11-07 10:57:53 -0600
innodb_flush_logs_at_trx_commit -> innodb_flush_log_at_trx_commit (Bug#14711)
Modified:
trunk/
trunk/refman-4.1/innodb.xml
trunk/refman-4.1/replication.xml
trunk/refman-5.0/innodb.xml
trunk/refman-5.0/replication.xml
trunk/refman-5.1/innodb.xml
trunk/refman-5.1/replication.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3439
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:278
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3443
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:278
Modified: trunk/refman-4.1/innodb.xml
===================================================================
--- trunk/refman-4.1/innodb.xml 2005-11-07 17:16:57 UTC (rev 287)
+++ trunk/refman-4.1/innodb.xml 2005-11-07 17:17:20 UTC (rev 288)
@@ -988,7 +988,7 @@
<para>
For the greatest possible durability and consistency in a
replication setup you should use
- <literal>innodb_flush_logs_at_trx_commit=1</literal>,
+ <literal>innodb_flush_log_at_trx_commit=1</literal>,
<literal>sync-binlog=1</literal>, and
<literal>innodb_safe_binlog</literal> in your master
<filename>my.cnf</filename> file.
Modified: trunk/refman-4.1/replication.xml
===================================================================
--- trunk/refman-4.1/replication.xml 2005-11-07 17:16:57 UTC (rev 287)
+++ trunk/refman-4.1/replication.xml 2005-11-07 17:17:20 UTC (rev 288)
@@ -1455,7 +1455,7 @@
Note: For the greatest possible durability and consistency in a
replication setup using <literal>InnoDB</literal> with
transactions you should use
- <literal>innodb_flush_logs_at_trx_commit=1</literal>,
+ <literal>innodb_flush_log_at_trx_commit=1</literal>,
<literal>sync-binlog=1</literal>, and
<literal>innodb_safe_binlog</literal> in your master
<filename>my.cnf</filename> file.
Modified: trunk/refman-5.0/innodb.xml
===================================================================
--- trunk/refman-5.0/innodb.xml 2005-11-07 17:16:57 UTC (rev 287)
+++ trunk/refman-5.0/innodb.xml 2005-11-07 17:17:20 UTC (rev 288)
@@ -989,7 +989,7 @@
<para>
For the greatest possible durability and consistency in a
replication setup you should use
- <literal>innodb_flush_logs_at_trx_commit=1</literal>,
+ <literal>innodb_flush_log_at_trx_commit=1</literal>,
<literal>sync-binlog=1</literal>, and, before MySQL 5.0.3,
<literal>innodb_safe_binlog</literal> in your master
<filename>my.cnf</filename> file.
Modified: trunk/refman-5.0/replication.xml
===================================================================
--- trunk/refman-5.0/replication.xml 2005-11-07 17:16:57 UTC (rev 287)
+++ trunk/refman-5.0/replication.xml 2005-11-07 17:17:20 UTC (rev 288)
@@ -1537,7 +1537,7 @@
Note: For the greatest possible durability and consistency in a
replication setup using <literal>InnoDB</literal> with
transactions you should use
- <literal>innodb_flush_logs_at_trx_commit=1</literal>,
+ <literal>innodb_flush_log_at_trx_commit=1</literal>,
<literal>sync-binlog=1</literal>, and, before MySQL 5.0.3,
<literal>innodb_safe_binlog</literal>, in the master
<filename>my.cnf</filename> file.
Modified: trunk/refman-5.1/innodb.xml
===================================================================
--- trunk/refman-5.1/innodb.xml 2005-11-07 17:16:57 UTC (rev 287)
+++ trunk/refman-5.1/innodb.xml 2005-11-07 17:17:20 UTC (rev 288)
@@ -986,7 +986,7 @@
<para>
For the greatest possible durability and consistency in a
replication setup you should use
- <literal>innodb_flush_logs_at_trx_commit=1</literal> and
+ <literal>innodb_flush_log_at_trx_commit=1</literal> and
<literal>sync-binlog=1</literal> in your master
<filename>my.cnf</filename> file.
</para>
Modified: trunk/refman-5.1/replication.xml
===================================================================
--- trunk/refman-5.1/replication.xml 2005-11-07 17:16:57 UTC (rev 287)
+++ trunk/refman-5.1/replication.xml 2005-11-07 17:17:20 UTC (rev 288)
@@ -1537,7 +1537,7 @@
Note: For the greatest possible durability and consistency in a
replication setup using <literal>InnoDB</literal> with
transactions you should use
- <literal>innodb_flush_logs_at_trx_commit=1</literal> and
+ <literal>innodb_flush_log_at_trx_commit=1</literal> and
<literal>sync-binlog=1</literal> in the master
<filename>my.cnf</filename> file.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r288 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 7 Nov |