[to #48891422] fix PL C interface allocator

This commit is contained in:
0xacc
2023-04-26 12:50:16 +00:00
committed by ob-robot
parent 18a5789477
commit 1ec41795d6
7 changed files with 135 additions and 88 deletions

View File

@ -593,7 +593,7 @@ public:
static int spi_check_exception_handler_legal(pl::ObPLExecCtx *ctx, int64_t code);
static int spi_interface_impl(pl::ObPLExecCtx* ctx, int64_t func_addr);
static int spi_interface_impl(pl::ObPLExecCtx* ctx, const char *interface_name);
static int process_function_out_result(pl::ObPLExecCtx *ctx,
ObResultSet &result_set,