You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "liu ming (JIRA)" <ji...@apache.org> on 2016/09/03 01:44:20 UTC

[jira] [Commented] (TRAFODION-2170) certain create table DDL will fail with core dump

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

liu ming commented on TRAFODION-2170:
-------------------------------------

block on TRAFODION-2148

> certain create table DDL will fail with core dump
> -------------------------------------------------
>
>                 Key: TRAFODION-2170
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2170
>             Project: Apache Trafodion
>          Issue Type: Bug
>            Reporter: liu ming
>            Assignee: liu ming
>
>  create table test2170  (
>     c1 varchar(255) CHARACTER SET UTF8 not null, 
>     c2 varchar(256)  CHARACTER SET UTF8 not null, 
>     c3 varchar(256)  CHARACTER SET UTF8 not null, 
>     c4 int not null , 
>      c5 int, 
>     primary key(c1,c2,c3,c4))
> salt using 4 partitions ;
> This will fail.



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