You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2017/09/29 23:56:28 UTC

[05/13] incubator-trafodion git commit: [TRAFODION-2754] Get statistics cores sqlci or mxosrvr at str_sprintf()

[TRAFODION-2754] Get statistics cores sqlci or mxosrvr at str_sprintf()

str_sprintf is Trafodion specific formatting function. Replaced
str_sprintf with sprint that provides better checking with parameters.
str_sprintf is replaced with sprintf in the statistics output related functions
only. It is advised that the new code should start using the standard formatting
functions.


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

Branch: refs/heads/master
Commit: 43c312df5ea45c810a1b7f5e2bcd8e5a0bde8bdb
Parents: 4e316c0
Author: selvaganesang <se...@esgyn.com>
Authored: Tue Sep 26 00:36:26 2017 +0000
Committer: selvaganesang <se...@esgyn.com>
Committed: Tue Sep 26 00:36:26 2017 +0000

----------------------------------------------------------------------
 core/sql/executor/ExExeUtilGetStats.cpp |  895 +++++------
 core/sql/executor/ExStats.cpp           |  234 +--
 core/sql/regress/core/EXPECTEDRTS       | 2134 +++++++++++++-------------
 core/sql/regress/core/FILTERRTS         |    6 +-
 4 files changed, 1635 insertions(+), 1634 deletions(-)
----------------------------------------------------------------------