From: stefan
Date: June 8 2007 9:07am
Subject: svn commit - mysqldoc@docsrva: r6712 - in trunk: refman-5.0 refman-5.1
List-Archive: http://lists.mysql.com/commits/28383
Message-Id: <200706080907.l5897vvC017824@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: shinz
Date: 2007-06-08 11:07:55 +0200 (Fri, 08 Jun 2007)
New Revision: 6712
Log:
Clarify that ANALYZE TABLE might be needed to update index cardinality information after an ALTER TABLE statement (Bug #28747)
Modified:
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/sql-syntax.xml
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2007-06-08 08:56:20 UTC (rev 6711)
+++ trunk/refman-5.0/sql-syntax.xml 2007-06-08 09:07:55 UTC (rev 6712)
Changed blocks: 8, Lines Added: 60, Lines Deleted: 52; 6450 bytes
@@ -621,6 +621,15 @@
+ After an ALTER TABLE statement, it may be
+ necessary to run ANALYZE TABLE to update
+ index cardinality information. See
+ .
+
+
+
+
+
ORDER BY
@@ -1314,19 +1323,19 @@
column in a UNIQUE index, the column values
must be unique within the prefix.
-
+
-
+
MySQL Enterprise
-
+
Lack of proper indexes can greatly reduce performance.
Subscribe to the MySQL Network Monitoring and Advisory Service
- for notification of inefficient use of indexes.
- For more information see
+ for notification of inefficient use of indexes. For more
+ information see
.
-
+
@@ -12998,18 +13007,18 @@
administrators to remove account privileges. See
.
-
+
-
+
MySQL Enterprise
-
+
- For automated notification of users with inappropriate privileges,
- subscribe to the MySQL Network Monitoring and Advisory Service.
- For more information see
+ For automated notification of users with inappropriate
+ privileges, subscribe to the MySQL Network Monitoring and
+ Advisory Service. For more information see
.
-
+
@@ -14302,18 +14311,18 @@
You can see which account the server authenticated you as by
executing SELECT CURRENT_USER().
-
+
-
+
MySQL Enterprise
-
+
For automated notification of users without passwords,
- subscribe to the MySQL Network Monitoring and Advisory Service.
- For more information see
+ subscribe to the MySQL Network Monitoring and Advisory
+ Service. For more information see
.
-
+
@@ -14365,18 +14374,18 @@
withinInnoDB, see
.
-
+
-
+
MySQL Enterprise
-
+
- For expert advice on optimizing tables
- subscribe to the MySQL Network Monitoring and Advisory Service.
- For more information see
+ For expert advice on optimizing tables subscribe to the
+ MySQL Network Monitoring and Advisory Service. For more
+ information see
.
-
+
@@ -15647,18 +15656,18 @@
-
+
-
+
MySQL Enterprise
-
+
- The MySQL Network Monitoring and Advisory Service
- makes extensive use of system variables to determine
- the state of your server. For more information see
+ The MySQL Network Monitoring and Advisory Service makes
+ extensive use of system variables to determine the state of
+ your server. For more information see
.
-
+
@@ -17376,21 +17385,21 @@
SHOW ENGINE NDBCLUSTER STATUS is a synonym
for SHOW ENGINE NDB STATUS.
-
+
-
+
MySQL Enterprise
-
+
- The SHOW ENGINE engine_name
- STATUS statement
- provides valuable information about the state of your server.
- For expert interpretation of this information,
- subscribe to the MySQL Network Monitoring and Advisory Service.
- For more information see
+ The SHOW ENGINE
+ engine_name STATUS
+ statement provides valuable information about the state of
+ your server. For expert interpretation of this information,
+ subscribe to the MySQL Network Monitoring and Advisory
+ Service. For more information see
.
-
+
@@ -19680,20 +19689,19 @@
get the same value for both GLOBAL and
SESSION.
-
+
-
+
MySQL Enterprise
-
+
- Status variables provide valuable clues to the state
- of your servers. For expert interpretation of the
- information provided by status variables,
- subscribe to the MySQL Network Monitoring and Advisory Service.
- For more information see
+ Status variables provide valuable clues to the state of your
+ servers. For expert interpretation of the information
+ provided by status variables, subscribe to the MySQL Network
+ Monitoring and Advisory Service. For more information see
.
-
+
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2007-06-08 08:56:20 UTC (rev 6711)
+++ trunk/refman-5.1/sql-syntax.xml 2007-06-08 09:07:55 UTC (rev 6712)
Changed blocks: 8, Lines Added: 63, Lines Deleted: 55; 6937 bytes
@@ -662,6 +662,15 @@
+ After an ALTER TABLE statement, it may be
+ necessary to run ANALYZE TABLE to update
+ index cardinality information. See
+ .
+
+
+
+
+
ORDER BY
@@ -1880,19 +1889,19 @@
for a column in a UNIQUE index, the column
values must be unique within the prefix.
-
+
-
+
MySQL Enterprise
-
+
Lack of proper indexes can greatly reduce performance.
Subscribe to the MySQL Network Monitoring and Advisory Service
- for notification of inefficient use of indexes.
- For more information see
+ for notification of inefficient use of indexes. For more
+ information see
.
-
+
@@ -14866,18 +14875,18 @@
administrators to remove account privileges. See
.
-
+
-
+
MySQL Enterprise
-
+
- For automated notification of users with inappropriate privileges,
- subscribe to the MySQL Network Monitoring and Advisory Service.
- For more information see
+ For automated notification of users with inappropriate
+ privileges, subscribe to the MySQL Network Monitoring and
+ Advisory Service. For more information see
.
-
+
@@ -16166,18 +16175,18 @@
You can see which account the server authenticated you as by
executing SELECT CURRENT_USER().
-
+
-
+
MySQL Enterprise
-
+
For automated notification of users without passwords,
- subscribe to the MySQL Network Monitoring and Advisory Service.
- For more information see
+ subscribe to the MySQL Network Monitoring and Advisory
+ Service. For more information see
.
-
+
@@ -16228,18 +16237,18 @@
withinInnoDB, see
.
-
+
-
+
MySQL Enterprise
-
+
- For expert advice on optimizing tables
- subscribe to the MySQL Network Monitoring and Advisory Service.
- For more information see
+ For expert advice on optimizing tables subscribe to the
+ MySQL Network Monitoring and Advisory Service. For more
+ information see
.
-
+
@@ -17499,28 +17508,28 @@
-
+
-
+
MySQL Enterprise
-
+
- The MySQL Network Monitoring and Advisory Service
- makes extensive use of system variables to determine
- the state of your server. For more information see
+ The MySQL Network Monitoring and Advisory Service makes
+ extensive use of system variables to determine the state of
+ your server. For more information see
.
-
-
+
+
A SET statement can contain multiple variable
assignments, separated by commas. If you set several system
variables, the most recent GLOBAL or
SESSION modifier in the statement is used for
following variables that have no modifier specified.
-
-
+
+
Examples:
@@ -19545,21 +19554,21 @@
SHOW ENGINE NDBCLUSTER STATUS is a synonym
for SHOW ENGINE NDB STATUS.
-
+
-
+
MySQL Enterprise
-
+
- The SHOW ENGINE engine_name
- STATUS statement
- provides valuable information about the state of your server.
- For expert interpretation of this information,
- subscribe to the MySQL Network Monitoring and Advisory Service.
- For more information see
+ The SHOW ENGINE
+ engine_name STATUS
+ statement provides valuable information about the state of
+ your server. For expert interpretation of this information,
+ subscribe to the MySQL Network Monitoring and Advisory
+ Service. For more information see
.
-
+
@@ -21783,20 +21792,19 @@
get the same value for both GLOBAL and
SESSION.
-
+
-
+
MySQL Enterprise
-
+
- Status variables provide valuable clues to the state
- of your servers. For expert interpretation of the
- information provided by status variables,
- subscribe to the MySQL Network Monitoring and Advisory Service.
- For more information see
+ Status variables provide valuable clues to the state of your
+ servers. For expert interpretation of the information
+ provided by status variables, subscribe to the MySQL Network
+ Monitoring and Advisory Service. For more information see
.
-
+