Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 424C09111 for ; Mon, 2 Jul 2012 13:00:42 +0000 (UTC) Received: (qmail 20873 invoked by uid 500); 2 Jul 2012 13:00:42 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 20697 invoked by uid 500); 2 Jul 2012 13:00:41 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 20675 invoked by uid 99); 2 Jul 2012 13:00:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2012 13:00:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id DF9541404AA for ; Mon, 2 Jul 2012 13:00:35 +0000 (UTC) Date: Mon, 2 Jul 2012 13:00:21 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: <1049554930.313.1341234038923.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1976058679.305.1341233662642.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (DERBY-5838) By using syscs_set_database_property, you can set the database version to a garbage string which prevents you from booting the database. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-5838: --------------------------------- Issue & fix info: Repro attached > By using syscs_set_database_property, you can set the database version to a garbage string which prevents you from booting the database. > ---------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-5838 > URL: https://issues.apache.org/jira/browse/DERBY-5838 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.0.2.1, 10.1.1.0, 10.1.2.1, 10.1.3.1, 10.2.1.6, 10.2.2.0, 10.3.1.4, 10.3.2.1, 10.3.3.0, 10.4.1.3, 10.4.2.0, 10.5.1.1, 10.5.2.0, 10.5.3.0, 10.6.1.0, 10.6.2.1, 10.7.1.1, 10.8.1.2, 10.8.2.2, 10.9.1.0, 10.10.0.0 > Reporter: Rick Hillegas > > The following script shows this problem: > connect 'jdbc:derby:db;create=true'; > values ( syscs_util.syscs_get_database_property( 'DataDictionaryVersion' ) ); > call syscs_util.syscs_set_database_property( 'DataDictionaryVersion', 'foobar' ); > values ( syscs_util.syscs_get_database_property( 'DataDictionaryVersion' ) ); > connect 'jdbc:derby:db;shutdown=true'; > -- fails to boot > connect 'jdbc:derby:db'; -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira