Author: jstephens
Date: 2006-09-28 06:07:14 +0200 (Thu, 28 Sep 2006)
New Revision: 3487
Log:
Minor markup fixes.
Modified:
trunk/internals/optimizer.xml
Modified: trunk/internals/optimizer.xml
===================================================================
--- trunk/internals/optimizer.xml 2006-09-28 03:52:34 UTC (rev 3486)
+++ trunk/internals/optimizer.xml 2006-09-28 04:07:14 UTC (rev 3487)
Changed blocks: 2, Lines Added: 7, Lines Deleted: 6; 1277 bytes
@@ -24,9 +24,10 @@
<para>
MySQL changes these routines frequently, so you should compare what
is said here with what's in the current source code. To make that
- easy, this description includes notes referring to the relevant
- routine, for example "See: <filename>/sql/select_cc</filename>,
- <literal>optimize_cond()</literal>".
+ easy, this description includes notes referring to the relevant file
+ and routine, such as <quote>See:
+ <filename>/sql/select_cc</filename>,
+ <literal>optimize_cond()</literal></quote>.
</para>
<para>
@@ -1571,9 +1572,9 @@
<para>
<quote>Given a query over partitioned table, match the table DDL
- against the WHERE/ON clauses and find a minimal set of
- partitions that we will need to access to resolve the
- query.</quote>
+ against any <literal>WHERE</literal> or <literal>ON</literal>
+ clauses, and find the minimal set of partitions that must be
+ accessed to resolve the query.</quote>
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3487 - trunk/internals | jon | 28 Sep |