Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 71c2d35af -> 112f1e85f


fix regression test compGeneral TEST001


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/c44551e5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/c44551e5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/c44551e5

Branch: refs/heads/master
Commit: c44551e5da5bcef351200fc9a0335dbd468b43a5
Parents: 71c2d35
Author: Liu Ming <ming....@esgyn.cn>
Authored: Wed Aug 3 13:44:37 2016 +0000
Committer: Liu Ming <ming....@esgyn.cn>
Committed: Wed Aug 3 13:44:37 2016 +0000

----------------------------------------------------------------------
 core/sql/regress/compGeneral/EXPECTED001.SB | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/c44551e5/core/sql/regress/compGeneral/EXPECTED001.SB
----------------------------------------------------------------------
diff --git a/core/sql/regress/compGeneral/EXPECTED001.SB 
b/core/sql/regress/compGeneral/EXPECTED001.SB
index e0ff131..309ade8 100644
--- a/core/sql/regress/compGeneral/EXPECTED001.SB
+++ b/core/sql/regress/compGeneral/EXPECTED001.SB
@@ -145,7 +145,9 @@ ENO          ENAME                 DNO
 +>select eno, ename, dno from t022;
 
 *** ERROR[3022] The INTERSECT ALL operator is not yet supported.
+
 *** ERROR[8822] The statement was not prepared.
+
 >>
 >>select eno, ename, dno from t021 where dno >10
 +> intersect

Reply via email to