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:59 UTC

[jira] [Created] (TRAFODION-421) LP Bug: 1339324 - popluate all indexes on returns erros
Alice Chen created TRAFODION-421:
------------------------------------

             Summary: LP Bug: 1339324 - popluate all indexes on <table> returns erros
                 Key: TRAFODION-421
                 URL: https://issues.apache.org/jira/browse/TRAFODION-421
             Project: Apache Trafodion
          Issue Type: Bug
          Components: sql-exe
            Reporter: Apache Trafodion
            Assignee: Apache Trafodion
            Priority: Critical
             Fix For: 0.9 (pre-incubation)


>>create table t ( a int, b int)
+>;                             

--- SQL operation complete.
>>create index i1 on t(a);
..                        

--- SQL operation complete.
>>create index i2 on t(b); 
..                         

--- SQL operation complete.
>>populate all indexes on t;
..

--- SQL operation complete.
>>alter table t disable index i1;
..

--- SQL operation complete.
>>alter table t disable index i2;

--- SQL operation complete.
>>!pop;
>>populate all indexes on t;

*** ERROR[1389] Object DUMMY does not exist in Trafodion.

--- SQL operation failed with errors.
>>
Assigned to LaunchPad User khaled Bouaziz



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