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:15:26 UTC

[jira] [Created] (TRAFODION-268) LP Bug: 1319508 - Got assertionfailure (0) in file ../common/NAstring.cpp

Alice Chen created TRAFODION-268:
------------------------------------

             Summary: 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


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)