Repository: trafodion Updated Branches: refs/heads/master 3ee76e160 -> 7ab55b66c
Fixed Spelling. Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/890d8e83 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/890d8e83 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/890d8e83 Branch: refs/heads/master Commit: 890d8e83ee63ba98e5932c660ff511ba7e1981bb Parents: fe87aa1 Author: Jimmy Casey <[email protected]> Authored: Sun Jul 29 21:29:46 2018 +0000 Committer: Jimmy Casey <[email protected]> Committed: Sun Jul 29 21:29:46 2018 +0000 ---------------------------------------------------------------------- core/sql/optimizer/ImplRule.cpp | 2 +- core/sql/optimizer/Triggers.h | 2 +- core/sql/refresh/RefreshTest.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/890d8e83/core/sql/optimizer/ImplRule.cpp ---------------------------------------------------------------------- diff --git a/core/sql/optimizer/ImplRule.cpp b/core/sql/optimizer/ImplRule.cpp index bbd4659..91de586 100644 --- a/core/sql/optimizer/ImplRule.cpp +++ b/core/sql/optimizer/ImplRule.cpp @@ -2762,7 +2762,7 @@ NABoolean NestedJoinRule::topMatch(RelExpr * relExpr, /* // ******************************************************************** - // This part is disabled untill we have a better way of protecting + // This part is disabled until we have a better way of protecting // the normalizer output TSJs, and TSJs for write, and TSJs for // index joins. In other words, we should only do this heuristic // for "optional" TSJ's, i.e. those that were added by the http://git-wip-us.apache.org/repos/asf/trafodion/blob/890d8e83/core/sql/optimizer/Triggers.h ---------------------------------------------------------------------- diff --git a/core/sql/optimizer/Triggers.h b/core/sql/optimizer/Triggers.h index b787c50..e5a96b8 100644 --- a/core/sql/optimizer/Triggers.h +++ b/core/sql/optimizer/Triggers.h @@ -227,7 +227,7 @@ public: // allocated or copied to/from the ContextHeap, since some ctor and // copying code specifies CmpCommon::statementHeap() explicitly, regardless // of the parameter given to the overloaded new operator. - // Therefore, untill this is fixed, TriggerDB and its content cannot be + // Therefore, until this is fixed, TriggerDB and its content cannot be // allocated from the CmpCommon::contextHeap(), and is not persistent // across statements. // http://git-wip-us.apache.org/repos/asf/trafodion/blob/890d8e83/core/sql/refresh/RefreshTest.h ---------------------------------------------------------------------- diff --git a/core/sql/refresh/RefreshTest.h b/core/sql/refresh/RefreshTest.h index df14d89..c8f3ded 100644 --- a/core/sql/refresh/RefreshTest.h +++ b/core/sql/refresh/RefreshTest.h @@ -117,7 +117,7 @@ private: CRUOptions options_; //-- Output file , the journal can be initialized only after we - // recieve the globals message that contains the output filename + // receive the globals message that contains the output filename CRUJournal *pJournal_; CUOFsTransManager transManager_;
