List:Commits« Previous MessageNext Message »
From:paul.dubois Date:November 4 2009 6:11pm
Subject:svn commit - mysqldoc@docsrva: r17446 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.4 refman-5.5 refman-6.0.sav
View as plain text  
Author: paul
Date: 2009-11-04 19:11:30 +0100 (Wed, 04 Nov 2009)
New Revision: 17446

Log:
 r46102@frost:  paul | 2009-11-04 10:28:11 -0500
 Add cross links


Modified:
   trunk/refman-4.1/optimization.xml
   trunk/refman-5.0/optimization.xml
   trunk/refman-5.1/optimization.xml
   trunk/refman-5.4/optimization.xml
   trunk/refman-5.5/optimization.xml
   trunk/refman-6.0.sav/optimization.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:27523
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:25547
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:46100
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
   + 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:27523
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:25547
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:46102
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546


Modified: trunk/refman-4.1/optimization.xml
===================================================================
--- trunk/refman-4.1/optimization.xml	2009-11-04 17:57:50 UTC (rev 17445)
+++ trunk/refman-4.1/optimization.xml	2009-11-04 18:11:30 UTC (rev 17446)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 0; 929 bytes

@@ -6832,6 +6832,12 @@
         eviction.
       </para>
 
+      <para>
+        The <literal>InnoDB</literal> storage engine also uses an LRU
+        algorithm, to manage its buffer pool. See
+        <xref linkend="innodb-buffer-pool"/>.
+      </para>
+
       <section id="shared-key-cache">
 
         <title>Shared Key Cache Access</title>

@@ -7462,6 +7468,12 @@
         <literal role="se">InnoDB</literal> tables.
       </para>
 
+      <para>
+        The <literal>MyISAM</literal> storage engine also uses an LRU
+        algorithm, to manage its key cache. See
+        <xref linkend="myisam-key-cache"/>.
+      </para>
+
     </section>
 
     <section id="myisam-index-statistics">


Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml	2009-11-04 17:57:50 UTC (rev 17445)
+++ trunk/refman-5.0/optimization.xml	2009-11-04 18:11:30 UTC (rev 17446)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 0; 929 bytes

@@ -9175,6 +9175,12 @@
         eviction.
       </para>
 
+      <para>
+        The <literal>InnoDB</literal> storage engine also uses an LRU
+        algorithm, to manage its buffer pool. See
+        <xref linkend="innodb-buffer-pool"/>.
+      </para>
+
       <section id="shared-key-cache">
 
         <title>Shared Key Cache Access</title>

@@ -9783,6 +9789,12 @@
         <literal role="se">InnoDB</literal> tables.
       </para>
 
+      <para>
+        The <literal>MyISAM</literal> storage engine also uses an LRU
+        algorithm, to manage its key cache. See
+        <xref linkend="myisam-key-cache"/>.
+      </para>
+
     </section>
 
     <section id="myisam-index-statistics">


Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml	2009-11-04 17:57:50 UTC (rev 17445)
+++ trunk/refman-5.1/optimization.xml	2009-11-04 18:11:30 UTC (rev 17446)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 0; 898 bytes

@@ -10188,6 +10188,12 @@
         eviction.
       </para>
 
+      <para>
+        The <literal>InnoDB</literal> storage engine also uses an LRU
+        algorithm, to manage its buffer pool. See
+        <xref linkend="innodb-buffer-pool"/>.
+      </para>
+
       <section id="shared-key-cache">
 
         <title>Shared Key Cache Access</title>

@@ -10893,6 +10899,12 @@
         sublist.
       </para>
 
+      <para>
+        The <literal>MyISAM</literal> storage engine also uses an LRU
+        algorithm, to manage its key cache. See
+        <xref linkend="myisam-key-cache"/>.
+      </para>
+
     </section>
 
     <section id="myisam-index-statistics">


Modified: trunk/refman-5.4/optimization.xml
===================================================================
--- trunk/refman-5.4/optimization.xml	2009-11-04 17:57:50 UTC (rev 17445)
+++ trunk/refman-5.4/optimization.xml	2009-11-04 18:11:30 UTC (rev 17446)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 0; 933 bytes

@@ -10402,6 +10402,12 @@
         eviction.
       </para>
 
+      <para>
+        The <literal>InnoDB</literal> storage engine also uses an LRU
+        algorithm, to manage its buffer pool. See
+        <xref linkend="innodb-buffer-pool"/>.
+      </para>
+
       <section id="shared-key-cache">
 
         <title>Shared Key Cache Access</title>

@@ -11010,6 +11016,12 @@
         <literal role="se">InnoDB</literal> tables.
       </para>
 
+      <para>
+        The <literal>MyISAM</literal> storage engine also uses an LRU
+        algorithm, to manage its key cache. See
+        <xref linkend="myisam-key-cache"/>.
+      </para>
+
     </section>
 
     <section id="myisam-index-statistics">


Modified: trunk/refman-5.5/optimization.xml
===================================================================
--- trunk/refman-5.5/optimization.xml	2009-11-04 17:57:50 UTC (rev 17445)
+++ trunk/refman-5.5/optimization.xml	2009-11-04 18:11:30 UTC (rev 17446)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 0; 898 bytes

@@ -11493,6 +11493,12 @@
         eviction.
       </para>
 
+      <para>
+        The <literal>InnoDB</literal> storage engine also uses an LRU
+        algorithm, to manage its buffer pool. See
+        <xref linkend="innodb-buffer-pool"/>.
+      </para>
+
       <section id="shared-key-cache">
 
         <title>Shared Key Cache Access</title>

@@ -12190,6 +12196,12 @@
         sublist.
       </para>
 
+      <para>
+        The <literal>MyISAM</literal> storage engine also uses an LRU
+        algorithm, to manage its key cache. See
+        <xref linkend="myisam-key-cache"/>.
+      </para>
+
     </section>
 
     <section id="myisam-index-statistics">


Modified: trunk/refman-6.0.sav/optimization.xml
===================================================================
--- trunk/refman-6.0.sav/optimization.xml	2009-11-04 17:57:50 UTC (rev 17445)
+++ trunk/refman-6.0.sav/optimization.xml	2009-11-04 18:11:30 UTC (rev 17446)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 0; 945 bytes

@@ -11422,6 +11422,12 @@
         eviction.
       </para>
 
+      <para>
+        The <literal>InnoDB</literal> storage engine also uses an LRU
+        algorithm, to manage its buffer pool. See
+        <xref linkend="innodb-buffer-pool"/>.
+      </para>
+
       <section id="shared-key-cache">
 
         <title>Shared Key Cache Access</title>

@@ -12030,6 +12036,12 @@
         <literal role="se">InnoDB</literal> tables.
       </para>
 
+      <para>
+        The <literal>MyISAM</literal> storage engine also uses an LRU
+        algorithm, to manage its key cache. See
+        <xref linkend="myisam-key-cache"/>.
+      </para>
+
     </section>
 
     <section id="myisam-index-statistics">


Thread
svn commit - mysqldoc@docsrva: r17446 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.4 refman-5.5 refman-6.0.savpaul.dubois4 Nov