List:Commits« Previous MessageNext Message »
From:paul.dubois Date:November 3 2009 8:09pm
Subject:svn commit - mysqldoc@docsrva: r17433 - 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-03 21:09:22 +0100 (Tue, 03 Nov 2009)
New Revision: 17433

Log:
 r46085@frost:  paul | 2009-11-03 14:07:38 -0500
 Clarification about statistics state (James)


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:46077
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:46085
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-03 18:13:01 UTC (rev 17432)
+++ trunk/refman-4.1/optimization.xml	2009-11-03 20:09:22 UTC (rev 17433)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 544 bytes

@@ -11245,6 +11245,8 @@
             <para>
               The server is calculating statistics to develop a query
               execution plan.
+If a thread is in this state for a long time, the server is probably
+disk-bound performing other work.
             </para>
           </listitem>
 


Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml	2009-11-03 18:13:01 UTC (rev 17432)
+++ trunk/refman-5.0/optimization.xml	2009-11-03 20:09:22 UTC (rev 17433)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 544 bytes

@@ -13854,6 +13854,8 @@
             <para>
               The server is calculating statistics to develop a query
               execution plan.
+If a thread is in this state for a long time, the server is probably
+disk-bound performing other work.
             </para>
           </listitem>
 


Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml	2009-11-03 18:13:01 UTC (rev 17432)
+++ trunk/refman-5.1/optimization.xml	2009-11-03 20:09:22 UTC (rev 17433)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 544 bytes

@@ -14964,6 +14964,8 @@
             <para>
               The server is calculating statistics to develop a query
               execution plan.
+If a thread is in this state for a long time, the server is probably
+disk-bound performing other work.
             </para>
           </listitem>
 


Modified: trunk/refman-5.4/optimization.xml
===================================================================
--- trunk/refman-5.4/optimization.xml	2009-11-03 18:13:01 UTC (rev 17432)
+++ trunk/refman-5.4/optimization.xml	2009-11-03 20:09:22 UTC (rev 17433)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 544 bytes

@@ -15121,6 +15121,8 @@
             <para>
               The server is calculating statistics to develop a query
               execution plan.
+If a thread is in this state for a long time, the server is probably
+disk-bound performing other work.
             </para>
           </listitem>
 


Modified: trunk/refman-5.5/optimization.xml
===================================================================
--- trunk/refman-5.5/optimization.xml	2009-11-03 18:13:01 UTC (rev 17432)
+++ trunk/refman-5.5/optimization.xml	2009-11-03 20:09:22 UTC (rev 17433)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 544 bytes

@@ -16211,6 +16211,8 @@
             <para>
               The server is calculating statistics to develop a query
               execution plan.
+If a thread is in this state for a long time, the server is probably
+disk-bound performing other work.
             </para>
           </listitem>
 


Modified: trunk/refman-6.0.sav/optimization.xml
===================================================================
--- trunk/refman-6.0.sav/optimization.xml	2009-11-03 18:13:01 UTC (rev 17432)
+++ trunk/refman-6.0.sav/optimization.xml	2009-11-03 20:09:22 UTC (rev 17433)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 556 bytes

@@ -16179,6 +16179,8 @@
             <para>
               The server is calculating statistics to develop a query
               execution plan.
+If a thread is in this state for a long time, the server is probably
+disk-bound performing other work.
             </para>
           </listitem>
 


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