Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 00c370858 -> 51935dc0b


[TRAFODION-2856] Add optimizer/UdrErrors.h to analyzeMessageGuide.py


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

Branch: refs/heads/master
Commit: 38dc10cbc608f56e474e1e83e35b25e08854fa4a
Parents: f5e6231
Author: Dave Birdsall <dbirds...@apache.org>
Authored: Wed Dec 20 21:33:45 2017 +0000
Committer: Dave Birdsall <dbirds...@apache.org>
Committed: Wed Dec 20 21:33:45 2017 +0000

----------------------------------------------------------------------
 core/sqf/sql/scripts/analyzeMessageGuide.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/38dc10cb/core/sqf/sql/scripts/analyzeMessageGuide.py
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/analyzeMessageGuide.py 
b/core/sqf/sql/scripts/analyzeMessageGuide.py
index 56a6151..d903421 100644
--- a/core/sqf/sql/scripts/analyzeMessageGuide.py
+++ b/core/sqf/sql/scripts/analyzeMessageGuide.py
@@ -621,6 +621,7 @@ print datetime.datetime.ctime(datetime.datetime.now()) + ": 
reading enum files"
 enumFileList = ( [ ['ustat/hs_const.h','USTAT_ERROR_CODES'],
     ['sqlcomp/CmpDDLCatErrorCodes.h','CatErrorCode'],
     ['optimizer/opt_error.h','OptimizerSQLErrorCode'],
+    ['optimizer/UdrErrors.h','UDRErrors'],
     ['exp/ExpErrorEnums.h','ExeErrorCode'] ] )
 for entry in enumFileList:
     fileName = mySQroot + '/../sql/' + entry[0]

Reply via email to