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

Commits on Apr 8, 2024

  1. Update ob_pl_package_manager.cpp

    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, '/');
    DBres4Power committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    edb9f38 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    9ee9c89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46a93b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Update ob_table_cg_service.cpp

    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
    DBres4Power committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    3054245 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Update oceanbase.el8.ppc64le.deps

    used shared zlib other than static zlib
    DBres4Power committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e96376a View commit details
    Browse the repository at this point in the history
  2. Update oceanbase.el9.ppc64le.deps

    use shared zlib other than static zlib
    DBres4Power committed May 9, 2024
    Configuration menu
    Copy the full SHA
    643a31a View commit details
    Browse the repository at this point in the history