Author: chaase3
Date: Fri Feb 8 16:51:42 2013
New Revision: 1444141
URL: http://svn.apache.org/r1444141
Log:
DERBY-6065: LockTable API link in the documentation is broken
Fixes to 3 Reference Manual topics.
Patch: DERBY-6065-2.diff
Modified:
db/derby/docs/trunk/src/ref/rrefsyscsdiagerrormessages.dita
db/derby/docs/trunk/src/ref/rrefsyscsdiagstatementcache.dita
db/derby/docs/trunk/src/ref/rrefsyscsdiagtransactiontable.dita
Modified: db/derby/docs/trunk/src/ref/rrefsyscsdiagerrormessages.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefsyscsdiagerrormessages.dita?rev=1444141&r1=1444140&r2=1444141&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefsyscsdiagerrormessages.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefsyscsdiagerrormessages.dita Fri Feb 8 16:51:42 2013
@@ -39,8 +39,8 @@ statement.</p>
authentication and SQL authorization enabled.</p>
<p>The table has the columns shown in the following table.</p>
<table frame="all">
-<title>Columns in the SYSCS_DIAG.ERROR_LOG_READER table</title>
-<desc>For the columns in the SYSCS_DIAG.ERROR_LOG_READER table, this table provides
its data type, its length in bytes, whether it is nullable, and a description of its contents.</desc>
+<title>Columns in the SYSCS_DIAG.ERROR_MESSAGES table</title>
+<desc>For the columns in the SYSCS_DIAG.ERROR_MESSAGES table, this table provides its
data type, its length in bytes, whether it is nullable, and a description of its contents.</desc>
<tgroup cols="5" colsep="1" rowsep="1">
<colspec colname="1" colnum="1" colwidth="31*"/>
<colspec colname="2" colnum="2" colwidth="17*"/>
Modified: db/derby/docs/trunk/src/ref/rrefsyscsdiagstatementcache.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefsyscsdiagstatementcache.dita?rev=1444141&r1=1444140&r2=1444141&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefsyscsdiagstatementcache.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefsyscsdiagstatementcache.dita Fri Feb 8 16:51:42 2013
@@ -82,9 +82,7 @@ access this diagnostic table.</p>
<entry colname="2">BOOLEAN</entry>
<entry colname="3">1</entry>
<entry colname="4">false</entry>
-<entry colname="5"><i>true</i> (the statement is compiled as a pure unicode
-string)
-<p><i>false</i> (the statement handled unicode escapes)</p></entry>
+<entry colname="5">Always <i>true</i></entry>
</row>
<row>
<entry colname="1">VALID</entry>
Modified: db/derby/docs/trunk/src/ref/rrefsyscsdiagtransactiontable.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefsyscsdiagtransactiontable.dita?rev=1444141&r1=1444140&r2=1444141&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefsyscsdiagtransactiontable.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefsyscsdiagtransactiontable.dita Fri Feb 8 16:51:42 2013
@@ -44,8 +44,8 @@ enabled, only the
access this diagnostic table.</p>
<p>The table has the columns shown in the following table.</p>
<table frame="all">
-<title>Columns in the SYSCS_DIAG.STATEMENT_CACHE table</title>
-<desc>For the columns in the SYSCS_DIAG.STATEMENT_CACHE table, this table provides
its data type, its length in bytes, whether it is nullable, and a description of its contents.</desc>
+<title>Columns in the SYSCS_DIAG.TRANSACTION_TABLE table</title>
+<desc>For the columns in the SYSCS_DIAG.TRANSACTION_TABLE table, this table provides
its data type, its length in bytes, whether it is nullable, and a description of its contents.</desc>
<tgroup cols="5" colsep="1" rowsep="1">
<colspec colname="1" colnum="1" colwidth="31*"/>
<colspec colname="2" colnum="2" colwidth="17*"/>
|