[jira] [Commented] (TRAFODION-510) LP Bug: 1353459 - [Trafci] An internal error occurred in the code generator in file ../generator/GenRelDCL.cpp at line 314

2018-05-08 Thread Hans Zeller (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16468205#comment-16468205
 ] 

Hans Zeller commented on TRAFODION-510:
---

This is what the new error message looks like:

{noformat}
>>set table * timeout 100;

*** ERROR[4222] The SET TABLE TIMEOUT feature is not supported in this software 
version or edition.

*** ERROR[15001] A syntax error occurred at or before: 
set table * timeout 100;
  ^ (23 characters from start of SQL statement)

*** ERROR[8822] The statement was not prepared.

>>
{noformat}

> LP Bug: 1353459 - [Trafci] An internal error occurred in the code generator 
> in file ../generator/GenRelDCL.cpp at line 314
> --
>
> Key: TRAFODION-510
> URL: https://issues.apache.org/jira/browse/TRAFODION-510
> Project: Apache Trafodion
>  Issue Type: Bug
>Reporter: Fanling Jiao
>Assignee: Hans Zeller
>Priority: Major
> Fix For: 2.3
>
>
> launching trafci on windows 7 and perform below commands. the error message 
> will show.
> 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>SET TABLE NVSCRIPT_SALES.CUST TIMEOUT '6000';
> *** ERROR[7000] An internal error occurred in the code generator in file 
> ../generator/GenRelDCL.cpp at line 314: Full Guardian table name expected.. 
> [2014-08-06 05:13:32]
> *** ERROR[2235] Compiler Internal Error: An unknown error, originated from 
> file ../generator/Generator.cpp at line 1991. [2014-08-06 05:13:32]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TRAFODION-510) LP Bug: 1353459 - [Trafci] An internal error occurred in the code generator in file ../generator/GenRelDCL.cpp at line 314

2018-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16468203#comment-16468203
 ] 

ASF GitHub Bot commented on TRAFODION-510:
--

Github user asfgit closed the pull request at:

https://github.com/apache/trafodion/pull/1554


> LP Bug: 1353459 - [Trafci] An internal error occurred in the code generator 
> in file ../generator/GenRelDCL.cpp at line 314
> --
>
> Key: TRAFODION-510
> URL: https://issues.apache.org/jira/browse/TRAFODION-510
> Project: Apache Trafodion
>  Issue Type: Bug
>Reporter: Fanling Jiao
>Assignee: Hans Zeller
>Priority: Major
>
> launching trafci on windows 7 and perform below commands. the error message 
> will show.
> 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>SET TABLE NVSCRIPT_SALES.CUST TIMEOUT '6000';
> *** ERROR[7000] An internal error occurred in the code generator in file 
> ../generator/GenRelDCL.cpp at line 314: Full Guardian table name expected.. 
> [2014-08-06 05:13:32]
> *** ERROR[2235] Compiler Internal Error: An unknown error, originated from 
> file ../generator/Generator.cpp at line 1991. [2014-08-06 05:13:32]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TRAFODION-510) LP Bug: 1353459 - [Trafci] An internal error occurred in the code generator in file ../generator/GenRelDCL.cpp at line 314

2018-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16467705#comment-16467705
 ] 

ASF GitHub Bot commented on TRAFODION-510:
--

GitHub user zellerh opened a pull request:

https://github.com/apache/trafodion/pull/1554

[TRAFODION-510] Internal error or core dump with set table timeout

Disable this syntax that is no longer supported, so that we don't
get a core dump in debug builds. This caused a core every time I
ran the core/TEST019 regression test on a debug build.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zellerh/trafodion bug/R23a

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafodion/pull/1554.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1554


commit 2177ad87107e49d9a58bc0f22d1ad474b2b5c6ef
Author: Hans Zeller 
Date:   2018-05-08T17:12:09Z

[TRAFODION-510] Internal error or core dump with set table timeout

Disable this syntax that is no longer supported, so that we don't
get a core dump in debug builds. This caused a core every time I
ran the core/TEST019 regression test on a debug build.




> LP Bug: 1353459 - [Trafci] An internal error occurred in the code generator 
> in file ../generator/GenRelDCL.cpp at line 314
> --
>
> Key: TRAFODION-510
> URL: https://issues.apache.org/jira/browse/TRAFODION-510
> Project: Apache Trafodion
>  Issue Type: Bug
>Reporter: Fanling Jiao
>Assignee: Hans Zeller
>Priority: Major
>
> launching trafci on windows 7 and perform below commands. the error message 
> will show.
> 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>SET TABLE NVSCRIPT_SALES.CUST TIMEOUT '6000';
> *** ERROR[7000] An internal error occurred in the code generator in file 
> ../generator/GenRelDCL.cpp at line 314: Full Guardian table name expected.. 
> [2014-08-06 05:13:32]
> *** ERROR[2235] Compiler Internal Error: An unknown error, originated from 
> file ../generator/Generator.cpp at line 1991. [2014-08-06 05:13:32]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)