You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by jt...@apache.org on 2005/05/07 00:46:34 UTC

svn commit: r168976 [5/5] - in /incubator/derby/docs/trunk/src: adminguide/ devguide/ getstart/ ref/ tools/ tuning/

Modified: incubator/derby/docs/trunk/src/tuning/rtunproper27355.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tuning/rtunproper27355.dita?rev=168976&r1=168975&r2=168976&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tuning/rtunproper27355.dita (original)
+++ incubator/derby/docs/trunk/src/tuning/rtunproper27355.dita Fri May  6 15:46:20 2005
@@ -18,7 +18,7 @@
 <!DOCTYPE reference PUBLIC "-//IBM//DTD DITA Reference//EN"
  "../dtd/reference.dtd">
 <reference id="rtunproper27355" xml:lang="en-us">
-<title>derby.user.UserName</title><?Pub Caret1?>
+<title>derby.user.UserName</title>
 <prolog><metadata>
 <keywords><indexterm>derby.user</indexterm><indexterm>Users<indexterm>creating</indexterm></indexterm>
 </keywords>

Modified: incubator/derby/docs/trunk/src/tuning/rtunsearchauthpw.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tuning/rtunsearchauthpw.dita?rev=168976&r1=168975&r2=168976&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tuning/rtunsearchauthpw.dita (original)
+++ incubator/derby/docs/trunk/src/tuning/rtunsearchauthpw.dita Fri May  6 15:46:20 2005
@@ -17,7 +17,7 @@
 
 <!DOCTYPE reference PUBLIC "-//IBM//DTD DITA Reference//EN"
  "../dtd/reference.dtd">
-<reference id="rtunsearchauthpw" xml:lang="en-us"><?Pub Caret?>
+<reference id="rtunsearchauthpw" xml:lang="en-us">
 <title>derby.authentication.ldap.searchAuthPW</title>
 <prolog><metadata>
 <keywords><indexterm>derby.authentication.ldap.searchAuthPW</indexterm><indexterm>LDAP<indexterm>configuring</indexterm></indexterm>

Modified: incubator/derby/docs/trunk/src/tuning/rtuntrademderby.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tuning/rtuntrademderby.dita?rev=168976&r1=168975&r2=168976&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tuning/rtuntrademderby.dita (original)
+++ incubator/derby/docs/trunk/src/tuning/rtuntrademderby.dita Fri May  6 15:46:20 2005
@@ -17,7 +17,7 @@
 
 <!DOCTYPE topic PUBLIC "-//IBM//DTD DITA Topic//EN"
  "../dtd/topic.dtd">
-<topic id="rtuntrademderby" xml:lang="en-us"><?Pub Caret?>
+<topic id="rtuntrademderby" xml:lang="en-us">
 <title>Trademarks</title>
 <body>
 <p>The following terms are trademarks of International Business Machines Corporation

Modified: incubator/derby/docs/trunk/src/tuning/rtuntransform866214.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tuning/rtuntransform866214.dita?rev=168976&r1=168975&r2=168976&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tuning/rtuntransform866214.dita (original)
+++ incubator/derby/docs/trunk/src/tuning/rtuntransform866214.dita Fri May  6 15:46:20 2005
@@ -23,7 +23,7 @@
 <refbody>
 <section><p>NOT IN lists are transformed into multiple predicates that use
 the &lt;&gt; operator. &lt;&gt; predicates are not optimizable, but they are sargable
-(See <xref href="ctuntransform13966.dita#ctuntransform13966"></xref>)<?Pub Caret?>.
+(See <xref href="ctuntransform13966.dita#ctuntransform13966"></xref>).
 For example:   <codeblock><b>orig_airport NOT IN ('ABQ', 'AKL', 'DSM')</b></codeblock></p></section>
 <section><p>becomes   <codeblock><b>orig_airport &lt;&gt; 'ABQ'
 AND orig_airport &lt;&gt; 'AKL'

Modified: incubator/derby/docs/trunk/src/tuning/ttundepth33391.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tuning/ttundepth33391.dita?rev=168976&r1=168975&r2=168976&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tuning/ttundepth33391.dita (original)
+++ incubator/derby/docs/trunk/src/tuning/ttundepth33391.dita Fri May  6 15:46:20 2005
@@ -29,7 +29,7 @@
 <context> After you create indexes, make sure that <ph conref="tunconrefs.dita#prod/productshortname"></ph> is using them. In
 addition, you might also want to find out the join order <ph conref="tunconrefs.dita#prod/productshortname"></ph> is choosing
 and force a better order if necessary.<p>A general plan of attack for analyzing
-your application's SQL statements:</p></context><?Pub Caret1?>
+your application's SQL statements:</p></context>
 <steps>
 <step><cmd>Collect your application's most frequently used SQL statements
 and transactions into a single test.</cmd></step>

Modified: incubator/derby/docs/trunk/src/tuning/ttundepth34375.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tuning/ttundepth34375.dita?rev=168976&r1=168975&r2=168976&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tuning/ttundepth34375.dita (original)
+++ incubator/derby/docs/trunk/src/tuning/ttundepth34375.dita Fri May  6 15:46:20 2005
@@ -43,7 +43,7 @@
 </steps-unordered>
 <result>Although the syntax is different, the basic steps for working with
 RUNTIMESTATISTICS are the same in a Java program.</result>
-<postreq>If you are <?Pub Caret?>working in <codeph>ij</codeph>, set the display
+<postreq>If you are working in <codeph>ij</codeph>, set the display
 width to 5000 or another high number:<codeblock><b>MaximumDisplayWidth 5000</b></codeblock></postreq>
 </taskbody>
 </task>

Modified: incubator/derby/docs/trunk/src/tuning/tunconrefs.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/tuning/tunconrefs.dita?rev=168976&r1=168975&r2=168976&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/tuning/tunconrefs.dita (original)
+++ incubator/derby/docs/trunk/src/tuning/tunconrefs.dita Fri May  6 15:46:20 2005
@@ -17,7 +17,7 @@
 <!DOCTYPE dita PUBLIC "-//IBM//DTD DITA Composite//EN"
  "../dtd/ditabase.dtd">
 <?Pub Inc?>
-<dita><?Pub Caret1?>
+<dita>
 <concept id="prod" xml:lang="en-us">
 <title>Product specific entities</title>
 <conbody>