List:Commits« Previous MessageNext Message »
From:paul Date:May 8 2008 6:55pm
Subject:svn commit - mysqldoc@docsrva: r10697 - in trunk: . dynamic-docs/changelog dynamic-docs/command-optvars refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-05-08 18:55:55 +0200 (Thu, 08 May 2008)
New Revision: 10697

Log:
 r31254@frost:  paul | 2008-05-08 11:53:23 -0500
 innodb_log_archive was removed in 5.1.18.


Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml
   trunk/dynamic-docs/command-optvars/mysqld.xml
   trunk/refman-5.1/se-innodb-core.xml
   trunk/refman-6.0/se-innodb-core.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31253
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31182
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31254
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31182


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-05-08 16:55:46 UTC (rev 10696)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-05-08 16:55:55 UTC (rev 10697)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 750 bytes

@@ -18719,4 +18719,26 @@
 
   </logentry>
 
+  <logentry entrytype="feature">
+
+    <tags>
+      <manual type="innodb_log_archive"/>
+    </tags>
+
+    <versions>
+      <version ver="5.1.18"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <literal>innodb_log_archive</literal> system variable has
+        been removed. The impact of this change should be low because
+        the variable was unused, anyway.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml	2008-05-08 16:55:46 UTC (rev 10696)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2008-05-08 16:55:55 UTC (rev 10697)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 691 bytes

@@ -9243,7 +9243,7 @@
     <name>innodb_log_archive</name>
 
     <shortdescription lang="en">
-      Set to 1 if you want to have logs archived
+      Unused
     </shortdescription>
 
     <types>

@@ -9262,7 +9262,7 @@
       <manual version="4.1"/>
       <manual version="5.0"/>
       <manual version="5.1"/>
-      <manual version="6.0"/>
+      <removed version="5.1.18"/>
     </versions>
 
   </mysqloption>


Modified: trunk/refman-5.1/se-innodb-core.xml
===================================================================
--- trunk/refman-5.1/se-innodb-core.xml	2008-05-08 16:55:46 UTC (rev 10696)
+++ trunk/refman-5.1/se-innodb-core.xml	2008-05-08 16:55:55 UTC (rev 10697)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 6; 772 bytes

@@ -1626,12 +1626,7 @@
         </para>
 
         <para>
-          Whether to log <literal>InnoDB</literal> archive files. This
-          variable is present for historical reasons, but is unused.
-          Recovery from a backup is done by MySQL using its own log
-          files, so there is no need to archive
-          <literal>InnoDB</literal> log files. The default for this
-          variable is 0.
+          This variable is deprecated, and was removed in MySQL 5.1.18.
         </para>
       </listitem>
 


Modified: trunk/refman-6.0/se-innodb-core.xml
===================================================================
--- trunk/refman-6.0/se-innodb-core.xml	2008-05-08 16:55:46 UTC (rev 10696)
+++ trunk/refman-6.0/se-innodb-core.xml	2008-05-08 16:55:55 UTC (rev 10697)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 15; 979 bytes

@@ -1545,21 +1545,6 @@
       </listitem>
 
       <listitem>
-        <para id="option_mysqld_innodb_log_archive">
-          <literal>innodb_log_archive</literal>
-        </para>
-
-        <para>
-          Whether to log <literal>InnoDB</literal> archive files. This
-          variable is present for historical reasons, but is unused.
-          Recovery from a backup is done by MySQL using its own log
-          files, so there is no need to archive
-          <literal>InnoDB</literal> log files. The default for this
-          variable is 0.
-        </para>
-      </listitem>
-
-      <listitem>
         <para id="option_mysqld_innodb_log_buffer_size">
           <literal>innodb_log_buffer_size</literal>
         </para>


Thread
svn commit - mysqldoc@docsrva: r10697 - in trunk: . dynamic-docs/changelog dynamic-docs/command-optvars refman-5.1 refman-6.0paul8 May 2008