trafodion icon indicating copy to clipboard operation
trafodion copied to clipboard

Apache Trafodion

Results 24 trafodion issues
Sort by recently updated
recently updated
newest added

Testing jenkins processing, which keys off install_features file.

Ref to PR-1753, closed because of conflict. Optimize DCS Makefile. Support maven compilation with both jdk1.7 and jdk1.8

in file core/sql/executor/ExExeUtilLoad.cpp, lines like: ``` ex_expr::exp_return_type exprRetCode = lobTdb().inputExpr_->eval(NULL, workAtp_); ``` call function eval(), with first parameter NULL. Then code in ex_expr::evalClauses() accesses NULL pointer, so the server aborts....

-m: memory status of dcsmaster -s: status of mxosrvrs -t: thread info of dcs ListenerWorker and ListenerService

each time do fetch , calc whether fetch size is bigger than 1GB, if true ,devide fetch times depend on fetchsize/1gb

it's hard to update statistic message each time row datas change. so current version does not support CARDINALITY.

Two points: - append a letter `x` to the function name setDiagsArea() - add a new function shareDiagsArea(), which increase the refCount of the source ComDiagsArea. This PR serves as...

This PR is the first patch to support Oracle Hierarchy query feature (CONNECT BY). In this PR, the feature is implemented as a new SQL utility, It is standalone, rather...