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

Atanu Mishra closed TRAFODION-268.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.8 (pre-incubation)

> LP Bug: 1319508 - Got assertionfailure (0) in file ../common/NAstring.cpp
> -------------------------------------------------------------------------
>
>                 Key: TRAFODION-268
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-268
>             Project: Apache Trafodion
>          Issue Type: Bug
>            Reporter: Apache Trafodion
>            Priority: Critical
>             Fix For: 0.8 (pre-incubation)
>
>
> SQL>create table t6a064
> +>(
> +>a int not null,
> +>b int not null not droppable,
> +>Y123456789B123456789C123456789D123456789E123456789F123456789G123456789H123456789I123456789J123456789K123456789L123456789M1234567
>  int not null unique,
> +>primary key ( b asc, a))
> +>store by (b asc)
> +>attributes extent (16, 16);
> --- SQL operation complete.
> SQL>-- #expect any *18 row(s) inserted.*
> SQL>insert into t6a064  values (1,1,11);
> *** ERROR[2006] Internal error: assertion failure (0) in file 
> ../common/NAString.cpp at line 396. [2014-05-14 10:57:57]
> SQL>select * from t6a064;
> --- 0 row(s) selected.
> test script -
> create table t6a064
> (
> a int not null,
> b int not null not droppable,
> Y123456789B123456789C123456789D123456789E123456789F123456789G123456789H123456789I123456789J123456789K123456789L123456789M1234567
>  int not null unique,
> primary key ( b asc, a))
> store by (b asc)
> attributes extent (16, 16);
> -- #expect any *18 row(s) inserted.*
> -- ERROR[2006] Internal error: assertion failure (0) in file 
> ../common/NAString.cpp at line 396. [2014-05-13 20:07:43]
> insert into t6a064  values
> (1,1,11),(1,11,12),(1,12,13),
> (1,2,21),(1,21,22),(1,22,23),
> (2,1,31),(2,11,32),(2,12,33),
> (2,2,41),(2,21,42),(2,22,43),
> (3,1,51),(3,11,52),(3,12,53),
> (3,2,61),(3,21,62),(3,22,63);
> select * from t6a064;



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

Reply via email to