From: jon Date: November 5 2007 9:03pm Subject: svn commit - mysqldoc@docsrva: r8543 - in trunk: dynamic-docs/changelog dynamic-docs/command-optvars refman-5.1 refman-6.0 List-Archive: http://lists.mysql.com/commits/37144 Message-Id: <200711052103.lA5L3Xf4019413@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2007-11-05 22:03:32 +0100 (Mon, 05 Nov 2007) New Revision: 8543 Log: Documented --log-slow-slave-statements and --min-examined-row-limit server options (Leith/PeterG) Modified: trunk/dynamic-docs/changelog/mysqld.xml trunk/dynamic-docs/command-optvars/mysqld.xml trunk/refman-5.1/dba-core.xml trunk/refman-6.0/dba-core.xml Modified: trunk/dynamic-docs/changelog/mysqld.xml =================================================================== --- trunk/dynamic-docs/changelog/mysqld.xml 2007-11-05 20:46:58 UTC (rev 8542) +++ trunk/dynamic-docs/changelog/mysqld.xml 2007-11-05 21:03:32 UTC (rev 8543) Changed blocks: 1, Lines Added: 23, Lines Deleted: 0; 973 bytes @@ -8,6 +8,29 @@ + + + + + + + + + Two options relating to logging have been added for + mysqld. + --log-slow-slave-statements causes slow + statements executed by a replication slave to the slow query + log; min_examined_row_limit can be used to + cause queries which examine less than the stated number of rows + not to be logged. + + + + + + + + Modified: trunk/dynamic-docs/command-optvars/mysqld.xml =================================================================== --- trunk/dynamic-docs/command-optvars/mysqld.xml 2007-11-05 20:46:58 UTC (rev 8542) +++ trunk/dynamic-docs/command-optvars/mysqld.xml 2007-11-05 21:03:32 UTC (rev 8543) Changed blocks: 4, Lines Added: 89, Lines Deleted: 3; 3401 bytes @@ -2907,8 +2907,9 @@ Compression - - + + + Whether the client connection uses compression in the client/server protocol @@ -10934,6 +10935,39 @@ + + + + + log-slow-slave-statements + + + Cause slow statements as executed by the slave to be written to + the slow query log + + + + + + + + + + + + + + + + + + + + + + + + @@ -11071,13 +11105,34 @@ - + + + + + + + + + + + + + + + + + + + + + + @@ -12343,6 +12398,37 @@ + + + + + min_examined_row_limit + + + Queries examining fewer than this number of rows are not logged + + + + + + + + + + + + + + + + + + + + + + + skip-isam Modified: trunk/refman-5.1/dba-core.xml =================================================================== --- trunk/refman-5.1/dba-core.xml 2007-11-05 20:46:58 UTC (rev 8542) +++ trunk/refman-5.1/dba-core.xml 2007-11-05 21:03:32 UTC (rev 8543) Changed blocks: 2, Lines Added: 53, Lines Deleted: 0; 2372 bytes @@ -1924,6 +1924,33 @@ + + + mysqld + log-slow-slave-statements option + + + + log-slow-slave-statements option + mysqld + + + + + + + When the slow query log is enabled, this option enables + logging for queries that have taken more than + long_query_time seconds to execute on + the slave. + + + + This option was added in MySQL 5.1.21. + + + + mysqld @@ -2032,6 +2059,32 @@ + + + mysqld + min-examined-row-limit option + + + + min-examined-row-limit option + mysqld + + + + + + + When this option is set, queries which examine fewer than + number rows are not written to + the query log. The default is 0. + + + + This option was introduced in MySQL 5.1.21. + + + + mysqld Modified: trunk/refman-6.0/dba-core.xml =================================================================== --- trunk/refman-6.0/dba-core.xml 2007-11-05 20:46:58 UTC (rev 8542) +++ trunk/refman-6.0/dba-core.xml 2007-11-05 21:03:32 UTC (rev 8543) Changed blocks: 2, Lines Added: 53, Lines Deleted: 0; 2370 bytes @@ -1881,6 +1881,33 @@ + + + mysqld + log-slow-slave-statements option + + + + log-slow-slave-statements option + mysqld + + + + + + + When the slow query log is enabled, this option enables + logging for queries that have taken more than + long_query_time seconds to execute on + the slave. + + + + This option was added in MySQL 6.0.4. + + + + mysqld @@ -1990,6 +2017,32 @@ + + + mysqld + min-examined-row-limit option + + + + min-examined-row-limit option + mysqld + + + + + + + When this option is set, queries which examine fewer than + number rows are not written to + the query log. The default is 0. + + + + This option was introduced in MySQL 6.0.4. + + + + mysqld