[TRAFODION-2783] jdbc_test_cdh fails at times with type 2 JDBC driver dumping core
Removed recursive inclusion of charinfo.h Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/c7923192 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/c7923192 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/c7923192 Branch: refs/heads/master Commit: c79231924bd148aca43827e19694c85941825959 Parents: 9a8a7c3 Author: selvaganesang <[email protected]> Authored: Thu Oct 26 05:03:07 2017 +0000 Committer: selvaganesang <[email protected]> Committed: Thu Oct 26 05:03:07 2017 +0000 ---------------------------------------------------------------------- core/sql/common/charinfo.h | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/c7923192/core/sql/common/charinfo.h ---------------------------------------------------------------------- diff --git a/core/sql/common/charinfo.h b/core/sql/common/charinfo.h index e9cfcbf..8857613 100644 --- a/core/sql/common/charinfo.h +++ b/core/sql/common/charinfo.h @@ -50,7 +50,6 @@ #include "NAWinNT.h" #include "ComCharSetDefs.h" #include "sql_charset_strings.h" -#include "charinfo.h" // Forward references class ComMPLoc;
