Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ob_table_cg_service.cpp to branch Ppc64le #1926

Open
wants to merge 6 commits into
base: ppc64le
Choose a base branch
from

Conversation

DBres4Power
Copy link

Task Description

When compiling unitest test_create_executor.cpp, raise error: ob_adjust_lob_datum not defined, need to add

#include "sql/engine/expr/ob_expr_lob_utils.h"
in src/observer/table/ob_table_cg_service.cpp

Solution Description

Passed Regressions

Upgrade Compatibility

Other Information

Release Note

Add (char *) in line 175 due to following error on ppc64le:
  src/pl/ob_pl_package_manager.cpp:175:19: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
            char *last_slash = strrchr(package_full_path, '/');
When compiling unitest test_create_executor.cpp, raise error: ob_adjust_lob_datum not defined, need to add

#include "sql/engine/expr/ob_expr_lob_utils.h"
in src/observer/table/ob_table_cg_service.cpp
used shared zlib other than static zlib
use shared zlib other than static zlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant