You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:17:13 UTC

[jira] [Created] (TRAFODION-512) LP Bug: 1353484 - Lock not supported,An internal error occurred in the code generator

Alice Chen created TRAFODION-512:
------------------------------------

             Summary: LP Bug: 1353484 - Lock not supported,An internal error occurred in the code generator
                 Key: TRAFODION-512
                 URL: https://issues.apache.org/jira/browse/TRAFODION-512
             Project: Apache Trafodion
          Issue Type: Bug
            Reporter: Fanling Jiao


launching trafci on windows 7. Then do following commands to reproduce the issue.

SQL>CREATE SCHEMA NVSCRIPT_SALES;

--- SQL operation complete.

SQL>CREATE TABLE NVSCRIPT_SALES.CUST(custnum numeric(4),custname varchar(18)) no partition;

--- SQL operation complete.

SQL>LOCK TABLE NVSCRIPT_SALES.cust IN EXCLUSIVE MODE;

*** ERROR[7000] An internal error occurred in the code generator in file ../generator/GenRelDCL.cpp at line 169: Lock not supported. [2014-08-06 05:54:39]
*** ERROR[2235] Compiler Internal Error: An unknown error, originated from file ../generator/Generator.cpp at line 1991. [2014-08-06 05:54:39]
*** ERROR[8822] The statement was not prepared. [2014-08-06 05:54:39]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)