You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kristian Waagan (JIRA)" <ji...@apache.org> on 2010/07/30 11:18:16 UTC

[jira] Resolved: (DERBY-4722) Error in SQL example of SYSCS_UTIL.SYSCS_DISABLE_LOG_ARCHIVE_MODE

     [ https://issues.apache.org/jira/browse/DERBY-4722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan resolved DERBY-4722.
------------------------------------

         Assignee: Kristian Waagan
    Fix Version/s: 10.6.1.1
       Resolution: Fixed

Backported fix to 10.6 with revision 980694.

Note that the fix won't be visible online for the 10.6 docs before the docs are rebuilt manually (probably when a 10.6 update release is produced).
The fix can be seen in the development docs though: http://db.apache.org/derby/docs/dev/ref/rrefdisablelogproc.html

> Error in SQL example of SYSCS_UTIL.SYSCS_DISABLE_LOG_ARCHIVE_MODE
> -----------------------------------------------------------------
>
>                 Key: DERBY-4722
>                 URL: https://issues.apache.org/jira/browse/DERBY-4722
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.6.1.0
>            Reporter: Andreas Knees
>            Assignee: Kristian Waagan
>            Priority: Minor
>             Fix For: 10.6.1.1, 10.7.0.0
>
>         Attachments: derby-4722-1a.diff, rrefdisablelogproc.html
>
>
> The SQL Examples of the documentation of systemprocedure are errorneous:
> CALL SYSCS_UTIL.SYSCS_DISABLE_LOG_ARCHIVE_MODE DELETE_ARCHIVED_LOG_FILES(0);
> and
> CALL SYSCS_UTIL.SYSCS_DISABLE_LOG_ARCHIVE_MODE DELETE_ARCHIVED_LOG_FILES(1);
> It should read
> CALL SYSCS_UTIL.SYSCS_DISABLE_LOG_ARCHIVE_MODE(0);
> and
> CALL SYSCS_UTIL.SYSCS_DISABLE_LOG_ARCHIVE_MODE(1);
> instead.
> Actual link to the documentation page: http://db.apache.org/derby/docs/10.6/ref/rrefdisablelogproc.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.