[to #49775478] fix tenant_id and mod_name in PL code generator and JIT
This commit is contained in:
5
deps/oblib/src/lib/alloc/alloc_struct.cpp
vendored
5
deps/oblib/src/lib/alloc/alloc_struct.cpp
vendored
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user