Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.2.1.6
-
None
Description
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.
Attachments
Attachments
Issue Links
- is depended upon by
-
DERBY-2152 Support diagnostic vti tables that take parameters, such as SpaceTable
- Closed
- is related to
-
DERBY-5554 NullPointerException in generated VTI code
- Closed