[to #49775478] fix tenant_id and mod_name in PL code generator and JIT

This commit is contained in:
0xacc
2023-05-25 18:17:31 +00:00
committed by ob-robot
parent 6de40b6e88
commit 072dab0f7d
8 changed files with 46 additions and 31 deletions

View File

@ -12,6 +12,7 @@
#include "lib/alloc/alloc_struct.h"
#include "lib/ob_define.h"
#include "lib/allocator/ob_mod_define.h"
#include "lib/coro/co_var.h"
#include "lib/oblog/ob_log.h"
#include "lib/utility/ob_fast_convert.h"
@ -20,6 +21,10 @@ using namespace oceanbase;
using namespace lib;
using namespace common;
thread_local ObMemAttr ObMallocHookAttrGuard::tl_mem_attr(OB_SERVER_TENANT_ID,
"glibc_malloc",
ObCtxIds::GLIBC);
bool ObLabel::operator==(const ObLabel &other) const
{
bool bret = false;