[
https://issues.apache.org/jira/browse/DERBY-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482241
]
Kim Haase commented on DERBY-1520:
----------------------------------
Well, I don't worry about the diff files; I don't use vi, just the old CDE text
editor, so there's just an apparent extra space at the end of the line instead
of that distracting ^M.
The oddity I was noticing in the map file was changes in where the closing
</topicref> tag turned up. In the newly checked-in version a number of lines
that used to look like this --
<topicref href="rrefsqlj18922.dita" navtitle="LEFT OUTER JOIN
operation"></topicref>
got changed to this:
<topicref href="rrefsqlj18922.dita" navtitle="LEFT OUTER JOIN operation">
</topicref>
That is, the closing tag got bumped to the next line.
I will confess to a hidden agenda here -- I find that when I try to use Epic
(Arbortext) to edit DITA files, Epic changes the line breaks all over the
place. Laura told me that Epic does not do this to her, but there seem to be
occasions like this when possibly it does. I am hoping that there is some way
to prevent Epic from changing line breaks, since apparently most of the time,
in Laura's version at least, it doesn't. So far I haven't found any, though.
> Document new SYSCS_DIAG tables
> ------------------------------
>
> Key: DERBY-1520
> URL: https://issues.apache.org/jira/browse/DERBY-1520
> Project: Derby
> Issue Type: Sub-task
> Components: Documentation
> Affects Versions: 10.2.1.6
> Reporter: Stan Bradbury
> Assigned To: Laura Stewart
> Attachments: derby1520_1.diff, derby1520_2.diff, derby1520_3.diff,
> derby1520_4.diff, refderby.ditamap, rrefsyscsdiagtables.html,
> rrefsyscsdiagtables.html
>
>
> See comments for DERBY-571 for initial documentation discussion. The new
> tables (mapped to the old Diagnostic VTIs) are:
> The old style syntax will remain in place for 10.2, but become deprecated.
> The tables to be implemented in this change are:
> SYSCS_DIAG.LOCK_TABLE replaces org.apache.derby.diag.LockTable
> SYSCS_DIAG.STATEMENT_CACHE replaces org.apache.derby.diag.StatementCache
> SYSCS_DIAG.TRANSACTION_TABLE replaces org.apache.derby.diag.TransactionTable
> SYSCS_DIAG.ERROR_MESSAGES replaces org.apache.derby.diag.ErrorMessages
> The information about the tables can be found in the javadoc for the class
> listed above.
> That can be found at:
> http://db.apache.org/derby/javadoc/engine/
> click on the org.apache.derby.diag link in the Packages table, then select
> each class, e.g. LockTable to see the info.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.