Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 63296 invoked from network); 22 Jun 2009 16:10:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jun 2009 16:10:19 -0000 Received: (qmail 30696 invoked by uid 500); 22 Jun 2009 16:10:29 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 30652 invoked by uid 500); 22 Jun 2009 16:10:29 -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 30644 invoked by uid 99); 22 Jun 2009 16:10:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 16:10:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 16:10:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 83217234C1E7 for ; Mon, 22 Jun 2009 09:10:07 -0700 (PDT) Message-ID: <859099100.1245687007536.JavaMail.jira@brutus> Date: Mon, 22 Jun 2009 09:10:07 -0700 (PDT) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4281) 10.6 Upgrade test fails: SYSCS_UTIL.SYSCS_SET_XPLAIN_SCHEMA is not recognized as a function In-Reply-To: <260671407.1245478567337.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722661#action_12722661 ] Rick Hillegas commented on DERBY-4281: -------------------------------------- Thanks, Dag. Based on your test run I have committed Bryan's patch at subversion revision 787302. I will now merge it into my work on DERBY-4214. > 10.6 Upgrade test fails: SYSCS_UTIL.SYSCS_SET_XPLAIN_SCHEMA is not recognized as a function > -------------------------------------------------------------------------------------------- > > Key: DERBY-4281 > URL: https://issues.apache.org/jira/browse/DERBY-4281 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.6.0.0 > Reporter: Bryan Pendleton > Assignee: Bryan Pendleton > Priority: Minor > Attachments: derby-4281.diff > > > The 10.6 upgrade tests are currently commented out. When the 10.6 upgrade test is enabled, it fails with the following exception: > Caused by: java.sql.SQLException: 'SYSCS_UTIL.SYSCS_SET_XPLAIN_SCHEMA' is not re > cognized as a function or procedure. > at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(SQLExc > eptionFactory.java:45) > at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransport > AcrossDRDA(SQLExceptionFactory40.java:119) > at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(SQLE > xceptionFactory40.java:70) > ... 98 more > Caused by: ERROR 42Y03: 'SYSCS_UTIL.SYSCS_SET_XPLAIN_SCHEMA' is not recognized a > s a function or procedure. > at org.apache.derby.iapi.error.StandardException.newException(StandardEx > ception.java:286) > at org.apache.derby.impl.sql.compile.StaticMethodCallNode.bindExpression > (StaticMethodCallNode.java:216) > at org.apache.derby.impl.sql.compile.JavaToSQLValueNode.bindExpression(J > avaToSQLValueNode.java:246) > at org.apache.derby.impl.sql.compile.CallStatementNode.bindStatement(Cal > lStatementNode.java:145) > at org.apache.derby.impl.sql.GenericStatement.prepMinion(GenericStatemen > t.java:316) > at org.apache.derby.impl.sql.GenericStatement.prepare(GenericStatement.j > ava:88) > at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepa > reInternalStatement(GenericLanguageConnectionContext.java:822) > at org.apache.derby.impl.jdbc.EmbedStatement.execute(EmbedStatement.java > :606) > ... 92 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.