diff --git a/deps/oblib/src/lib/lock/ob_bucket_lock.h b/deps/oblib/src/lib/lock/ob_bucket_lock.h index 45e348eaa..2701e7d95 100644 --- a/deps/oblib/src/lib/lock/ob_bucket_lock.h +++ b/deps/oblib/src/lib/lock/ob_bucket_lock.h @@ -16,6 +16,7 @@ #include "lib/stat/ob_latch_define.h" #include "lib/allocator/ob_mod_define.h" #include "lib/container/ob_array.h" +#include "lib/time/ob_tsc_timestamp.h" namespace oceanbase { @@ -118,7 +119,7 @@ public: if (OB_UNLIKELY(OB_SUCCESS != (ret_ = lock_.wrlock(index_)))) { COMMON_LOG_RET(WARN, ret_, "Fail to write lock bucket, ", K_(index), K_(ret)); } else { - lock_start_ts_ = ObTimeUtility::current_time(); + lock_start_ts_ = OB_TSC_TIMESTAMP.current_time(); } }; ~ObBucketWLockGuard() @@ -127,7 +128,7 @@ public: if (OB_UNLIKELY(OB_SUCCESS != (ret_ = lock_.unlock(index_)))) { COMMON_LOG_RET(WARN, ret_, "Fail to unlock bucket, ", K_(index), K_(ret)); } else { - const int64_t lock_end_ts = ObTimeUtility::current_time(); + const int64_t lock_end_ts = OB_TSC_TIMESTAMP.current_time(); if (lock_end_ts - lock_start_ts_ > 5 * 1000 * 1000) { STORAGE_LOG(INFO, "bucket lock handle cost too much time", K_(lock_start_ts), diff --git a/hotfuncs.txt b/hotfuncs.txt index f440a198b..5347b6910 100644 --- a/hotfuncs.txt +++ b/hotfuncs.txt @@ -1,1028 +1,1467 @@ _ZNK9oceanbase5share12ObTenantBase2idEv -_ZSt16__introsort_loopIPPN9oceanbase3sql17ObChunkDatumStore9StoredRowElN9__gnu_cxx5__ops15_Iter_comp_iterINS1_12ObSortOpImpl16CopyableComparerEEEEvT_SC_T0_T1_ -_ZN9oceanbase6common21ObNullSafeDatumStrCmpILNS0_15ObCollationTypeE45ELb0ELb1EE3cmpERKNS0_7ObDatumES6_ -_ZL22ob_strnncollsp_utf8mb4PK13ObCharsetInfoPKhmS3_mb.5aa8bf9a2f1d92c2672c2bb9fbfc2e97 -_ZL16ob_mb_wc_utf8mb4PK13ObCharsetInfoPmPKhS4_.5aa8bf9a2f1d92c2672c2bb9fbfc2e97 -_Z27ob_strnncollsp_utf8mb4_helpPPKhmS1_mS1_S1_bPiS2_ +_ZN9oceanbase6common8ObLogger13need_to_printEmmi _ZTWN9oceanbase6common13ObPageManager12tl_instance_E -_ZN9oceanbase7obmysql8ObSqlNio3runEl -_ZN9oceanbase7obmysql12ObSqlNioImpl16do_pending_writeEPNS0_9ObSqlSockE -_ZN9oceanbase7obmysql16ObSqlSockHandler10on_flushedEPv -_ZN9oceanbase7obmysql16ObSqlSockHandler11on_readableEPv -_ZN9oceanbase7obmysql24ObMysqlProtocolProcessor9do_spliceERNS_8observer14ObSMConnectionERNS0_12ObICSMemPoolERPvRb -_ZN9oceanbase6common18ob_read_regard_sslEiPvm -_ZN9oceanbase7obmysql24ObMysqlProtocolProcessor20process_mysql_packetERNS0_17ObMysqlPktContextEPNS0_21ObPacketRecordWrapperERNS0_12ObICSMemPoolERPvRb -_ZN9oceanbase7obmysql16ObSqlSockSession11revert_sockEv -_ZN9oceanbase7obmysql12ObSqlNioImpl11revert_sockEPNS0_9ObSqlSockE -_ZN9oceanbase7obmysql24ObMysqlProtocolProcessor24process_one_mysql_packetERNS0_17ObMysqlPktContextEPNS0_21ObPacketRecordWrapperERNS0_12ObICSMemPoolElRPvRb -_ZN9oceanbase6common19ob_write_regard_sslEiPKvm -_ZN9oceanbase7obmysql24ObMysqlProtocolProcessor9do_decodeERNS_8observer14ObSMConnectionERNS0_12ObICSMemPoolERPKcS8_RPNS_3rpc8ObPacketERl -_ZN9oceanbase7obmysql19ObSqlSessionMemPool5allocEl -_ZN9oceanbase7obmysql11ObMySQLUtil9get_uint1ERPKcRh -_ZN9oceanbase7obmysql11ObMySQLUtil9get_uint3ERPKcRj -_ZN9oceanbase8observer12ObSrvDeliver7deliverERNS_3rpc9ObRequestE -_ZZN9oceanbase7obmysql12ObSqlNioImpl11revert_sockEPNS0_9ObSqlSockEENKUlPKcE1_clES5_ -_ZN9oceanbase8observer12ObSrvDeliver21deliver_mysql_requestERNS_3rpc9ObRequestE -_ZN9oceanbase3omt8ObTenant12recv_requestERNS_3rpc9ObRequestE -_ZN9oceanbase3lib7ObFutex4wakeEl -_ZN9oceanbase6common16ObPriorityQueue2ILi0ELi1ELi0EE4pushEPNS0_6ObLinkEi -_ZN9oceanbase6common9SCondTempILi3EE6signalEji -_ZN9oceanbase8observer12ObSrvDeliver19deliver_rpc_requestERNS_3rpc9ObRequestE -_ZN9oceanbase3rpc14RpcStatService3addElRKNS0_12RpcStatPieceE -_ZN9oceanbase3rpc11RpcStatItem9add_pieceERKNS0_12RpcStatPieceE -_ZN9oceanbase3omt17ObMultiLevelQueue4pushERNS_3rpc9ObRequestEii -_ZN9oceanbase6common16ObPriorityQueue2ILi1ELi2ELi3EE4pushEPNS0_6ObLinkEi -_ZN9oceanbase3sql12ObSortOpImpl4sortEv -_ZSt22__final_insertion_sortIPPN9oceanbase3sql17ObChunkDatumStore9StoredRowEN9__gnu_cxx5__ops15_Iter_comp_iterINS1_12ObSortOpImpl16CopyableComparerEEEEvT_SC_T0_ -_ZN9oceanbase8observer14global_contextEv -_ZN9oceanbase6common13ObPageManager14set_tenant_ctxEmm -_ZN9oceanbase3omt10ObThWorker6workerERlS2_Ri -_ZTWN9oceanbase3lib17ContextTLOptGuard13enable_tl_optE -_ZN9oceanbase5share11ObTenantEnv16get_tenant_localEv -_ZN9oceanbase6common12TCRLockGuardC2ERKNS0_8TCRWLockE -_ZN9oceanbase5share2_SILNS0_12ObEntityTypeE1ELNS0_12EntitySourceE2EED2Ev +easy_request_cleanup.f43157592e2c0f0ad5daf1bf99e9d331.llvm.10245805556452027158 _ZTWN9oceanbase8memtable33TLOCAL_NEED_WAIT_IN_LOCK_WAIT_MGRE +easy_request_server_done +__tg_stat_cleanup +ev_feed_event +_ZN9oceanbase3lib11ObLockGuardINS_6common12ObThreadCondEED2Ev +easy_pool_calloc +_ZN9oceanbase6common20ObTenantStatEstGuardD2Ev +__tg_cleanup +epoll_poll.f8d7388e3b0c2a08f5c22fd7550445b6 +easy_socket_write +easy_message_create +_ZNK9oceanbase3lib17ObMallocAllocator40get_tenant_ctx_allocator_without_tlcacheEmm +_ZTWN9oceanbase5obrpc7g_pcodeE +_ZN9oceanbase6common18ObSimpleThreadPool4run1Ev +_ZN9oceanbase10logservice17ObLogApplyService6handleEPv +_ZN9oceanbase10logservice23ObApplyServiceQueueTask3popEv +_ZN9oceanbase11transaction9ObTxLogCb10on_successEv +_ZN9oceanbase11transaction12CtxLockGuard5resetEv +_ZN9oceanbase6common13ObTimeUtility12current_timeEv +_ZN9oceanbase6common11ObTimeGuard5clickEPKc +_ZN9oceanbase11transaction14ObPartTransCtx10on_successEPNS0_9ObTxLogCbE +_ZNK9oceanbase11transaction14ObPartTransCtx9is_sub2pcEv +_ZNK9oceanbase11transaction11ObCtxTxData18get_commit_versionEv +_ZN9oceanbase6common7ObLatch6unlockEPKj +_ZN9oceanbase11transaction12ObLSTxCtxMgr26revert_tx_ctx_without_lockEPNS0_10ObTransCtxE +_ZN9oceanbase11transaction12CtxLockGuardD1Ev +_ZN9oceanbase11transaction12CtxLockGuardD2Ev +_ZThn80_N9oceanbase11transaction7ObTsMgr15wait_gts_elapseEmRKNS_5share3SCNEPNS0_10ObTsCbTaskERb +_ZN9oceanbase11transaction14ObPartTransCtx14return_log_cb_EPNS0_9ObTxLogCbE +_ZN9oceanbase11transaction7CtxLock4lockEv +_ZN9oceanbase11transaction17ObTransCtxFactory7releaseEPNS0_10ObTransCtxE +_ZN9oceanbase8memtable13ObMemtableCtx32remove_callbacks_for_fast_commitEv +_ZN9oceanbase8memtable16ObTxCallbackList32remove_callbacks_for_fast_commitERb +_ZN9oceanbase11transaction11ObCtxTxData14set_end_log_tsERKNS_5share3SCNE +_ZN9oceanbase8memtable18ObRedoLogGenerator13sync_log_succENS_5share3SCNERKNS0_15ObCallbackScopeE +_ZN9oceanbase8memtable17ObMvccRowCallback8log_syncENS_5share3SCNE +_ZN9oceanbase8memtable13ObMemtableCtx16dec_unsynced_cntEv +_ZNK9oceanbase8memtable10ObMemtable13get_start_scnEv +_ZN9oceanbase11transaction9tablelock17ObOBJLockCallback8log_syncENS_5share3SCNE +_ZN9oceanbase8memtable18ObTransCallbackMgr11RDLockGuardD2Ev +_ZN9oceanbase8memtable10ObMemtable16dec_unsynced_cntEv +_ZN9oceanbase8memtable10ObMemtable15set_max_end_scnENS_5share3SCNE +_ZN9oceanbase8memtable10ObMemtable11set_rec_scnENS_5share3SCNE +_ZN9oceanbase8memtable10ObMemtable11get_rec_scnEv +_ZN9oceanbase8memtable18ObTransCallbackMgr11RDLockGuardC1ERKNS_6common10SpinRWLockE +_ZN9oceanbase11transaction14ObPartTransCtx20post_tx_commit_resp_Ei +_ZN9oceanbase11transaction10ObTransCtx12set_exiting_Ev +_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_10ObTransCtxENS0_13TransCtxAllocENS_6common10SpinRWLockELl16384EE3delERKS2_PS3_ +_ZN9oceanbase6common18ObServerObjectPoolINS_11transaction14ObPartTransCtxEE13return_objectEPS3_ +_ZN9oceanbase6common13ObLatchWGuardC2ERNS0_7ObLatchEj +_ZN9oceanbase11transaction14ObPartTransCtx7destroyEv +_ZN9oceanbase7storage13ObTxDataGuard5resetEv +_ZN9oceanbase11transaction12ObTxExecInfo7destroyEv +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction14ObTxBufferNodeELl1ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction11ObLSLogInfoELl10ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase8memtable13ObMemtableCtx5resetEv +_ZN9oceanbase8memtable18ObTransCallbackMgr5resetEv +_ZN9oceanbase11transaction14ObPartTransCtx7tx_end_Eb +_ZN9oceanbase11transaction11ObCtxTxData9set_stateEi +_ZN9oceanbase6common7ObLatch6rdlockEjl +_ZN9oceanbase8memtable13ObMemtableCtx12do_trans_endEbNS_5share3SCNES3_i +_ZN9oceanbase8memtable18ObTransCallbackMgr9trans_endEb +_ZN9oceanbase8memtable16ObTxCallbackList9tx_commitEv +_ZN9oceanbase8memtable16ObTxCallbackList9callback_ERNS0_20ObITxCallbackFunctorEPNS0_16ObITransCallbackES5_ +_ZN9oceanbase8memtable9ObMvccRow24update_max_trans_versionENS_5share3SCNERKNS_11transaction9ObTransIDE +_ZN9oceanbase8memtable9ObMvccRow28update_max_elr_trans_versionENS_5share3SCNERKNS_11transaction9ObTransIDE +_ZN9oceanbase11transaction9tablelock14ObLockMemtable18remove_lock_recordERKNS1_13ObTableLockOpE +_ZN9oceanbase8memtable17ObMvccRowCallback19elr_trans_preparingEv +_ZNK9oceanbase11transaction11ObCtxTxData14get_end_log_tsEv +_ZN9oceanbase8memtable17ObMvccRowCallback13calc_checksumENS_5share3SCNEPNS_6common15ObBatchChecksumE +_ZZN9oceanbase8memtable13ObLockWaitMgr6wakeupERKNS_6common10ObTabletIDERKNS0_13ObMemtableKeyEENK4$_43clEPKc.1dd22efca7fa83ae50e8099a04ad3959.llvm.1969766508161633257 +_ZN9oceanbase8memtable13ObLockWaitMgr6wakeupEm +_ZZN9oceanbase8memtable13ObLockWaitMgr6wakeupEmENK4$_21clEPKc.1dd22efca7fa83ae50e8099a04ad3959.llvm.1969766508161633257 +_ZN9oceanbase8memtable13ObLockWaitMgr6wakeupERKNS_6common10ObTabletIDERKNS0_13ObMemtableKeyE +_ZN9oceanbase11transaction9tablelock12ObLockMemCtx18remove_lock_recordEPNS1_22ObMemCtxLockOpLinkNodeE +_ZN9oceanbase11transaction9tablelock12ObOBJLockMap18remove_lock_recordERKNS1_13ObTableLockOpE +_ZN9oceanbase11transaction14ObTransHashMapINS0_9tablelock8ObLockIDENS2_9ObOBJLockENS2_14ObOBJLockAllocENS_6common10SpinRWLockELl1024EE3getERKS3_RPS4_ +_ZN9oceanbase8memtable13ObMemtableCtx13callback_freeEPNS0_16ObITransCallbackE +_ZN9oceanbase8memtable9ObMvccRow16update_dml_flag_ENS_12blocksstable9ObDmlFlagEj +_ZN9oceanbase11transaction9tablelock12ObLockMemCtx21free_lock_op_callbackEPv +_ZN9oceanbase11transaction10ObTransCtx24unregister_timeout_task_Ev +_ZN9oceanbase11transaction10ObTransCtx29print_trace_log_if_necessary_Ev +_ZN9oceanbase11transaction10ObTransCtx12after_unlockERNS0_10CtxLockArgE +_ZN9oceanbase11transaction14ObTransService23handle_tx_commit_resultERKNS0_9ObTransIDEiNS_5share3SCNE +_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_8ObTxDescENS0_11ObTxDescMgr13ObTxDescAllocENS_6common10SpinRWLockELl65536EE3getERKS2_RPS3_ +_ZN9oceanbase8memtable13ObMemtableCtx19elr_trans_preparingEv +_ZN9oceanbase6common10ObFunctionIFiPNS_8memtable16ObITransCallbackEEE8AbstractD2Ev +_ZN9oceanbase6common8function24DefaultFunctionAllocator21get_default_allocatorEv +_ZNK9oceanbase6common10ObFunctionIFiPNS_8memtable16ObITransCallbackEEE7DerivedIZNS2_16ObTxCallbackList16tx_elr_preparingEvE5$_236E4copyERNS0_12ObIAllocatorEPv.0340b0f4925be2641495b31f3f56bf33 +_ZN9oceanbase8memtable16ObTxCallbackList13SpinLockGuardD2Ev +_ZN9oceanbase11transaction8ObTxDesc17execute_commit_cbEv +_ZN9oceanbase6common12ObLatchMutex6unlockEv +_ZN9oceanbase3sql23ObEndTransAsyncCallback8callbackEi +_ZN9oceanbase8observer15ObSqlEndTransCb8callbackEi +_ZN9oceanbase3lib11ObLockGuardINS_6common16ObRecursiveMutexEED2Ev +_ZN9oceanbase3sql17ObSqlTransControl22reset_session_tx_stateEPNS0_16ObSQLSessionInfoEb +_ZN9oceanbase3sql16ObSQLSessionInfo18reset_warnings_bufEv +_ZN9oceanbase3sql17ObSqlTransControl22reset_session_tx_stateEPNS0_18ObBasicSessionInfoEb +_ZN9oceanbase6common13ObSEArrayImplINS_5share6ObLSIDELl3ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction8ObTxPartELl4ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase6common11ObArrayImplINS_11transaction16ObTransIDAndAddrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEE7destroyEv +_ZThn8_N9oceanbase3sql16ObSQLSessionInfo17reset_tx_variableEv +_ZN9oceanbase8observer16ObMPPacketSender14send_ok_packetERNS_3sql16ObSQLSessionInfoERNS0_10ObOKPParamEPNS_7obmysql13ObMySQLPacketE +_ZN9oceanbase6common12ObLatchMutex4lockEjl +_ZN9oceanbase3sql18ObBasicSessionInfo20update_last_trace_idERKNS_6common12ObCurTraceId7TraceIdE +_ZN9oceanbase6common15databuff_printfEPclRlPKcz +_ZN9oceanbase7obmysql24ObEasySqlRequestOperator25alloc_sql_response_bufferEPNS_3rpc9ObRequestEl +_ZN9oceanbase6common15ObWarningBufferaSERKS1_ +_ZN9oceanbase11transaction14ObTransService8reuse_txERNS0_8ObTxDescE +_ZZN9oceanbase11transaction14ObTransService8reuse_txERNS0_8ObTxDescEENK6$_1545clEPKc.93feb755617c21c32b229b78773c290c.llvm.7500421310533733367 +_ZN9oceanbase11transaction14ObTransService12finalize_tx_ERNS0_8ObTxDescE +_ZN9oceanbase3lib11ObLockGuardINS_6common10ObSpinLockEED2Ev +_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_8ObTxDescENS0_11ObTxDescMgr13ObTxDescAllocENS_6common10SpinRWLockELl65536EE3delERKS2_PS3_ +_ZZN9oceanbase11transaction11ObTxDescMgr6removeERNS0_8ObTxDescEENK4$_67clEPKc.93feb755617c21c32b229b78773c290c.llvm.7500421310533733367 +_ZN9oceanbase8memtable16ObTxCallbackList16tx_elr_preparingEv +_ZNK9oceanbase8memtable20ObITxCallbackFunctor11is_iter_endEPNS0_16ObITransCallbackE +_ZN9oceanbase8memtable16ObITransCallback19elr_trans_preparingEv +_ZN9oceanbase8memtable17ObTxForAllFunctorclEPNS0_16ObITransCallbackE +_ZNK9oceanbase6common10ObFunctionIFiPNS_8memtable16ObITransCallbackEEE7DerivedIZNS2_16ObTxCallbackList16tx_elr_preparingEvE5$_236E6invokeES4_.0340b0f4925be2641495b31f3f56bf33 +_ZN9oceanbase8observer16ObMPPacketSender15response_packetERNS_7obmysql13ObMySQLPacketEPNS_3sql16ObSQLSessionInfoE +_ZN9oceanbase8observer16ObMPPacketSender15try_encode_withERNS_7obmysql13ObMySQLPacketElRll +_ZN9oceanbase6common13ObSEArrayImplIPNS_7obmysql12Obp20EncoderELl4ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase7obmysql14ObProto20Utils16do_packet_encodeERNS0_18ObProtoEncodeParamE +_ZN9oceanbase7obmysql6OMPKOK21get_mysql_packet_typeEv +_ZN9oceanbase7obmysql21ObPacketRecordWrapper21record_send_mysql_pktERNS0_13ObMySQLPacketEi +_ZNK9oceanbase7obmysql13ObMySQLPacket6encodeEPclRlS3_ +_ZN9oceanbase7obmysql11ObMySQLUtil10store_int3EPcliRl +_ZN9oceanbase7obmysql18ObProtoEncodeParamD2Ev +_ZN9oceanbase6common13ObSEArrayImplINS_7obmysql10ObCommonKVINS0_5ObObjES4_EELl4ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase7obmysql11ObMySQLUtil10store_int1EPclaRl +_ZZNK9oceanbase3sql18ObBasicSessionInfo31is_server_status_in_transactionEvENK3$_0clEPKc.7d011f5114f8312fd0eb7b31f2639cf5.llvm.3141255383006608333 +_ZNK9oceanbase7obmysql6OMPKOK9serializeEPclRl +_ZN9oceanbase6common23ObReserveArenaAllocatorILl256EE5resetEv +_ZN9oceanbase11transaction11ObCtxTxData20insert_into_tx_tableEv +_ZN9oceanbase7storage9ObTxTable6insertERPNS0_8ObTxDataE +_ZNK9oceanbase7storage8ObITable13get_start_scnEv +_ZN9oceanbase7storage13ObTxDataTable6insertERPNS0_8ObTxDataE +_ZN9oceanbase7storage16ObTxDataMemtable13inc_write_refEv +_ZN9oceanbase7storage13ObTxDataTable17get_memtable_mgr_Ev +_ZN9oceanbase7storage16MemMgrRLockGuardC2ERKNS0_15MemtableMgrLockE +_ZN9oceanbase7storage15ObTxDataHashMap6insertERKNS_11transaction9ObTransIDEPNS0_8ObTxDataE +_ZN9oceanbase7storage26ObTxDataMemtableWriteGuard5resetEv +_ZN9oceanbase7storage16ObTxDataMemtable13dec_write_refEv +_ZN9oceanbase8memtable13ObMemtableCtx27update_max_submitted_seq_noEl +_ZN9oceanbase3lib18MySimpleThreadPool6handleEPv +_ZN9oceanbase10logservice13ObApplyStatus19statistics_cb_cost_ERKNS_4palf3LSNERKNS_5share3SCNElllll +_ZN9oceanbase11transaction9tablelock12ObLockMemCtx5resetEv +_ZN9oceanbase7storage15ObTableHandleV25resetEv +_ZN9oceanbase7storage8ObITable7dec_refEv +_ZN9oceanbase11transaction14ObTransService24handle_tx_commit_result_ERNS0_8ObTxDescEiNS_5share3SCNE +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction13ObTxSavePointELl4ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase11transaction16ObTransStatistic12get_instanceEv +_ZN9oceanbase11transaction9tablelock12ObOBJLockMap23drop_obj_lock_if_empty_ERKNS1_8ObLockIDEPNS1_9ObOBJLockE +_ZZN9oceanbase8memtable13ObLockWaitMgr6wakeupERKNS_11transaction9ObTransIDEENK4$_44clEPKc.1dd22efca7fa83ae50e8099a04ad3959.llvm.1969766508161633257 +_ZZN9oceanbase11transaction11ObTxDescMgr3getERKNS0_9ObTransIDERPNS0_8ObTxDescEENK4$_64clEPKc.93feb755617c21c32b229b78773c290c.llvm.7500421310533733367 +_ZN9oceanbase11transaction14ObTransService18tx_post_terminate_ERNS0_8ObTxDescE +_ZN9oceanbase11transaction14ObTransService28invalid_registered_snapshot_ERNS0_8ObTxDescE +_ZN9oceanbase11transaction16ObTransStatistic25add_trans_total_used_timeEml +_ZN9oceanbase10logservice13ObApplyStatus29submit_task_to_apply_service_ERNS0_18ObApplyServiceTaskE +_ZZN9oceanbase10logservice13ObApplyStatus19try_handle_cb_queueEPNS0_23ObApplyServiceQueueTaskERbENK4$_33clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 +_ZN9oceanbase6common13ObLightyQueue3popERPvl +_ZN9oceanbase11transaction9tablelock12ObLockMemCtx16clear_table_lockEbRKNS_5share3SCNES6_ +_ZN9oceanbase7obmysql6OMPKOKD2Ev +_ZNK9oceanbase7storage8ObTxData25is_valid_in_tx_data_tableEv +_ZN9oceanbase11transaction10ObTransCtx25defer_callback_scheduler_EiRKNS_5share3SCNE +_ZNK9oceanbase8memtable13ObMemtableCtx14get_tx_end_scnEv +_ZN9oceanbase11transaction12ObTransTimer23unregister_timeout_taskERNS0_14ObITimeoutTaskE +_ZN9oceanbase11transaction14ObPartTransCtx31wait_gts_elapse_commit_version_ERb +_ZN9oceanbase11transaction7ObTsMgr15wait_gts_elapseEmRKNS_5share3SCNEPNS0_10ObTsCbTaskERb +_ZN9oceanbase11transaction11ObGtsSource15wait_gts_elapseElPNS0_10ObTsCbTaskERb +_ZN9oceanbase6common13ObLatchWGuardD2Ev +_ZN9oceanbase8observer16ObMPPacketSender11alloc_ezbufEv +_ZN9oceanbase3sql18ObBasicSessionInfo19update_sys_variableENS_5share17ObSysVarClassTypeERKNS_6common5ObObjE +_ZN9oceanbase3sql18ObBasicSessionInfo13SysVarIncInfo14add_sys_var_idENS_5share17ObSysVarClassTypeE +_ZNK9oceanbase3sql18ObBasicSessionInfo17inner_get_sys_varENS_5share17ObSysVarClassTypeERlRPNS2_13ObBasicSysVarE +_ZN9oceanbase3sql18ObBasicSessionInfo22deep_copy_sys_variableERNS_5share13ObBasicSysVarENS2_17ObSysVarClassTypeERKNS_6common5ObObjE +_ZN9oceanbase3sql18ObBasicSessionInfo22deep_copy_trace_id_varERKNS_6common5ObObjEPS3_ +_ZNK9oceanbase6common5ObObj10get_stringERNS0_8ObStringE +_ZN9oceanbase8observer16ObMPPacketSender12flush_bufferEb +_ZN9oceanbase7obmysql19ObMySQLRequestUtils12flush_bufferERNS0_18ObFlushBufferParamE +_ZN9oceanbase7obmysql23request_finish_callbackEv +_ZZN9oceanbase11transaction8ObTxDesc17execute_commit_cbEvENK4$_13clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase10logservice17ObLogApplyService9push_taskEPNS0_18ObApplyServiceTaskE +_ZN9oceanbase3lib2TGILNS0_6TGTypeE6EE9push_taskEPv +_ZN9oceanbase6common13ObLightyQueue4pushEPv +_ZZN9oceanbase11transaction11ObTxDescMgr6revertERNS0_8ObTxDescEENK4$_66clEPKc.93feb755617c21c32b229b78773c290c.llvm.7500421310533733367 +_ZZN9oceanbase10logservice13ObApplyStatus29submit_task_to_apply_service_ERNS0_18ObApplyServiceTaskEENK4$_77clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 +_ZN9oceanbase4palf21LogIOTaskCbThreadPool6handleEPv +_ZNK9oceanbase4palf14PalfHandleImpl14get_palf_epochERl +_ZN9oceanbase4palf11PalfEnvImpl17get_log_allocatorEv +_ZZN9oceanbase10logservice13ObApplyStatus19try_handle_cb_queueEPNS0_23ObApplyServiceQueueTaskERbENK4$_38clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 +_ZZN9oceanbase8memtable13ObLockWaitMgr6wakeupEmENK4$_22clEPKc.1dd22efca7fa83ae50e8099a04ad3959.llvm.1969766508161633257 +_ZZN9oceanbase10logservice13ObApplyStatus19try_handle_cb_queueEPNS0_23ObApplyServiceQueueTaskERbENK4$_39clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 +_ZZN9oceanbase10logservice13ObApplyStatus29submit_task_to_apply_service_ERNS0_18ObApplyServiceTaskEENK4$_78clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 +_ZZN9oceanbase10logservice13ObApplyStatus20try_submit_cb_queuesEvENK4$_27clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 +_ZN9oceanbase6common12ObLatchMutex4waitElj +_ZN9oceanbase6common12ob_write_objINS0_9PageArenaIcNS0_19ModulePageAllocatorEEEEEiRT_RKNS0_5ObObjERS7_ +_ZN9oceanbase6common9PageArenaIcNS0_19ModulePageAllocatorEE6_allocEl +_ZN9oceanbase4palf17LogIOFlushLogTask14after_consume_EPNS0_12IPalfEnvImplE +_ZN9oceanbase4palf11PalfEnvImpl23revert_palf_handle_implEPNS0_15IPalfHandleImplE +_ZN9oceanbase6common12ObSliceAlloc4freeEPv +_ZN9oceanbase6common13ObBlockSlicer9free_itemEPNS1_4ItemERb +_ZN9oceanbase6common22ObTenantMutilAllocator26free_log_io_flush_log_taskEPNS_4palf17LogIOFlushLogTaskE +_ZN9oceanbase4palf14PalfHandleImpl21inner_after_flush_logERKNS0_13FlushLogCbCtxE +_ZNK9oceanbase4palf11LogStateMgr8get_roleEv +_ZNK9oceanbase4palf11LogStateMgr16is_leader_activeEv +_ZN9oceanbase6common10ObMiniStat10ObStatItem4statEl +_ZZN9oceanbase4palf16LogSlidingWindow15after_flush_logERKNS0_13FlushLogCbCtxEENK5$_201clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase4palf17LogIOFlushLogTaskD1Ev +_ZN9oceanbase4palf17LogIOFlushLogTaskD2Ev +_ZN9oceanbase4palf16LogSlidingWindow15after_flush_logERKNS0_13FlushLogCbCtxE +_ZN9oceanbase4palf16LogSlidingWindow32inc_update_max_flushed_log_info_ERKNS0_3LSNES4_RKl +_ZN9oceanbase6common8TCRWLock6wrlockEl +_ZN9oceanbase4palf16LogSlidingWindow22gen_committed_end_lsn_ERNS0_3LSNE +_ZN9oceanbase6common8ObMember5resetEv +_ZZNK9oceanbase4palf16LogSlidingWindow17get_majority_lsn_ERKNS_6common16ObMemberListBaseILl7EEElRNS0_3LSNEENK5$_323clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZNK9oceanbase4palf16LogSlidingWindow17get_majority_lsn_ERKNS_6common16ObMemberListBaseILl7EEElRNS0_3LSNE +_ZN9oceanbase6common15ObLinearHashMapINS0_6ObAddrENS_4palf9LsnTsInfoENS0_14ShareMemMgrTagEE7do_get_ERKS2_RS4_ +_ZN9oceanbase6common15ObLinearHashMapINS0_6ObAddrENS_4palf9LsnTsInfoENS0_14ShareMemMgrTagEE16load_access_bkt_ERKS2_RmRPNS6_6BucketE +_ZNK9oceanbase4palf16LogSlidingWindow23get_last_submit_log_id_Ev +_ZSt16__insertion_sortIPN9oceanbase4palf3LSNEN9__gnu_cxx5__ops15_Iter_comp_iterINS1_10LSNCompareEEEEvT_S9_T0_ +_ZSt16__introsort_loopIPN9oceanbase4palf3LSNElN9__gnu_cxx5__ops15_Iter_comp_iterINS1_10LSNCompareEEEEvT_S9_T0_T1_ +_ZN9oceanbase4palf16LogSlidingWindow26try_advance_committed_lsn_ERKNS0_3LSNE +_ZN9oceanbase4palf24palf_reach_time_intervalElRl +_ZZN9oceanbase4palf16LogSlidingWindow15after_flush_logERKNS0_13FlushLogCbCtxEENK5$_211clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZZN9oceanbase4palf16LogSlidingWindow25try_update_match_lsn_map_ERKNS_6common6ObAddrERKNS0_3LSNEENK5$_432clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZZN9oceanbase4palf17LogIOFlushLogTask7destroyEvENK5$_762clEPKc.1598dc2348996c1ae1caea6120522988.llvm.10525790219234972597 +_ZZN9oceanbase10logservice17ObLogApplyService19handle_submit_task_EPNS0_13ObApplyStatusEENK5$_179clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 +_ZZN9oceanbase4palf21LogIOTaskCbThreadPool6handleEPvENK5$_868clEPKc.1598dc2348996c1ae1caea6120522988 +_ZZN9oceanbase4palf17LogIOFlushLogTask14after_consume_EPNS0_12IPalfEnvImplEENK5$_775clEPKc.1598dc2348996c1ae1caea6120522988 +_ZZN9oceanbase4palf14PalfHandleImpl21inner_after_flush_logERKNS0_13FlushLogCbCtxEENK6$_1249clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase11transaction9tablelock16ObOBJLockFactory7releaseEPNS1_9ObOBJLockE +_ZN9oceanbase11transaction10ObTsWorker6handleEPv +_ZN9oceanbase6common15ObLinearHashMapINS0_6ObAddrENS_4palf9LsnTsInfoENS0_14ShareMemMgrTagEE17load_factor_ctrl_Em +_ZZN9oceanbase4palf16LogSlidingWindow32inc_update_max_flushed_log_info_ERKNS0_3LSNES4_RKlENK5$_222clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase8memtable9ObMvccRow17unlink_trans_nodeERKNS0_15ObMvccTransNodeE +_ZNK9oceanbase6common14ObLobLocatorV214get_inrow_dataERNS0_8ObStringE +_ZNK9oceanbase6common14ObLobLocatorV216get_disk_locatorERNS0_8ObStringE +_ZN9oceanbase8memtable29ObRemoveCallbacksWCondFunctorclEPNS0_16ObITransCallbackE +_ZN9oceanbase7storage20ObSyncTabletSeqLogCb10on_successEv +_ZNK9oceanbase7storage8ObTablet22get_latest_autoinc_seqERNS_5share18ObTabletAutoincSeqE +ev_invoke_pending +easy_connection_on_readable +_ZN9oceanbase3omt10ObThWorker6workerERlS2_Ri +_ZN9oceanbase3omt17ObMultiLevelQueue7try_popERPNS_6common6ObLinkEi +_ZN9oceanbase6common12TCRLockGuardC2ERKNS0_8TCRWLockE +_ZTWN9oceanbase3lib17ContextTLOptGuard13enable_tl_optE +_ZTWN9oceanbase6common11in_try_stmtE +_ZN9oceanbase5share2_SILNS0_12ObEntityTypeE0ELNS0_12EntitySourceE0EED2Ev _ZN9oceanbase3lib11DynamicInfoC2Ev _ZN9oceanbase6common16ObPriorityQueue2ILi1ELi2ELi3EE6do_popERPNS0_6ObLinkEll -_ZN9oceanbase5share2_SILNS0_12ObEntityTypeE0ELNS0_12EntitySourceE0EED2Ev _ZN9oceanbase5share13ObTenantSpace13guard_init_cbERKS1_PcRb _ZN9oceanbase3lib2_SILNS0_13ContextSourceE1EEC2IJNS0_11DynamicInfoERNS0_12ContextParamEPNS0_10StaticInfoEEEEbDpOT_ -_ZN9oceanbase5share6_SBaseD2Ev -_ZN9oceanbase3omt10ObThWorker15process_requestERNS_3rpc9ObRequestE -_ZTWN9oceanbase6common11in_try_stmtE -_ZN9oceanbase3rpc5frame14ObReqProcessor7destroyEv -_ZTW12co_closepbuf -_ZN9oceanbase3lib7ObFutex4waitEil +_ZN9oceanbase5share2_SILNS0_12ObEntityTypeE1ELNS0_12EntitySourceE2EED2Ev +_ZN9oceanbase6common13ObPageManager14set_tenant_ctxEmm _ZN9oceanbase3lib2_SILNS0_13ContextSourceE1EED2Ev _ZN9oceanbase3lib17__MemoryContext__15destory_contextEPS1_ +_ZN9oceanbase3lib18SetDoNothingLocker4lockEv +_ZN9oceanbase3lib7ObFutex4waitEil _ZN9oceanbase6common11ObAllocator4freeEPv -_ZN9oceanbase3lib9ObjectMgr24get_tenant_ctx_allocatorEv -_ZTW8co_epbuf -_ZN9oceanbase3lib9ObjectSet14do_free_objectEPNS0_7AObjectE -_ZTWN9oceanbase3lib15malloc_callbackE -_ZN9oceanbase3lib9SetLockerINS0_7ObMutexEE4lockEv -_ZN9oceanbase3lib8BlockSet10free_chunkEPNS0_6AChunkE -_ZN9oceanbase6common13ObPageManager10free_blockEPNS_3lib6ABlockE -_ZN9oceanbase3lib8BlockSet19take_off_free_blockEPNS0_6ABlockEiPNS0_6AChunkE -_ZN9oceanbase8memtable13ObLockWaitMgr12post_processEbRb _ZN9oceanbase3omt17ObWorkerProcessor7processERNS_3rpc9ObRequestE +_ZN9oceanbase3rpc5frame14ObReqProcessor7destroyEv +_ZTW8co_epbuf +_ZN9oceanbase3rpc5frame15ObReqTranslator9translateERNS0_9ObRequestERPNS1_14ObReqProcessorE _ZN9oceanbase3rpc5frame14ObReqProcessor4initEv -_ZN9oceanbase8observer23worker_allocator_deleteINS_3rpc5frame14ObReqProcessorEEEvRPT_ -_ZN9oceanbase5obrpc18ObRpcProcessorBase15before_responseEi -_ZN9oceanbase6common19ModulePageAllocator5allocElRKNS_3lib9ObMemAttrE -_ZN9oceanbase8observer9ObMPQueryD1Ev -_ZN9oceanbase8observer9ObMPQueryD2Ev -_ZN9oceanbase8observer16ObSrvMySQLXlator9translateERNS_3rpc9ObRequestERPNS2_5frame14ObReqProcessorE -_ZN9oceanbase6common13ObPageManager24get_tenant_ctx_allocatorEv -_ZN9oceanbase6common11ObAllocator5allocElRKNS_3lib9ObMemAttrE -_ZN9oceanbase6common13ObPageManager11alloc_blockEmRKNS_3lib9ObMemAttrE -_ZN9oceanbase6common20get_mem_leak_checkerEv -_ZN9oceanbase6common16ObMemLeakChecker8on_allocERNS_3lib7AObjectERKNS2_9ObMemAttrE -_ZN9oceanbase6common11ObAllocator4initEv _ZN9oceanbase3rpc5frame14ObSqlProcessor3runEv +_ZN9oceanbase3lib11ObLibConfig12get_instanceEv _ZNK9oceanbase3omt10ObThWorker10need_retryEv +_ZN9oceanbase8observer14global_contextEv +_ZN9oceanbase6common13ObSEArrayImplINS0_8ObStringELl1ENS0_19ModulePageAllocatorELb0EE9push_backERKS2_ _ZNK9oceanbase8observer8ObMPBase8get_connEv -_ZN9oceanbase3rpc20ObSqlRequestOperator15get_sql_sessionEPNS0_9ObRequestE _ZN9oceanbase8observer9ObMPQuery7processEv _ZN9oceanbase8observer16ObMySQLResultSetD2Ev -_ZN9oceanbase6common13ObTimeUtility12current_timeEv -_ZN9oceanbase3lib11ObLibConfig12get_instanceEv -_ZN9oceanbase6common13ObSEArrayImplINS0_8ObStringELl1ENS0_19ModulePageAllocatorELb0EE9push_backERKS2_ -_ZNK9oceanbase5share6schema27ObMultiVersionSchemaService37get_tenant_received_broadcast_versionEmRlb -_ZN9oceanbase6common14ObServerConfig12get_instanceEv -_ZN9oceanbase7obmysql23ObPocSqlRequestOperator20async_write_responseEPNS_3rpc9ObRequestEPKcl -_ZN9oceanbase6common10to_cstringINS0_12ObCurTraceId7TraceIdEEEPKcRKT_NS0_8BoolTypeILb0EEE -_ZN9oceanbase3sql6ObStmt11is_ddl_stmtENS0_4stmt8StmtTypeEb -_ZN9oceanbase6common16ObTotalWaitGuardD1Ev -_ZN9oceanbase6common15databuff_printfEPclRlPKcz -_ZN9oceanbase3sql8ObParser19split_multiple_stmtERKNS_6common8ObStringERNS2_8ObIArrayIS3_EERNS0_13ObMPParseStatEbb -_ZN9oceanbase6common16ObRecursiveMutex4lockEv -_ZN9oceanbase6common7ObLatch6wrlockEjlPKj -_ZN9oceanbase8observer16ObMPPacketSender14revert_sessionEPNS_3sql16ObSQLSessionInfoE -_ZN9oceanbase3sql16ObQueryRetryInfo5resetEv -_ZN9oceanbase7obmysql23ObPocSqlRequestOperator18finish_sql_requestEPNS_3rpc9ObRequestE -_ZN9oceanbase6common13CStringBufMgr7acquireEv -_ZN9oceanbase8observer9ObMPQuery19process_single_stmtERKNS_3sql15ObMultiStmtItemERNS2_16ObSQLSessionInfoEbbRbS8_ +_ZN9oceanbase5trace7ObTrace10begin_spanEjhb _ZTWN9oceanbase6common16g_warning_bufferE -_ZN9oceanbase6common16ObClusterVersion12get_instanceEv -_ZNK9oceanbase5share6schema27ObMultiVersionSchemaService35get_tenant_refreshed_schema_versionEmRlb -_ZN9oceanbase8observer14ObReqTimeGuardD2Ev -_ZN9oceanbase8observer14ObReqTimeGuardC2Ev -_ZThn56_N9oceanbase8observer8ObMPBase19update_last_pkt_posEv -_ZThn56_N9oceanbase8observer8ObMPBase14send_ok_packetERNS_3sql16ObSQLSessionInfoERNS0_10ObOKPParamEPNS_7obmysql13ObMySQLPacketE +_ZNK9oceanbase5share6schema27ObMultiVersionSchemaService37get_tenant_received_broadcast_versionEmRlb +_ZN9oceanbase6common10to_cstringINS0_12ObCurTraceId7TraceIdEEEPKcRKT_NS0_8BoolTypeILb0EEE +_ZN9oceanbase8observer16ObMPPacketSender14revert_sessionEPNS_3sql16ObSQLSessionInfoE +_ZN9oceanbase6common2SVINS_8observer16ObMySQLResultSetELb0EEC2IZNS2_9ObMPQuery10do_processERNS_3sql16ObSQLSessionInfoEbbRbSA_EUlPvE_EEibOT_ +_ZN9oceanbase3sql16ObQueryRetryInfo5resetEv +_ZN9oceanbase6common16ObTotalWaitGuardD1Ev +_ZN9oceanbase3sql11ObResultSet41check_and_nonblock_refresh_location_cacheEv +_ZN9oceanbase11transaction17ObTxnFreeRouteCtx26init_before_handle_requestEPNS0_8ObTxDescE +_ZN9oceanbase11transaction8ObTxDesc21in_tx_for_free_route_Ev +_ZN9oceanbase6common16ObRecursiveMutex4lockEv +_ZN9oceanbase3rpc20ObSqlRequestOperator15get_sql_sessionEPNS0_9ObRequestE +_ZN9oceanbase6common13CStringBufMgr7acquireEv +_ZN9oceanbase6common12ObCurTraceId7TraceId3setERKS2_ +_ZN9oceanbase3lib15CompatModeGuardD2Ev +_ZN9oceanbase3sql18ObBasicSessionInfo25check_and_init_retry_infoERKNS_6common12ObCurTraceId7TraceIdERKNS2_8ObStringE +_ZN9oceanbase6common8precheckINS_8observer16ObMySQLResultSetEEEibRb _ZN9oceanbase6common14ObMaxWaitGuardD1Ev +_ZN9oceanbase3sql16ObSQLSessionInfo24ObCachedTenantConfigInfo7refreshEv +_ZN9oceanbase8observer16ObSrvMySQLXlator9translateERNS_3rpc9ObRequestERPNS2_5frame14ObReqProcessorE +_ZN9oceanbase8observer16ObMPPacketSender11get_sessionERPNS_3sql16ObSQLSessionInfoE +_ZN9oceanbase8observer9ObMPQuery19process_single_stmtERKNS_3sql15ObMultiStmtItemERNS2_16ObSQLSessionInfoEbbRbS8_ +_ZN9oceanbase5trace16__ObFLTSpanGuardD2Ev +_ZN9oceanbase6common14ObServerConfig12get_instanceEv +_ZN9oceanbase5trace7ObTrace7set_tagImJEEEv9ObTagTypeRKT_DpT0_ +_ZNK9oceanbase3sql11ObResultSet23need_end_trans_callbackEv +_ZN9oceanbase5trace7ObTrace12get_instanceEv +_ZN9oceanbase5trace7ObTrace7set_tagINS_6common8ObStringEJEEEv9ObTagTypeRKT_DpT0_ _ZNK9oceanbase5share6schema19ObSchemaGetterGuard18get_schema_versionEmRl -_ZN9oceanbase3sql14ObPhysicalPlan24update_cache_access_statERKNS0_15ObTableScanStatE -_ZN9oceanbase3sql18ObBasicSessionInfo20set_session_in_retryENS0_20ObSessionRetryStatusE -_ZN9oceanbase3lib11ObLockGuardINS_6common16ObRecursiveMutexEED2Ev +_ZN9oceanbase8observer16ObMPPacketSender7do_initEPNS_3rpc9ObRequestEhbbl _ZN9oceanbase3sql11ObResultSetC2ERNS0_16ObSQLSessionInfoERNS_6common12ObIAllocatorE _ZN9oceanbase3sql16ObDASTaskFactoryC1ERNS_6common12ObIAllocatorE _ZN9oceanbase3sql16ObDASTaskFactoryC2ERNS_6common12ObIAllocatorE -_ZN9oceanbase3sql8ObSqlCtx5clearEv -_ZNK9oceanbase3sql11ObResultSet23need_end_trans_callbackEv -_ZN9oceanbase6common21ObSessionStatEstGuardC1Emmb -_ZN9oceanbase3lib15CompatModeGuardD2Ev -_ZN9oceanbase3sql18ObBasicSessionInfo17set_session_sleepEv -_ZN9oceanbase3sql5ObSql10stmt_queryERKNS_6common8ObStringERNS0_8ObSqlCtxERNS0_11ObResultSetE -_ZNK9oceanbase6common16ObArenaAllocator5totalEv -OPENSSL_cleanse -_ZN9oceanbase3sql17ObPhysicalPlanCtxC1ERNS_6common12ObIAllocatorE -_ZN9oceanbase3sql17ObPhysicalPlanCtxC2ERNS_6common12ObIAllocatorE -_ZN9oceanbase3sql14ObPlanCacheCtxD2Ev -_ZN9oceanbase3sql8ObParser9pre_parseERKNS_6common8ObStringERNS0_14PreParseResultE -_ZN9oceanbase3sql18ObBasicSessionInfo38update_query_sensitive_system_variableERNS_5share6schema19ObSchemaGetterGuardE -_ZN9oceanbase6common16ObTotalWaitGuardC1EPNS0_15ObWaitEventStatEPNS0_21ObDiagnoseSessionInfoE -_ZN9oceanbase3sql11ObResultSet41check_and_nonblock_refresh_location_cacheEv -_ZN9oceanbase3sql10ObSQLUtils19handle_audit_recordEbNS0_13ObExecuteModeERNS0_16ObSQLSessionInfoEb -_ZN9oceanbase8observer16ObSyncPlanDriver15response_resultERNS0_16ObMySQLResultSetE -_ZThn56_N9oceanbase8observer8ObMPBase15response_packetERNS_7obmysql13ObMySQLPacketEPNS_3sql16ObSQLSessionInfoE -_ZN9oceanbase8observer13ObQueryDriver21response_query_resultERNS_3sql11ObResultSetEbbRbl -_ZN9oceanbase8observer13ObQueryDriver28convert_string_value_charsetERNS_6common5ObObjERNS_3sql11ObResultSetE -_ZN9oceanbase3sql15ObExecuteResult12get_next_rowERNS0_13ObExecContextERPKNS_6common8ObNewRowE -_ZN9oceanbase3sql14ObBatchRowIter12get_next_rowEv -_ZThn56_N9oceanbase8observer8ObMPBase25need_send_extra_ok_packetEv -_ZN9oceanbase8observer16ObMPPacketSender15response_packetERNS_7obmysql13ObMySQLPacketEPNS_3sql16ObSQLSessionInfoE -_ZN9oceanbase7obmysql23ObPocSqlRequestOperator15get_sql_sessionEPNS_3rpc9ObRequestE -_ZN9oceanbase8observer16ObMPPacketSender15try_encode_withERNS_7obmysql13ObMySQLPacketElRll -_ZN9oceanbase7obmysql14ObProto20Utils16do_packet_encodeERNS0_18ObProtoEncodeParamE -_ZN9oceanbase7obmysql7OMPKRow21get_mysql_packet_typeEv -_ZN9oceanbase7obmysql7OMPKEOF21get_mysql_packet_typeEv -_ZN9oceanbase7obmysql21ObPacketRecordWrapper21record_send_mysql_pktERNS0_13ObMySQLPacketEi -_ZN9oceanbase7obmysql9OMPKField21get_mysql_packet_typeEv -_ZN9oceanbase7obmysql13OMPKResheader21get_mysql_packet_typeEv -_ZNK9oceanbase7obmysql13ObMySQLPacket6encodeEPclRlS3_ -_ZN9oceanbase7obmysql11ObMySQLUtil10store_int3EPcliRl -_ZNK9oceanbase7obmysql7OMPKEOF18get_serialize_sizeEv -_ZN9oceanbase7obmysql6OMPKOK21get_mysql_packet_typeEv -_ZN9oceanbase7obmysql18ObProtoEncodeParamD2Ev -_ZNK9oceanbase7obmysql9OMPKField9serializeEPclRl -_ZN9oceanbase7obmysql11ObMySQLUtil10store_int1EPclaRl -_ZNK9oceanbase7obmysql7OMPKRow9serializeEPclRl -_ZN9oceanbase6common5ObObj28convert_string_value_charsetENS0_13ObCharsetTypeERNS0_12ObIAllocatorE -_ZN9oceanbase6common9ObSMUtils8cell_strEPclRKNS0_5ObObjENS_7obmysql19MYSQL_PROTOCOL_TYPEERllS2_RKNS0_20ObDataTypeCastParamsEPKNS0_7ObFieldEPNS_5share6schema19ObSchemaGetterGuardEm -_ZNK9oceanbase7obmysql7OMPKEOF9serializeEPclRl -_ZNK9oceanbase8observer16ObMPPacketSender8get_connEv -_ZN9oceanbase3sql13ObExecContext29get_convert_charset_allocatorERPNS_6common16ObArenaAllocatorE -_ZN9oceanbase7obmysql23ObPocSqlRequestOperator25alloc_sql_response_bufferEPNS_3rpc9ObRequestEl -_ZN9oceanbase3sql16LinkExecCtxGuard20link_current_contextEv -_ZN9oceanbase3sql10ObOperator14get_next_batchElRPKNS0_11ObBatchRowsE -_ZN9oceanbase3sql13ObTableScanOp20inner_get_next_batchEl -_ZN9oceanbase3sql10ObOperator10drain_exchEv -_ZZNK9oceanbase3sql18ObBasicSessionInfo31is_server_status_in_transactionEvENK3$_0clEPKc.7d011f5114f8312fd0eb7b31f2639cf5.llvm.12817396982101168798 -_ZNK9oceanbase7obmysql13OMPKResheader9serializeEPclRl -_ZNK9oceanbase6common11ObAllocator4usedEv -_ZN9oceanbase3sql13ObTableScanOp28inner_get_next_batch_for_tscEl -_ZN9oceanbase3sql11ObDASScanOp22get_output_result_iterEv -_ZN9oceanbase3sql15DASOpResultIter13get_next_rowsERll -_ZN9oceanbase7storage19ObTableScanIterator13get_next_rowsERll -_ZN9oceanbase7storage15ObMultipleMerge13get_next_rowsERll -_ZN9oceanbase7storage18ObSimpleRowsMergerINS0_24ObScanMergeLoserTreeItemENS0_23ObScanMergeLoserTreeCmpEE7rebuildEv -_ZN9oceanbase3sql18ObPushdownOperator9deep_copyEPKNS_6common8ObIArrayIPNS0_6ObExprEEEl -_ZN9oceanbase7storage13ObVectorStore8fill_rowERNS_12blocksstable10ObDatumRowE -_ZN9oceanbase7storage19ObMultipleScanMerge14can_batch_scanERb -_ZN9oceanbase7storage19ObMultipleScanMerge18inner_get_next_rowERNS_12blocksstable10ObDatumRowE -_ZN9oceanbase8memtable22ObMemtableScanIterator18inner_get_next_rowERPKNS_12blocksstable10ObDatumRowE -_ZN9oceanbase12blocksstable11ObRowReader17read_memtable_rowEPKclRKNS_7storage15ObTableReadInfoERNS0_10ObDatumRowERNS_8memtable11ObNopBitMapERb -_ZN9oceanbase8memtable17ObMvccRowIterator12get_next_rowERPKNS0_13ObMemtableKeyERPNS0_19ObMvccValueIteratorERhb -_ZZN9oceanbase8memtable19ObMvccValueIterator4initERNS0_15ObMvccAccessCtxEPKNS0_13ObMemtableKeyEPNS0_9ObMvccRowERKNS_6common11ObQueryFlagEbENK5$_103clEPKc.0340b0f4925be2641495b31f3f56bf33.llvm.8464398881653863695 -_ZN9oceanbase6common8ObLogger13need_to_printEmmi -_ZN9oceanbase7storage15ObMultipleMerge16process_fuse_rowEbRNS_12blocksstable10ObDatumRowERPS3_ -_ZN9oceanbase8keybtree13BtreeIterator8get_nextERNS_8memtable20ObStoreRowkeyWrapperERPNS2_9ObMvccRowE -_ZN9oceanbase8keybtree8Iterator8get_nextERNS_8memtable20ObStoreRowkeyWrapperERPNS2_9ObMvccRowE -_ZNK9oceanbase8keybtree9BtreeNode7get_tagEiPNS0_11MultibitSetE -_ZN9oceanbase8memtable13ObQueryEngine8IteratorINS_8keybtree13BtreeIteratorEE11set_versionEl -_ZN9oceanbase3sql18ObPushdownOperator21clear_datum_eval_flagEv -_ZNK9oceanbase8memtable13ObQueryEngine8IteratorINS_8keybtree13BtreeIteratorEE7get_keyEv -_ZN9oceanbase3sql15DASOpResultIter21reset_wild_datums_ptrEv -_ZN9oceanbase3sql13ObTableScanOp22do_init_before_get_rowEv -_ZN9oceanbase3sql11ObDASScanOp14init_task_infoEv -_ZN9oceanbase6common13ObSEArrayImplIbLl2ENS0_19ModulePageAllocatorELb1EED2Ev -_ZN9oceanbase6common13ObSEArrayImplIPNS0_10ObNewRangeELl1ENS0_19ModulePageAllocatorELb0EED2Ev -_ZN9oceanbase7storage15ObMultipleMerge12get_next_rowERPNS_12blocksstable10ObDatumRowE -_ZN9oceanbase3omt19ObTenantConfigGuardD1Ev -_ZN9oceanbase3omt19ObTenantConfigGuardD2Ev -_ZZN9oceanbase8memtable10ObMemtable3getERKNS_7storage16ObTableIterParamERNS2_20ObTableAccessContextERKNS_12blocksstable13ObDatumRowkeyERPNS2_18ObStoreRowIteratorEENK5$_115clEPKc.1dd22efca7fa83ae50e8099a04ad3959.llvm.14600621969055352740 -_ZN9oceanbase7storage13ObSingleMerge18inner_get_next_rowERNS_12blocksstable10ObDatumRowE -_ZN9oceanbase7storage15ObMultipleMerge11project_rowERKNS_12blocksstable10ObDatumRowEPKNS_6common8ObIArrayIiEElRS3_ -_ZN9oceanbase8memtable21ObMemtableGetIterator4initERKNS_7storage16ObTableIterParamERNS2_20ObTableAccessContextEPNS2_8ObITableEPKv -_ZN9oceanbase12blocksstable10ObDatumRow4initERNS_6common12ObIAllocatorEl -_ZN9oceanbase8memtable10ObMemtable3getERKNS_7storage16ObTableIterParamERNS2_20ObTableAccessContextERKNS_12blocksstable13ObDatumRowkeyERNS8_10ObDatumRowE -_ZNK9oceanbase3omt17ObTenantConfigMgr27get_tenant_config_with_lockEmmm -_ZN9oceanbase3sql18ObBasicSessionInfo25check_and_init_retry_infoERKNS_6common12ObCurTraceId7TraceIdERKNS2_8ObStringE -_ZZN9oceanbase7storage13ObSingleMerge18inner_get_next_rowERNS_12blocksstable10ObDatumRowEENK5$_445clEPKc.60e5f1555e1608e51e89c573dc1497ed.llvm.8992188779134979240 -_ZN9oceanbase3sql14ObPhysicalPlan16update_plan_statERKNS0_17ObAuditRecordDataEbbPKNS_6common8ObIArrayINS0_15ObTableRowCountEEE -_ZZN9oceanbase3sql13ObTableScanOp25prepare_single_scan_rangeElENK5$_184clEPKc.4dcb63e5b90b62777233554860a5c667 -_ZN9oceanbase8memtable22ObMemtableScanIterator12prepare_scanEv -_ZN9oceanbase6common16ObClassAllocatorINS_8memtable13ObQueryEngine8IteratorINS_8keybtree13BtreeIteratorEEEE5allocEv -_ZN9oceanbase8observer16ObMPPacketSender11get_sessionERPNS_3sql16ObSQLSessionInfoE _ZN9oceanbase3sql18ObBasicSessionInfo18set_session_activeERKNS_6common8ObStringEllNS_7obmysql10ObMySQLCmdE -_ZN9oceanbase3sql5ObSql14after_get_planERNS0_14ObPlanCacheCtxERNS0_16ObSQLSessionInfoEPNS0_14ObPhysicalPlanEbPKNS_6common9Ob2DArrayINS8_10ObObjParamELi2079744ENS8_18ObWrapperAllocatorELb0ENS8_9ObSEArrayIPSA_Ll1ESB_Lb0EEEEE -_ZN9oceanbase7storage13ObVectorStore14reuse_capacityEl -_ZN9oceanbase8observer8ObMPBase12flush_bufferEb -_ZN9oceanbase7obmysql23request_finish_callbackEv -_ZN9oceanbase12blocksstable10ObDatumRow15prepare_new_rowERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEE -_ZN9oceanbase3sql11ObResultSet4openEv -_ZNK9oceanbase3sql10ObOperator23get_operator_open_orderEv -_ZNK9oceanbase3sql15ObTableModifyOp23get_operator_open_orderEv -_ZN9oceanbase5trace7ObTrace10begin_spanEjhb -_ZN9oceanbase3sql15ObExecuteResult4openERNS0_13ObExecContextE -_ZN9oceanbase3sql10ObOperator16init_skip_vectorEv -_ZN9oceanbase6common16ObArenaAllocator5allocEl -_ZN9oceanbase3sql8ObSortOp10inner_openEv -_ZN9oceanbase3sql10ObSQLUtils20handle_plan_baselineERKNS0_17ObAuditRecordDataEiRNS0_8ObSqlCtxE -_ZN9oceanbase3sql16ObSQLSessionInfo24ObCachedTenantConfigInfo7refreshEv -_ZN9oceanbase3sql13ObTableScanOp25prepare_single_scan_rangeEl -_ZN9oceanbase3sql18ObBasicSessionInfo17create_dtc_paramsEPKS1_ -_ZN9oceanbase3sql10ObSQLUtils23extract_pre_query_rangeERKNS0_12ObQueryRangeERNS_6common12ObIAllocatorERNS0_13ObExecContextERNS5_9ObSEArrayIPNS5_10ObNewRangeELl1ENS5_19ModulePageAllocatorELb0EEENSA_IbLl2ESD_Lb1EEERKNS5_20ObDataTypeCastParamsE -_ZNK9oceanbase3sql12ObQueryRange17get_tablet_rangesERNS_6common12ObIAllocatorERNS0_13ObExecContextERNS2_9ObSEArrayIPNS2_10ObNewRangeELl1ENS2_19ModulePageAllocatorELb0EEERNS7_IbLl2ESA_Lb1EEERKNS2_20ObDataTypeCastParamsE -_ZN9oceanbase3sql10ObSQLUtils24is_same_type_for_compareERKNS_6common9ObObjMetaES5_ -_ZN9oceanbase6common9Ob2DArrayINS0_10ObObjParamELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS2_Ll1ES3_Lb0EEEE7reserveEl -_ZN9oceanbase8memtable12ObMvccEngine3getERNS0_15ObMvccAccessCtxERKNS_6common11ObQueryFlagEbPKNS0_13ObMemtableKeyEPS8_RNS0_19ObMvccValueIteratorE -_ZZN9oceanbase8observer16ObMySQLResultSet14to_mysql_fieldERKNS_6common7ObFieldERNS_7obmysql12ObMySQLFieldEENK4$_60clEPKc.aab76b6a44351831e19725958b59fc25 -_ZNK9oceanbase6common9EventItem4callEv -_ZN9oceanbase3sql11ObResultSet5closeEv -_ZN9oceanbase6common11ObDLinkBaseINS0_9ObObjNodeIPNS_3sql12ObIDASTaskOpEEEED2Ev -_ZN9oceanbase6common13ObSEArrayImplINS_5share6ObLSIDELl3ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase5trace16__ObFLTSpanGuardD2Ev -_ZN9oceanbase3sql8ObDASCtx16is_partition_hitEv -_ZN9oceanbase6common11ObArrayImplINS_11transaction16ObTransIDAndAddrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEE7destroyEv -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction8ObTxPartELl4ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase3sql10ObInsRtDefD2Ev -_ZN9oceanbase3sql13ObTableScanOp11inner_closeEv -_ZN9oceanbase3sql19ObDataAccessService12end_das_taskERNS0_8ObDASRefERNS0_12ObIDASTaskOpE -_ZZN9oceanbase3sql11ObResultSet19auto_end_plan_transERNS0_14ObPhysicalPlanEiRbENKUlPKcE3_clES6_ -_ZN9oceanbase6common8ObLogger13need_to_printEmi -_ZN9oceanbase3sql10ObOperator5closeEv -_ZN9oceanbase3sql13ObExecContext11is_root_ctxEv -_ZN9oceanbase3sql11ObResultSet8end_stmtEb -_ZN9oceanbase3sql18ObBasicSessionInfo12set_end_stmtEv -_ZN9oceanbase3sqlL14get_tx_serviceEPNS0_18ObBasicSessionInfoERPNS_11transaction14ObTransServiceE.2477d7488918a1107364fd115ff965f5.llvm.10150875531294900903 +_ZN9oceanbase8observer17ObAsyncPlanDriver15response_resultERNS0_16ObMySQLResultSetE +_ZN9oceanbase3sql13ObPxAdmission20exit_query_admissionERNS0_16ObSQLSessionInfoERNS0_13ObExecContextERNS0_14ObPhysicalPlanE +_ZN9oceanbase3sql16LinkExecCtxGuard20link_current_contextEv +_ZNK9oceanbase5share6schema27ObMultiVersionSchemaService35get_tenant_refreshed_schema_versionEmRlb +_ZN9oceanbase3sql5ObSql10stmt_queryERKNS_6common8ObStringERNS0_8ObSqlCtxERNS0_11ObResultSetE +_ZN9oceanbase6common16ObFixedArrayImplINS_5share12AutoincParamENS0_12ObIAllocatorEE6assignERKNS0_8ObIArrayIS3_EE +_ZN9oceanbase3sql5ObSql15init_result_setERNS0_8ObSqlCtxERNS0_11ObResultSetE +_ZN9oceanbase5trace7ObTrace7set_tagImJ9ObTagTypePcEEEvS3_RKT_DpT0_ +_ZN9oceanbase3sql13ObExecContext24create_physical_plan_ctxEv _ZN9oceanbase3sql16LinkExecCtxGuardD2Ev -_ZN9oceanbase3sql10ObOperator4openEv -_ZN9oceanbase3sql11ObResultSet7executeEv -_ZN9oceanbase3sql10ObExecutor4initEPNS0_14ObPhysicalPlanE -_ZN9oceanbase3sql17ObSqlTransControl10start_stmtERNS0_13ObExecContextE -_ZN9oceanbase11transaction14ObTransService19sql_stmt_start_hookERKNS0_11ObXATransIDERNS0_8ObTxDescEj -_ZN9oceanbase11transaction16ObLSTxLogAdapter8get_roleERbRl -_ZNK9oceanbase10logservice12ObLogHandler8get_roleERNS_6common6ObRoleERl -_ZN9oceanbase3sql10ObExecutor12execute_planERNS0_13ObExecContextE -_ZNK9oceanbase3sql8ObOpSpec25create_operator_recursiveERNS0_13ObExecContextERPNS0_10ObOperatorE -_ZN9oceanbase6common20check_stack_overflowERblPl -_ZN9oceanbase3sql16AllocInputHelperILi3EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecERPNS0_9ObOpInputE -_ZN9oceanbase3sql13AllocOpHelperILi3EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE -_ZN9oceanbase3sql13ObTableScanOpC1ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE -_ZN9oceanbase3sql13ObTableScanOpC2ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE -_ZN9oceanbase6common4hash9ObHashMapINS_3sql9DasRefKeyEPNS3_12ObIDASTaskOpENS1_19NoPthreadDefendModeENS1_9hash_funcIS4_EENS1_8equal_toIS4_EENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairIS4_S6_EEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EEC2Ev -_ZN9oceanbase6common9PageArenaIcNS0_19ModulePageAllocatorEE14_alloc_alignedEll -_ZNK9oceanbase3sql8ObOpSpec36link_sql_plan_monitor_node_recursiveERNS0_13ObExecContextERPNS0_13ObMonitorNodeE -_ZZNK9oceanbase3sql8ObOpSpec15create_operatorERNS0_13ObExecContextERPNS0_10ObOperatorEENK5$_119clEPKc.68271ef948b9e29c783f97102b0c767d.llvm.11723734708363847683 -_ZZNK9oceanbase3sql8ObOpSpec25create_operator_recursiveERNS0_13ObExecContextERPNS0_10ObOperatorEENK5$_126clEPKc.68271ef948b9e29c783f97102b0c767d.llvm.11723734708363847683 -_ZN9oceanbase3sql18ObBasicSessionInfo14set_start_stmtEv -_ZZNK9oceanbase3sql8ObOpSpec25create_operator_recursiveERNS0_13ObExecContextERPNS0_10ObOperatorEENK5$_122clEPKc.68271ef948b9e29c783f97102b0c767d.llvm.11723734708363847683 +_ZN9oceanbase3sql14ObPlanCacheCtxD2Ev +_ZN9oceanbase3sql10ObSQLUtils19handle_audit_recordEbNS0_13ObExecuteModeERNS0_16ObSQLSessionInfoEb +_ZZN9oceanbase3sql11ObResultSet19auto_end_plan_transERNS0_14ObPhysicalPlanEiRbENKUlPKcE_clES6_ +_ZN9oceanbase3sql18ObBasicSessionInfo38update_query_sensitive_system_variableERNS_5share6schema19ObSchemaGetterGuardE +_ZN9oceanbase6common16ObFixedArrayImplINS0_9ObSEArrayINS_3sql12NotParamInfoELl4ENS0_19ModulePageAllocatorELb0EEENS0_12ObIAllocatorEE7destroyEv +_ZN9oceanbase3sql18ObBasicSessionInfo17set_session_sleepEv _ZN9oceanbase3sql11ObResultSetD1Ev _ZN9oceanbase3sql11ObResultSetD2Ev -_ZN9oceanbase6common11ObArrayImplINS_3sql19ObJoinFilterDataCtxENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEED2Ev -_ZN9oceanbase6common11ObArrayImplIPKNS0_8ObIArrayIlEENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS5_EENS0_22NotImplementItemEncodeIS5_EEED2Ev _ZN9oceanbase3sql14ObExprValuesOp7destroyEv -_ZN9oceanbase3sql13ObExecContextD2Ev -_ZN9oceanbase3lib18SetDoNothingLocker4lockEv -_ZN9oceanbase6common11ObDLinkBaseINS0_9ObObjNodeIPNS_3sql6ObStmtEEEED2Ev -_ZN9oceanbase3sql6ObStmtD2Ev -_ZN9oceanbase6common11ObArrayImplINS_3sql19ObJoinFilterDataCtxENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE7destroyEv -_ZN9oceanbase6common11ObArrayImplIPNS_3sql12ObSortOpImpl13SortStoredRowENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS5_EENS0_22NotImplementItemEncodeIS5_EEE7destroyEv -_ZN9oceanbase3sql8ObDASRef5resetEv -_ZN9oceanbase3sql11ObDASScanOpD1Ev -_ZN9oceanbase3sql11ObDASScanOpD2Ev -_ZN9oceanbase3lib8BlockSet10free_blockEPNS0_6ABlockE -_ZN9oceanbase3sql10ObDelRtDefD2Ev -_ZN9oceanbase3sql15ObTableModifyOp18inner_get_next_rowEv -_ZNK9oceanbase6common16ObArenaAllocator4usedEv -_ZN9oceanbase3sql10ObOperator12get_next_rowEv -_ZN9oceanbase3sql10ObOperator24get_next_row_vectorizelyEv -_ZN9oceanbase3sql14ObBatchRowIter12get_next_rowERNS0_9ObEvalCtxERKNS0_8ObOpSpecE -_ZN9oceanbase6common12ObDataBuffer5allocEl -_ZN9oceanbase11transaction14ObTransService20get_ls_read_snapshotERNS0_8ObTxDescENS0_18ObTxIsolationLevelERKNS_5share6ObLSIDElRNS0_16ObTxReadSnapshotE -_ZNK9oceanbase11transaction14ObTxVersionMgr17get_max_commit_tsEb -_ZN9oceanbase11transaction10ObTxCtxMgr20revert_ls_tx_ctx_mgrEPNS0_12ObLSTxCtxMgrE -_ZZNK9oceanbase11transaction14ObTxVersionMgr17get_max_commit_tsEbENKUlPKcE_clES3_ -_ZN9oceanbase11transaction10ObTxCtxMgr17get_ls_tx_ctx_mgrERKNS_5share6ObLSIDERPNS0_12ObLSTxCtxMgrE -_ZN9oceanbase6common11ObQSyncLock10try_rdlockEv -_ZN9oceanbase11transaction12ObLSTxCtxMgr23in_leader_serving_stateEv -_ZN9oceanbase3lib9ObjectMgr11alloc_blockEmRKNS0_9ObMemAttrE -_ZN9oceanbase3sql16ObSQLSessionInfo21set_show_warnings_bufEi -_ZN9oceanbase3sql10ObOperator22submit_op_monitor_nodeEv -_ZN9oceanbase3sql17ObSqlTransControl21stmt_setup_savepoint_EPNS0_16ObSQLSessionInfoERNS0_8ObDASCtxEPNS0_17ObPhysicalPlanCtxEPNS_11transaction14ObTransServiceE -_ZN9oceanbase3sqlL15build_tx_param_EPNS0_16ObSQLSessionInfoERNS_11transaction9ObTxParamEPKb.2477d7488918a1107364fd115ff965f5 -_ZN9oceanbase3sql20ObSecurityAuditUtils21handle_security_auditERNS0_11ObResultSetEPNS_5share6schema19ObSchemaGetterGuardEPKNS0_6ObStmtERKNS_6common8ObStringEi -MD5_Init -_ZN9oceanbase5trace7ObTrace12get_instanceEv -_ZN9oceanbase3sql13ObTableScanOp26report_ddl_column_checksumEv -_ZN9oceanbase3sql18ObBasicSessionInfo21gen_configs_in_pc_strEv -_ZN9oceanbase3omt17ObTenantConfigMgr25get_tenant_config_versionEm -_ZN9oceanbase5obrpc18ObRpcProcessorBase14before_processEv -_ZN9oceanbase3sql11ObDASScanOp10release_opEv -_ZN9oceanbase6common18ObServerObjectPoolINS_7storage19ObTableScanIteratorEE12get_instanceEv -_ZNK9oceanbase7obmysql12ObMySQLField15serialize_pro41EPclRl -_ZN9oceanbase11transaction11ObTxELRUtil28check_and_update_tx_elr_infoERNS0_8ObTxDescE -_ZN9oceanbase3sql16AllocInputHelperILi25EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecERPNS0_9ObOpInputE -_ZN9oceanbase6common13ObSEArrayImplIPNS_3sql6ObExprELl4ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase8memtable13ObQueryEngine8IteratorINS_8keybtree13BtreeIteratorEE5resetEv -_ZZN9oceanbase3sql11ObResultSet19auto_end_plan_transERNS0_14ObPhysicalPlanEiRbENKUlPKcE_clES6_ -_ZZN9oceanbase11transaction14ObTransService23acquire_local_snapshot_ERKNS_5share6ObLSIDERNS2_3SCNEENK6$_1077clEPKc.93feb755617c21c32b229b78773c290c -_ZN9oceanbase3sql13ObTableScanOp10inner_openEv -_ZN9oceanbase8keybtree10ObKeyBtree13set_key_rangeERNS0_13BtreeIteratorENS_8memtable20ObStoreRowkeyWrapperEbS5_bl -_ZN9oceanbase3sql13ObTableScanOp16prepare_das_taskEv -_ZN9oceanbase6common13ObSEArrayImplINS0_10ObNewRangeELl4ENS0_19ModulePageAllocatorELb0EE9push_backERKS2_ -_ZN9oceanbase3sql8ObDASRef13find_das_taskEPKNS0_14ObDASTabletLocENS0_11ObDASOpTypeE -_ZN9oceanbase3sql8ObDASRef16add_batched_taskEPNS0_12ObIDASTaskOpE -_ZN9oceanbase6common26ObWrapperAllocatorWithAttr5allocEl -_ZN9oceanbase3sql16ObDASTaskFactory18create_das_task_opENS0_11ObDASOpTypeERPNS0_12ObIDASTaskOpE -_ZN9oceanbase6common11ObArrayImplINS_3sql18ObPCParamEqualInfoENS0_19ModulePageAllocatorELb1ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEED2Ev -_ZN9oceanbase3lib17ObMallocAllocator5allocElRKNS0_9ObMemAttrE -_ZNK9oceanbase3lib17ObMallocAllocator24get_tenant_ctx_allocatorEmm -_ZN9oceanbase3lib20ObTenantCtxAllocator5allocElRKNS0_9ObMemAttrE -_ZN9oceanbase3lib9ObjectMgr12alloc_objectEmRKNS0_9ObMemAttrE -_ZN9oceanbase3lib9SetLockerINS0_7ObMutexEE6unlockEv -_ZN9oceanbase3lib9SetLockerINS0_7ObMutexEE7trylockEv -_ZN9oceanbase6common12ObLatchMutex8try_lockEjPKj -_ZN9oceanbase3lib12SubObjectMgr11alloc_blockEmRKNS0_9ObMemAttrE -_ZN9oceanbase8observer23ObProcessMallocCallbackclERKNS_3lib9ObMemAttrEl -_ZN9oceanbase3lib9ObjectSet9merge_objEPNS0_7AObjectE -_ZN9oceanbase3sql10ObOperator28try_register_rt_monitor_nodeEl -_ZN9oceanbase6common11ObArrayImplINS_3sql9ObVarInfoENS0_19ModulePageAllocatorELb1ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEED2Ev -_ZN9oceanbase6common11ObArrayImplINS_3sql9ObDopHintENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEED2Ev -_ZN9oceanbase3sql11ObSqlBitSetILl32ElLb0EED2Ev -_ZN9oceanbase3lib12SubObjectMgr24get_tenant_ctx_allocatorEv -_ZN9oceanbase3lib17ObMallocAllocator4freeEPv -_ZN9oceanbase6common16ObArenaAllocator5resetEv -_ZN9oceanbase3lib9ObjectSet11free_objectEPNS0_7AObjectE -_ZN9oceanbase6common12ObLatchMutex4lockEjl -_ZN9oceanbase3lib12SubObjectMgr10free_blockEPNS0_6ABlockE -_ZN9oceanbase6common9PageArenaIcNS0_19ModulePageAllocatorEE9free_pageEPNS3_4PageE -_ZN9oceanbase6common11ObArrayImplIPNS_3sql21ObUserVarIdentRawExprENS0_19ModulePageAllocatorELb1ENS0_22ObArrayDefaultCallBackIS4_EENS0_17DefaultItemEncodeIS4_EEED2Ev -_ZNK9oceanbase3sql12ObQueryRange21gen_simple_scan_rangeERNS_6common12ObIAllocatorERNS0_13ObExecContextERNS2_9ObSEArrayIPNS2_10ObNewRangeELl1ENS2_19ModulePageAllocatorELb0EEERNS7_IbLl2ESA_Lb1EEERKNS2_20ObDataTypeCastParamsE -_ZN9oceanbase6common13ObObjCmpFuncs8cmp_funcILNS0_14ObObjTypeClassE11ELS3_24EEEiRKNS0_5ObObjES6_RKNS0_12ObCompareCtxE -_ZN9oceanbase6common13ObObjCmpFuncs8cmp_funcILNS0_14ObObjTypeClassE24ELS3_11EEEiRKNS0_5ObObjES6_RKNS0_12ObCompareCtxE -_ZN9oceanbase3sql20ObExprResultTypeUtil23get_relational_cmp_typeERNS_6common9ObObjTypeERKS3_S6_ -_ZN9oceanbase6common13ObObjCmpFuncs8cmp_funcILNS0_14ObObjTypeClassE0ELS3_24EEEiRKNS0_5ObObjES6_RKNS0_12ObCompareCtxE -_ZN9oceanbase6common13ObObjCmpFuncs8cmp_funcILNS0_14ObObjTypeClassE24ELS3_0EEEiRKNS0_5ObObjES6_RKNS0_12ObCompareCtxE -_ZN9oceanbase6common13ObObjCmpFuncs8cmp_funcILNS0_14ObObjTypeClassE11ELS3_11EEEiRKNS0_5ObObjES6_RKNS0_12ObCompareCtxE -_ZN9oceanbase3sql24ObRelationalExprOperator16compare_nullsafeERlRKNS_6common5ObObjES6_RNS3_15ObObjCastParamsENS3_9ObObjTypeENS3_15ObCollationTypeE -_ZN9oceanbase6common13ObObjCmpFuncs8cmp_funcILNS0_14ObObjTypeClassE1ELS3_1EEEiRKNS0_5ObObjES6_RKNS0_12ObCompareCtxE -_ZN9oceanbase6common13ObObjCmpFuncs8cmp_funcILNS0_14ObObjTypeClassE0ELS3_11EEEiRKNS0_5ObObjES6_RKNS0_12ObCompareCtxE -_ZN9oceanbase3sql12ObQueryRange13ObSearchState9intersectERKNS_6common5ObObjEbS6_b -_ZNK9oceanbase6common8ObRowkeyeqERKS1_ -_ZN9oceanbase6common13ObObjCmpFuncs16compare_nullsafeERKNS0_5ObObjES4_NS0_15ObCollationTypeE -_ZN9oceanbase6common11ObObjCaster7to_typeERKNS0_12ObExpectTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS7_RPS8_ -_ZN9oceanbase6common5ObObj7set_intENS0_9ObObjTypeEl -_ZN9oceanbase6common12ob_write_objINS0_12ObIAllocatorEEEiRT_RKNS0_5ObObjERS5_ -_ZN9oceanbase3lib17ObMallocAllocator12get_instanceEv -_ZN9oceanbase3sql11ObSqlBitSetILl32ElLb0EE20init_block_allocatorEv -_ZN9oceanbase6common11ObArrayImplINS_3sql13ObMonitorHintENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEED2Ev -_ZN9oceanbase8observer16ObMPPacketSender14send_ok_packetERNS_3sql16ObSQLSessionInfoERNS0_10ObOKPParamEPNS_7obmysql13ObMySQLPacketE -MD5 -_ZN9oceanbase3sql17ObChunkDatumStore15ShadowStoredRow5resetEv -_ZN9oceanbase6common11ObArrayImplINS_3sql22ObDDLSchemaVersionHintENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEED2Ev -_ZNK9oceanbase8memtable20ObStoreRowkeyWrapper7compareERKS1_Ri -_ZZN9oceanbase3sql8ObDASCtx4initERKNS0_14ObPhysicalPlanERNS0_13ObExecContextEENK4$_41clEPKc.45c27dd3dc8b42ec4ef71c6f367bd924.llvm.4971075310198164357 -_ZNK9oceanbase3sql18ObBasicSessionInfo31is_server_status_in_transactionEv -_ZN9oceanbase3sql10ObFLTUtils13clean_flt_envERNS0_16ObSQLSessionInfoE -_ZN9oceanbase6common4hash13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairINS_3sql12ObQueryRange14ObRangeWrapperENS1_11HashNullObjEEEEELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEED2Ev -_ZN9oceanbase8memtable8ObMtHash9fill_pairEPNS0_10ObHashNodeES3_l -_ZN9oceanbase7storage15ObAccessService16revert_scan_iterEPNS_6common16ObNewRowIteratorE -_ZN9oceanbase6common18ObServerObjectPoolINS_7storage19ObTableScanIteratorEE13return_objectEPS3_ -_ZN9oceanbase6common7ObLatch6unlockEPKj -_ZN9oceanbase7storage19ObTableScanIterator5resetEv +_ZN9oceanbase6common11ObArrayImplINS_3sql19ObJoinFilterDataCtxENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEED2Ev +_ZN9oceanbase6common9PageArenaIcNS0_19ModulePageAllocatorEE4freeEv +_ZN9oceanbase6common4hash13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairINS0_6ObAddrElEEEELi89ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEED2Ev +_ZNK9oceanbase3sql11ObResultSet17update_start_timeEv +_ZN9oceanbase6common4hash13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairIllEEEELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEED2Ev +_ZN9oceanbase3sql16ObSQLSessionInfo24update_show_warnings_bufEv +_ZN9oceanbase3sql11ObResultSet5closeEv +_ZN9oceanbase3sql10ObInsRtDefD2Ev +_ZNK9oceanbase3sql16ObSQLSessionInfo22is_txn_free_route_tempEv +_ZN9oceanbase3sql18ObBasicSessionInfo12set_end_stmtEv +_ZN9oceanbase3sql10ObOperator5closeEv +_ZN9oceanbase3sql14ObExprValuesOp11inner_closeEv _ZN9oceanbase6common16ObArenaAllocator4freeEPv -_ZN9oceanbase7storage13ObSingleMergeD2Ev -_ZZN9oceanbase11transaction14ObTransService16revert_store_ctxERNS_7storage10ObStoreCtxEENK6$_1063clEPKc.93feb755617c21c32b229b78773c290c.llvm.1174378797137616508 -_ZN9oceanbase7storage19ObMultipleScanMergeD1Ev -_ZN9oceanbase7storage19ObMultipleScanMergeD2Ev -_ZN9oceanbase6common16ObFixedArrayImplINS0_17ObObjDatumMapTypeENS0_12ObIAllocatorEE7destroyEv -_ZN9oceanbase6common16ObFixedArrayImplIiNS0_12ObIAllocatorEE7destroyEv -_ZN9oceanbase6common16ObFixedArrayImplIPNS0_7ObDatumENS0_12ObIAllocatorEE7destroyEv -_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql6ObExprENS0_12ObIAllocatorEE7destroyEv -_ZN9oceanbase6common16ObFixedArrayImplIPKNS_5share6schema13ObColumnParamENS0_12ObIAllocatorEE7destroyEv -_ZN9oceanbase8memtable22ObMemtableScanIteratorD1Ev -_ZN9oceanbase8memtable22ObMemtableScanIteratorD2Ev -_ZN9oceanbase7storage22ObBlockBatchedRowStoreD2Ev -_ZN9oceanbase7storage22ObBlockBatchedRowStore5resetEv -_ZN9oceanbase7storage13ObVectorStoreD2Ev -_ZN9oceanbase6common18ObWrapperAllocator4freeEPv -_ZN9oceanbase12blocksstable10ObDatumRowD1Ev -_ZN9oceanbase12blocksstable10ObDatumRowD2Ev -_ZN9oceanbase12blocksstable10ObDatumRow5resetEv -_ZN9oceanbase3sql12ObDASIDCache10get_das_idERlb +_ZN9oceanbase3sql13ObDatumCaster7destroyEv +_ZN9oceanbase3sqlL14get_tx_serviceEPNS0_18ObBasicSessionInfoERPNS_11transaction14ObTransServiceE.2477d7488918a1107364fd115ff965f5.llvm.11337241583652294837 +_ZN9oceanbase3sql15ObTableInsertOp11inner_closeEv +_ZN9oceanbase3sql13ObExecContext11is_root_ctxEv +_ZN9oceanbase3sql17ObSqlTransControl18implicit_end_transERNS0_13ObExecContextEbPNS0_23ObEndTransAsyncCallbackE +_ZN9oceanbase5trace7ObTrace7set_tagIlJEEEv9ObTagTypeRKT_DpT0_ +_ZNK9oceanbase11transaction17ObTxnFreeRouteCtx7is_tempERKNS0_8ObTxDescE +_ZN9oceanbase3sql17ObSqlTransControl9end_transERNS0_13ObExecContextEbbPNS0_23ObEndTransAsyncCallbackE +_ZN9oceanbase3sql17ObSqlTransControl13do_end_trans_EPNS0_16ObSQLSessionInfoEbblPNS0_23ObEndTransAsyncCallbackE +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction8ObTxPartELl4ENS0_19ModulePageAllocatorELb0EEixEl +_ZN9oceanbase11transaction11ObTraceInfo18set_app_trace_infoERKNS_6common8ObStringE +_ZZN9oceanbase11transaction14ObTransService13do_commit_tx_ERNS0_8ObTxDescElRNS0_13ObITxCallbackERNS_5share3SCNEENK6$_1146clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase3sql15ObSQLSessionMgr15inc_session_refEPKNS0_16ObSQLSessionInfoE +_ZN9oceanbase3sql9ObEvalCtxD1Ev +_ZN9oceanbase3sql9ObEvalCtxD2Ev +_ZNK9oceanbase6common6ObAddrneERKS1_ +_ZN9oceanbase3sql15ObTableModifyOp11inner_closeEv +_ZN9oceanbase3sql10ObOperator22submit_op_monitor_nodeEv +_ZN9oceanbase6common13ObLinkHashMapINS_3sql14SessionInfoKeyENS2_16ObSQLSessionInfoENS2_15ObSQLSessionMgr10ValueAllocENS0_9RefHandleELl8EE3getERKS3_RPS4_ +_ZN9oceanbase6common11ObAllocator5allocElRKNS_3lib9ObMemAttrE +_ZN9oceanbase6common13ObPageManager11alloc_blockEmRKNS_3lib9ObMemAttrE +_ZN9oceanbase11transaction14ObTransService16submit_commit_txERNS0_8ObTxDescElRNS0_13ObITxCallbackEPKNS_6common8ObStringE +_ZNK9oceanbase11transaction14ObPartTransCtx20get_downstream_stateEv +_ZN9oceanbase11transaction8ObTxDesc13set_commit_cbEPNS0_13ObITxCallbackE +_ZN9oceanbase11transaction14ObTransService22decide_tx_commit_info_ERNS0_8ObTxDescERPNS0_8ObTxPartE +_ZZN9oceanbase11transaction14ObTransService22decide_tx_commit_info_ERNS0_8ObTxDescERPNS0_8ObTxPartEENK6$_1182clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase11transaction14ObTransService19local_ls_commit_tx_ERKNS0_9ObTransIDERKNS_5share6ObLSIDERKNS_6common9ObSEArrayIS6_Ll3ENS9_19ModulePageAllocatorELb0EEERKlRKNS9_8ObStringESG_RNS5_3SCNE +_ZN9oceanbase6common13ObSEArrayImplINS_5share6ObLSIDELl3ENS0_19ModulePageAllocatorELb0EE5reuseEv +_ZN9oceanbase11transaction10ObTransCtx19set_app_trace_info_ERKNS_6common8ObStringE +_ZN9oceanbase6common13ObSEArrayImplINS_5share6ObLSIDELl3ENS0_19ModulePageAllocatorELb0EE6assignERKNS0_8ObIArrayIS3_EE +_ZN9oceanbase11transaction10ObTxCtxMgr10get_tx_ctxERKNS_5share6ObLSIDERKNS0_9ObTransIDEbRPNS0_14ObPartTransCtxE +__dynamic_cast +_ZN9oceanbase11transaction10ObTxCtxMgr13revert_tx_ctxEPNS0_14ObPartTransCtxE +_ZN9oceanbase11transaction14ObTransHashMapINS_5share6ObLSIDENS0_12ObLSTxCtxMgrENS0_17ObLSTxCtxMgrAllocENS_6common11ObQSyncLockELl64EE3getERKS3_RPS4_ +_ZN9oceanbase11transaction12ObLSTxCtxMgr10get_tx_ctxERKNS0_9ObTransIDEbRPNS0_14ObPartTransCtxE +_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_10ObTransCtxENS0_13TransCtxAllocENS_6common10SpinRWLockELl16384EE3getERKS2_RPS3_ +_ZN9oceanbase11transaction14ObPartTransCtx16do_local_tx_end_ENS0_11TxEndActionE +_ZN9oceanbase11transaction14ObPartTransCtx24generate_commit_version_Ev +_ZThn80_N9oceanbase11transaction7ObTsMgr7get_gtsEmNS_6common13ObMonotonicTsEPNS0_10ObTsCbTaskERNS_5share3SCNERS3_ +_ZN9oceanbase11transaction11ObCtxTxData18set_commit_versionERKNS_5share3SCNE +_ZN9oceanbase11transaction14ObPartTransCtx8get_gts_ERNS_5share3SCNE +_ZN9oceanbase11transaction7ObTsMgr23get_ts_source_info_opt_EmRNS0_19ObTsSourceInfoGuardEbb +_ZN9oceanbase6common11ObQSyncLock10try_rdlockEv +_ZN9oceanbase11transaction14ObPartTransCtx16submit_log_impl_ENS0_11ObTxLogTypeE +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction14ObTxBufferNodeELl1ENS0_19ModulePageAllocatorELb0EED2Ev +_ZN9oceanbase11transaction10ObTransCtx16acquire_ctx_ref_Ev +_ZN9oceanbase11transaction14ObPartTransCtx18submit_commit_log_Ev +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction9ObTxCbArgELl3ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase11transaction13ObTxCommitLog16before_serializeEv +_ZN9oceanbase11transaction17ObTxSerCompatByte4initEl +_ZN9oceanbase8memtable13ObMemtableCtx17calc_checksum_allEv +_ZN9oceanbase6common14SpinRLockGuardD2Ev +_ZN9oceanbase11transaction12ObTxLogBlock11add_new_logINS0_13ObTxCommitLogEEEiRT_PNS0_17ObTxBigSegmentBufE +_ZN9oceanbase11transaction16ObLSTxLogAdapter10submit_logEPKclRKNS_5share3SCNEPNS0_13ObTxBaseLogCbEb +_ZN9oceanbase11transaction14ObPartTransCtx17after_submit_log_ERNS0_12ObTxLogBlockEPNS0_9ObTxLogCbEPNS_8memtable21ObRedoLogSubmitHelperE +_ZN9oceanbase8memtable16ObITransCallback13log_submittedEv +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction9ObTxCbArgELl3ENS0_19ModulePageAllocatorELb0EE5reuseEv +_ZN9oceanbase11transaction14ObTxELRHandler28check_and_early_lock_releaseEPNS0_14ObPartTransCtxE +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction9ObTxCbArgELl3ENS0_19ModulePageAllocatorELb0EE6assignERKNS0_8ObIArrayIS3_EE +_ZN9oceanbase11transaction12ObTxLogBlock27serialize_log_block_header_ElRKNS0_18ObTxLogBlockHeaderENS_10logservice19ObReplayBarrierTypeE +_ZNK9oceanbase10logservice15ObLogBaseHeader9serializeEPclRl +_ZN9oceanbase8memtable18ObRedoLogGenerator13log_submittedERKNS0_15ObCallbackScopeE +_ZNK9oceanbase8memtable10ObMemtable13get_write_refEv +_ZZN9oceanbase10logservice12ObLogHandler6appendEPKvlRKNS_5share3SCNEbPNS0_8AppendCbERNS_4palf3LSNERS5_ENK5$_201clEPKc.1291a23568de5f940ae06fb9e7354412 +_ZN9oceanbase11transaction11ObCtxTxData16set_start_log_tsERKNS_5share3SCNE +_ZN9oceanbase11transaction14ObPartTransCtx18update_rec_log_ts_EbRKNS_5share3SCNE +_ZN9oceanbase11transaction12ObTxLogBlock4initElRKNS0_18ObTxLogBlockHeaderEb +_ZN9oceanbase11transaction12ObTxLogBlockD2Ev +_ZNK9oceanbase11transaction18ObTxLogBlockHeader9serializeEPclRl +_ZNK9oceanbase11transaction9ObTransID9serializeEPclRl +_ZNK9oceanbase11transaction13ObTxCommitLog19get_serialize_size_Ev +_ZN9oceanbase11transaction14ObPartTransCtx17get_prev_log_lsn_ERKNS0_12ObTxLogBlockENS0_11ObTxLogTypeERNS_4palf3LSNE +_ZN9oceanbase11transaction14ObPartTransCtx28submit_redo_commit_info_log_ERNS0_12ObTxLogBlockERbRNS_8memtable21ObRedoLogSubmitHelperE +_ZN9oceanbase11transaction12ObTxLogBlock11add_new_logINS0_17ObTxCommitInfoLogEEEiRT_PNS0_17ObTxBigSegmentBufE +_ZN9oceanbase11transaction17ObTxCommitInfoLog16before_serializeEv +_ZN9oceanbase11transaction17ObTxSerCompatByte15set_object_flagElb +_ZN9oceanbase8memtable13ObMemtableCtx13fill_redo_logEPclRlRNS0_21ObRedoLogSubmitHelperEb +_ZNK9oceanbase8memtable16ObITransCallback18is_logging_blockedEv +_ZNK9oceanbase11transaction9tablelock17ObOBJLockCallback16get_mutator_typeEv +_ZNK9oceanbase8memtable17ObMvccRowCallback10get_seq_noEv +_ZNK9oceanbase8memtable17ObMvccRowCallback16get_mutator_typeEv +_ZNK9oceanbase11transaction9tablelock17ObOBJLockCallback10get_seq_noEv +_ZN9oceanbase11transaction9tablelock17ObOBJLockCallback13get_data_sizeEv +_ZN9oceanbase8memtable18ObRedoLogGenerator13fill_redo_logEPclRlRNS0_21ObRedoLogSubmitHelperEb +_ZN9oceanbase8memtable17ObMvccRowCallback13get_data_sizeEv +_ZNK9oceanbase8memtable13ObMemtableCtx13get_trans_ctxEv +_ZNK9oceanbase8memtable18ObMutatorRowHeader9serializeEPclRl +_ZN9oceanbase11transaction12ObTxLogBlock11add_new_logINS0_11ObTxRedoLogEEEiRT_PNS0_17ObTxBigSegmentBufE +_ZN9oceanbase8memtable18ObRedoLogGenerator13fill_row_redoERNS0_24ObITransCallbackIteratorERNS0_15ObMutatorWriterERNS0_12RedoDataNodeEbRb +_ZN9oceanbase6common13ob_crc64_isalEmPKcl +_ZN9oceanbase8memtable9ObRowData9serializeEPclRl +_ZNK9oceanbase8memtable17ObMvccRowCallback19get_cluster_versionERm +_ZNK9oceanbase11transaction17ObCLogEncryptInfo16get_encrypt_infoEmRbRNS_5share13ObEncryptMetaE +_ZN9oceanbase11transaction14ObPartTransCtx16submit_redo_log_ERNS0_12ObTxLogBlockERbRNS_8memtable21ObRedoLogSubmitHelperE +_ZN9oceanbase11transaction13ObCtxRedoInfo16before_serializeEv +_ZN9oceanbase11transaction17ObTxSerCompatByte21init_all_bytes_valid_El +_ZN9oceanbase11transaction14ObPartTransCtx15prepare_log_cb_EbRPNS0_9ObTxLogCbE +_ZN9oceanbase11transaction11ObTxRedoLog16set_mutator_sizeElb +_ZNK9oceanbase8memtable17ObMvccRowCallback18is_logging_blockedEv +_ZN9oceanbase11transaction12ObTxLogBlock18finish_mutator_bufERNS0_11ObTxRedoLogERKl +_ZN9oceanbase8memtable17ObMvccRowCallback8get_redoERNS0_12RedoDataNodeE +_ZNK9oceanbase6common6ObAddr19get_serialize_size_Ev +_ZNK9oceanbase11transaction17ObTxCommitInfoLog19get_serialize_size_Ev +_ZNK9oceanbase11transaction11ObTxRedoLog9serializeEPclRl +_ZN9oceanbase11transaction16ObTransStatistic24add_trans_log_total_sizeEml +_ZNK9oceanbase11transaction13ObTxCommitLog9serializeEPclRl +_ZNK9oceanbase11transaction14ObTxDataBackup9serializeEPclRl +_ZNK9oceanbase5share3SCN9serializeEPclRl +_ZNK9oceanbase11transaction14ObPartTransCtx20gen_final_mds_array_ERNS_6common9ObSEArrayINS0_14ObTxBufferNodeELl1ENS2_19ModulePageAllocatorELb0EEEb +_ZSt11_Hash_bytesPKvmm +_ZN9oceanbase8memtable18ObTransCallbackMgr20inc_pending_log_sizeEl +_ZNK9oceanbase11transaction17ObTxCommitInfoLog9serializeEPclRl +_ZNK9oceanbase6common6ObAddr9serializeEPclRl +_ZNK9oceanbase6common13ObSEArrayImplINS_5share6ObLSIDELl3ENS0_19ModulePageAllocatorELb0EE9serializeEPclRl +_ZNK9oceanbase5share6ObLSID9serializeEPclRl +_ZN9oceanbase10logservice12ObLogHandler6appendEPKvlRKNS_5share3SCNEbPNS0_8AppendCbERNS_4palf3LSNERS5_ +_ZNK9oceanbase4palf11LogStateMgr15get_proposal_idEv +_ZN9oceanbase4palf11PalfEnvImpl23check_disk_space_enoughEv +_ZN9oceanbase10logservice13ObApplyStatus14push_append_cbEPNS0_8AppendCbE +_ZZN9oceanbase4palf14PalfHandleImpl10submit_logERKNS0_17PalfAppendOptionsEPKclRKNS_5share3SCNERNS0_3LSNERS8_ENK5$_901clES6_.0e4bf25207570af14a78557c8489c4fc +_ZNK9oceanbase10logservice12ObLogHandler8is_validEv +_ZN9oceanbase4palf14PalfHandleImpl10submit_logERKNS0_17PalfAppendOptionsEPKclRKNS_5share3SCNERNS0_3LSNERS8_ +_ZZN9oceanbase4palf14LogEntryHeader15generate_headerEPKclRKNS_5share3SCNEENK5$_670clES3_.1598dc2348996c1ae1caea6120522988.llvm.10525790219234972597 +_ZN9oceanbase4palf16LogSlidingWindow10submit_logEPKclRKNS_5share3SCNERNS0_3LSNERS5_ +_ZNK9oceanbase4palf16LogSlidingWindow23get_max_flushed_end_lsnERNS0_3LSNE +_ZN9oceanbase4palf14LogEntryHeader23update_header_checksum_Ev +_ZN9oceanbase4palf14LogGroupBuffer4fillERKNS0_3LSNEPKcl +_ZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE3getElRPS2_ +_ZNK9oceanbase4palf14LogEntryHeader9serializeEPclRl +_ZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE6revertEl +_ZNK9oceanbase4palf16LogSlidingWindow24get_last_submit_end_lsn_ERNS0_3LSNE +_ZNK9oceanbase4palf16LogSlidingWindow14get_max_log_idEv +_ZZN9oceanbase4palf14LogGroupBuffer4fillERKNS0_3LSNEPKclENK5$_696clES6_.1598dc2348996c1ae1caea6120522988 +_ZN9oceanbase6common8ObLogger13need_to_printEmi +_ZZN9oceanbase4palf16LogSlidingWindow10submit_logEPKclRKNS_5share3SCNERNS0_3LSNERS5_ENK5$_133clES3_.0e4bf25207570af14a78557c8489c4fc +_ZZN9oceanbase4palf16LogSlidingWindow10submit_logEPKclRKNS_5share3SCNERNS0_3LSNERS5_ENK5$_125clES3_.0e4bf25207570af14a78557c8489c4fc +_ZZN9oceanbase4palf12LSNAllocator13alloc_lsn_scnERKNS_5share3SCNElRNS0_3LSNERlRS3_RbSA_S8_ENK5$_675clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZZN9oceanbase4palf14LogEntryHeader23update_header_checksum_EvENK5$_669clEPKc.1598dc2348996c1ae1caea6120522988.llvm.10525790219234972597 +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction9ObTxCbArgELl3ENS0_19ModulePageAllocatorELb0EE7reserveEl +_ZN9oceanbase6common13ObSEArrayImplINS_5share6ObLSIDELl3ENS0_19ModulePageAllocatorELb0EE7reserveEl +_ZNK9oceanbase6common8ObRowkey9serializeEPclRl +_ZN9oceanbase6common17obj_val_serializeILNS0_9ObObjTypeE10EEEiRKNS0_5ObObjEPclRl +_ZN9oceanbase8memtable16ObTxCallbackList20tx_calc_checksum_allEv +_ZN9oceanbase8memtable16ObITransCallback13calc_checksumENS_5share3SCNEPNS_6common15ObBatchChecksumE +_ZN9oceanbase8memtable16ObTxCallbackList16ensure_checksum_ENS_5share3SCNE +_ZN9oceanbase11transaction10ObTransCtx8set_stc_ENS_6common13ObMonotonicTsE +_ZZN9oceanbase11transaction14ObTxVersionMgr20update_max_commit_tsERKNS_5share3SCNEbENKUlPKcE_clES7_ +_ZZN9oceanbase11transaction14ObPartTransCtx25submit_multi_data_source_ERNS0_12ObTxLogBlockEENK5$_701clEPKc.93feb755617c21c32b229b78773c290c +_ZZNK9oceanbase8observer8ObMPBase16init_process_varERNS_3sql8ObSqlCtxERKNS2_15ObMultiStmtItemERNS2_16ObSQLSessionInfoEENK5$_310clEPKc.aab76b6a44351831e19725958b59fc25 +_ZN9oceanbase3sql11ObResultSet4openEv +_ZNK9oceanbase3sql15ObTableModifyOp23get_operator_open_orderEv +_ZN9oceanbase3sql15ObExecuteResult4openERNS0_13ObExecContextE +_ZNK9oceanbase3sql10ObOperator23get_operator_open_orderEv +_ZN9oceanbase6common13ObSEArrayImplIPNS_3sql6ObExprELl4ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase3sql15ObTableInsertOp10inner_openEv +_ZN9oceanbase3sql15ObTableModifyOp26check_need_exec_single_rowEv +_ZN9oceanbase3sql12ObDMLService23init_trigger_for_insertERNS0_10ObDMLRtCtxERKNS0_10ObInsCtDefERNS0_10ObInsRtDefERNS_6common8ObIArrayIPNS0_6ObExprEEE +_ZN9oceanbase3sql12ObDMLService14init_ins_rtdefERNS0_10ObDMLRtCtxERNS0_10ObInsRtDefERKNS0_10ObInsCtDefERNS_6common8ObIArrayIPNS0_6ObExprEEE +_ZN9oceanbase6common11ObArrayWrapINS_3sql10ObInsRtDefEE14allocate_arrayERNS0_12ObIAllocatorEl +_ZN9oceanbase3sql10ObOperator28try_register_rt_monitor_nodeEl +_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql10ObEvalInfoENS0_12ObIAllocatorEE16prepare_allocateEl +_ZN9oceanbase3sql10ObOperator4openEv +_ZN9oceanbase3sql14ObExprValuesOp10inner_openEv +_ZN9oceanbase3sql13ObDatumCaster4initERNS0_13ObExecContextE +_ZN9oceanbase6common16ObArenaAllocator5allocEl +_ZN9oceanbase3sql10ObSQLUtils21get_default_cast_modeEbjPKNS0_16ObSQLSessionInfoERm +_ZN9oceanbase3sql10ObSQLUtils21get_default_cast_modeERKNS0_4stmt8StmtTypeEPKNS0_16ObSQLSessionInfoERm +_ZN9oceanbase3sql15ObTableModifyOp10inner_openEv +_ZN9oceanbase3sql12ObDMLService18init_das_dml_rtdefERNS0_10ObDMLRtCtxERKNS0_17ObDASDMLBaseCtDefERNS0_17ObDASDMLBaseRtDefEPKNS0_17ObDASTableLocMetaE +_ZN9oceanbase3sql8ObDASCtx18extended_table_locERKNS0_17ObDASTableLocMetaERPNS0_13ObDASTableLocE +_ZN9oceanbase3sql12ObDMLService22init_related_das_rtdefERNS0_10ObDMLRtCtxERKNS_6common12ObFixedArrayIPNS0_17ObDASDMLBaseCtDefENS4_12ObIAllocatorEEERNS4_11ObArrayWrapIPNS0_17ObDASDMLBaseRtDefEEE +_ZN9oceanbase3sql15ObExecuteResult12get_next_rowERNS0_13ObExecContextERPKNS_6common8ObNewRowE +_ZN9oceanbase3sql15ObTableModifyOp18inner_get_next_rowEv +_ZN9oceanbase3sql10ObOperator10drain_exchEv +_ZZN9oceanbase3sql15ObTableModifyOp23get_next_row_from_childEvENK5$_771clEPKc.d0cfd61ae46f76aef14238838f0240b8 +_ZN9oceanbase3sql10ObOperator12get_next_rowEv +_ZN9oceanbase3sql14ObExprValuesOp18inner_get_next_rowEv +_ZN9oceanbase6common12ObDataBuffer5allocEl _ZN9oceanbase3sql17ObExprStrResAlloc5allocEl -_ZN9oceanbase5obrpc18ObRpcProcessorBase8responseEi -_ZN9oceanbase3sql5ObSql27pc_get_plan_and_fill_resultERNS0_14ObPlanCacheCtxERNS0_11ObResultSetERiRb -_ZN9oceanbase3sql11ObPlanCache8get_planERNS_6common12ObIAllocatorERNS0_14ObPlanCacheCtxERNS0_15ObCacheObjGuardE -_ZN9oceanbase3sql11ObPlanCache13get_cache_objERNS0_14ObILibCacheCtxEPNS0_14ObILibCacheKeyERNS0_15ObCacheObjGuardE -_ZN9oceanbase3sql21ObSqlParameterization11fast_parserERNS_6common12ObIAllocatorEmNS2_15ObCollationTypeERKNS2_8ObStringEbRNS0_18ObFastParserResultE -_ZN9oceanbase3sql17ObFastParserMysql16parse_next_tokenEv -_ZN9oceanbase3sql17ObFastParserMysql18process_identifierEb -_ZN9oceanbase3sql16ObFastParserBase14process_numberEb -_ZN9oceanbase3sql16ObPlanCacheValue27check_value_version_for_getEPNS_5share6schema19ObSchemaGetterGuardEbRKNS_6common8ObIArrayINS0_12PCVSchemaObjEEEmRb -_ZN9oceanbase3sql8ObPCVSet19inner_get_cache_objERNS0_14ObILibCacheCtxEPNS0_14ObILibCacheKeyERPNS0_17ObILibCacheObjectE -_ZN9oceanbase3sql17ObPhysicalPlanCtx22init_datum_param_storeEv -_ZN9oceanbase3sql16ObPlanCacheValue15resolver_paramsERNS0_14ObPlanCacheCtxENS0_4stmt8StmtTypeERKNS_6common8ObIArrayINS6_13ObCharsetTypeEEERKNS6_8ObBitSetILl256ENS6_19ModulePageAllocatorELb0EEESG_SG_RNS7_IPNS0_9ObPCParamEEEPNS6_9Ob2DArrayINS6_10ObObjParamELi2079744ENS6_18ObWrapperAllocatorELb0ENS6_9ObSEArrayIPSM_Ll1ESN_Lb0EEEEE -_ZL19ob_ismbchar_utf8mb4PK13ObCharsetInfoPKcS3_.5aa8bf9a2f1d92c2672c2bb9fbfc2e97 -_ZN9oceanbase6common9PageArenaIcNS0_19ModulePageAllocatorEE15ensure_cur_pageEv -_ZN9oceanbase3sql15ObResolverUtils13resolve_constEPK10_ParseNodeNS0_4stmt8StmtTypeERNS_6common12ObIAllocatorENS7_15ObCollationTypeESA_PKNS7_14ObTimeZoneInfoERNS7_10ObObjParamEbRNS7_8ObStringEsSA_PNS0_11ObSqlBitSetILl96ENS0_14ObExprInfoFlagELb1EEEmb -_ZN9oceanbase3sql16ObPlanCacheValue21match_all_params_infoEPNS0_9ObPlanSetERNS0_14ObPlanCacheCtxElRb -_ZNK9oceanbase3sql9ObPlanSet22match_param_bool_valueERKNS0_11ObParamInfoERKNS_6common10ObObjParamERb -_ZN9oceanbase3sql12ObSqlPlanSet14is_sql_plansetEv -_ZN9oceanbase3sql9ObPlanSet17match_params_infoEPKNS_6common9Ob2DArrayINS2_10ObObjParamELi2079744ENS2_18ObWrapperAllocatorELb0ENS2_9ObSEArrayIPS4_Ll1ES5_Lb0EEEEERNS0_14ObPlanCacheCtxElRb -_ZN9oceanbase6common16ObClockGenerator8getClockEv -_ZNK9oceanbase6common9Ob2DArrayINS0_10ObObjParamELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS2_Ll1ES3_Lb0EEEE2atEl -_ZN9oceanbase6common9Ob2DArrayINS_3sql11ObParamInfoELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS3_Ll64ES4_Lb0EEEE2atEl -_ZN9oceanbase3sql12ObSqlPlanSet11select_planERNS0_14ObPlanCacheCtxERPNS0_17ObPlanCacheObjectE -_ZN9oceanbase3sql12ObSqlPlanSet15get_plan_normalERNS0_14ObPlanCacheCtxERPNS0_14ObPhysicalPlanE -_ZN9oceanbase6common6ObListIPNS_3sql14ObDASTabletLocENS0_12ObIAllocatorEE9push_backERKS4_ -_ZNK9oceanbase3sql16ObCandiTabletLoc20get_selected_replicaERNS_5share19ObLSReplicaLocationE -_ZN9oceanbase3sql15ObCandiTableLocD1Ev -_ZN9oceanbase3sql15ObCandiTableLocD2Ev -_ZN9oceanbase3sql8ObDASCtx19add_candi_table_locERKNS0_17ObDASTableLocMetaERKNS0_15ObCandiTableLocE -_ZN9oceanbase3sql8ObDASCtx17check_same_serverEPKNS0_14ObDASTabletLocE -_ZZN9oceanbase3sql8ObDASCtx19add_candi_table_locERKNS0_17ObDASTableLocMetaERKNS0_15ObCandiTableLocEENK4$_69clEPKc.45c27dd3dc8b42ec4ef71c6f367bd924.llvm.4971075310198164357 -_ZZN9oceanbase3sql19ObPhyLocationGetter17get_phy_locationsERKNS_6common8ObIArrayINS0_15ObTableLocationEEERKNS0_14ObPlanCacheCtxERNS3_INS0_15ObCandiTableLocEEERbENK5$_353clEPKc.08a2b9b0d59ff83413633eb11fd88a2d -_ZN9oceanbase3sql19ObPhyLocationGetter17get_phy_locationsERKNS_6common8ObIArrayINS0_15ObTableLocationEEERKNS0_14ObPlanCacheCtxERNS3_INS0_15ObCandiTableLocEEERb -_ZN9oceanbase5share19ObLSReplicaLocationD2Ev -_ZZNK9oceanbase3sql15ObTableLocation20get_tablet_locationsERNS0_8ObDASCtxEPNS0_16ObSQLSessionInfoEmRKNS_6common8ObIArrayINS6_10ObTabletIDEEERKNS7_ImEERNS7_INS0_16ObCandiTabletLocEEEbbENK6$_1288clEPKc.c0f3ebb58adf60d04e27c69da5b90c06.llvm.2192512869450013456 -_ZN9oceanbase3sql9ObLogPlan15select_replicasERNS0_13ObExecContextERKNS_6common8ObIArrayIPKNS0_15ObTableLocationEEERKNS4_6ObAddrERNS5_IPNS0_15ObCandiTableLocEEE -_ZNK9oceanbase3sql15ObTableLocation32calculate_candi_tablet_locationsERNS0_13ObExecContextERKNS_6common9Ob2DArrayINS4_10ObObjParamELi2079744ENS4_18ObWrapperAllocatorELb0ENS4_9ObSEArrayIPS6_Ll1ES7_Lb0EEEEERNS4_8ObIArrayINS0_16ObCandiTabletLocEEERKNS4_20ObDataTypeCastParamsEb -_ZN9oceanbase6common13ObSEArrayImplImLl8ENS0_19ModulePageAllocatorELb0EE9push_backERKm -_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl8ENS0_19ModulePageAllocatorELb0EE9push_backERKS2_ -_ZN9oceanbase3sql14ObOptTabletLoc33assign_with_only_readable_replicaERKmRKNS_6common10ObTabletIDERKNS_5share12ObLSLocationERKNS4_8ObIArrayINS4_6ObAddrEEE -_ZN9oceanbase6common13ObSEArrayImplINS_3sql13ObRoutePolicy16CandidateReplicaELl7ENS0_19ModulePageAllocatorELb1EE7destroyEv -_ZN9oceanbase6common6ObListINS_3sql19DASRelatedTabletMap8MapEntryENS0_12ObIAllocatorEE6assignIS6_EEiRKT_ +_ZN9oceanbase6common7ObDatum9deep_copyERKS1_RNS0_12ObIAllocatorE +_ZN9oceanbase3sql13ObDatumCaster7to_typeERKNS0_11ObDatumMetaERKNS0_6ObExprERKmRPNS_6common7ObDatumEl +_ZN9oceanbase6common9ObCharset20charset_type_by_collENS0_15ObCollationTypeE +_ZN9oceanbase3sql7int_intERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE +_ZN9oceanbase3sql13ObDatumCaster15setup_cast_exprERKNS0_11ObDatumMetaERKNS0_6ObExprEmRS5_ +_ZN9oceanbase3sql13cast_eval_argERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE +_ZN9oceanbase3sql15ObTableModifyOp19submit_all_dml_taskEv +_ZN9oceanbase6common11ObDLinkBaseINS0_9ObObjNodeIPNS_3sql12ObIDASTaskOpEEEED2Ev +_ZN9oceanbase3sql8ObDASRef16execute_all_taskEv +_ZN9oceanbase3sql8ObDASRef5reuseEv +_ZN9oceanbase3sql17ObPhysicalPlanCtx22sync_last_value_globalEv +_ZN9oceanbase3sql13ObDASInsertOpD2Ev +_ZN9oceanbase3sql15ObTableInsertOp23write_row_to_das_bufferEv +_ZN9oceanbase3sql12ObDMLService24set_heap_table_hidden_pkERKNS0_10ObInsCtDefERKNS_6common10ObTabletIDERNS0_9ObEvalCtxE +_ZN9oceanbase3sql15ObTableInsertOp15calc_tablet_locERKNS0_10ObInsCtDefERNS0_10ObInsRtDefERPNS0_14ObDASTabletLocE +_ZN9oceanbase3sql12ObDMLService26init_heap_table_pk_for_insERKNS0_10ObInsCtDefERNS0_9ObEvalCtxE +_ZN9oceanbase3sql23ObExprCalcPartitionBase23calc_part_and_tablet_idEPKNS0_6ObExprERNS0_9ObEvalCtxERmRNS_6common10ObTabletIDE +_ZN9oceanbase3sql12ObDMLService19write_row_to_das_opILi2EEEiRKNS0_17ObDASDMLBaseCtDefERNS0_17ObDASDMLBaseRtDefEPKNS0_14ObDASTabletLocERNS0_10ObDMLRtCtxERKNS_6common12ObFixedArrayIPNS0_6ObExprENSD_12ObIAllocatorEEERPNS0_17ObChunkDatumStore9StoredRowE +_ZN9oceanbase3sql13ObDASInsertOp14init_task_infoEv +_ZN9oceanbase3sql8ObDASRef13find_das_taskEPKNS0_14ObDASTabletLocENS0_11ObDASOpTypeE +_ZN9oceanbase3sql23ObExprCalcPartitionBase26calc_no_partition_locationERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE _ZN9oceanbase3sql17ObDASTabletMapper27get_non_partition_tablet_idERNS_6common8ObIArrayINS2_10ObTabletIDEEERNS3_ImEE -_ZN9oceanbase3sql19ObDASLocationRouter3getERKNS0_17ObDASTableLocMetaERKNS_6common10ObTabletIDERNS_5share12ObLSLocationE -_ZN9oceanbase6common20ObQSyncLockReadGuardD2Ev -_ZN9oceanbase5share13ObTabletLSMap3getERKNS0_13ObTabletLSKeyERNS0_15ObTabletLSCacheE -_ZN9oceanbase6common11ObQSyncLock8rdunlockEv -_ZNK9oceanbase5share17ObTabletLSService13is_valid_key_EmRKNS_6common10ObTabletIDE -_ZN9oceanbase5share17ObLocationService3getElmRKNS0_6ObLSIDElRbRNS0_12ObLSLocationE +_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl1ENS0_19ModulePageAllocatorELb0EE9push_backERKS2_ +_ZN9oceanbase6common13ObSEArrayImplImLl1ENS0_19ModulePageAllocatorELb0EE9push_backERKm +_ZN9oceanbase3sql8ObDASCtx19extended_tablet_locERNS0_13ObDASTableLocERKNS_6common10ObTabletIDERPNS0_14ObDASTabletLocE +_ZN9oceanbase3sql19ObDASLocationRouter14get_tablet_locERKNS0_17ObDASTableLocMetaERKNS_6common10ObTabletIDERNS0_14ObDASTabletLocE +_ZN9oceanbase3sql13ObDASTableLoc14add_tablet_locEPNS0_14ObDASTabletLocE +_ZN9oceanbase3sql19ObDASLocationRouter10get_leaderEmRKNS_6common10ObTabletIDERNS0_14ObDASTabletLocEl +_ZN9oceanbase5share19ObLSLocationService12is_valid_keyElmRKNS0_6ObLSIDE +_ZN9oceanbase5share19ObLSLocationService10get_leaderElmRKNS0_6ObLSIDEbRNS_6common6ObAddrE +_ZN9oceanbase5share19ObLSReplicaLocationD2Ev +_ZNK9oceanbase5share12ObLSLocation10get_leaderERNS_6common6ObAddrE +_ZN9oceanbase3sql8ObDASCtx17check_same_serverEPKNS0_14ObDASTabletLocE +_ZN9oceanbase3sql16ObDASWriteBuffer11try_add_rowERKNS_6common8ObIArrayIPNS0_6ObExprEEEPNS0_9ObEvalCtxElRPNS0_17ObChunkDatumStore9StoredRowERbb +_ZN9oceanbase3sql16ObDASWriteBuffer12DmlShadowRow11shadow_copyERKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxE +_ZN9oceanbase3sql16ObDASWriteBuffer11try_add_rowERKNS1_12DmlShadowRowElRbPPNS0_17ObChunkDatumStore9StoredRowE +_ZN9oceanbase6common18ObWrapperAllocator5allocElRKNS_3lib9ObMemAttrE +_ZN9oceanbase3sql12ObDMLService24get_heap_table_hidden_pkEmRKNS_6common10ObTabletIDERm +_ZZN9oceanbase3sql16ObDASWriteBuffer11try_add_rowERKNS_6common8ObIArrayIPNS0_6ObExprEEEPNS0_9ObEvalCtxElRPNS0_17ObChunkDatumStore9StoredRowERbbENK5$_133clEPKc.45c27dd3dc8b42ec4ef71c6f367bd924 +_ZN9oceanbase5share19ObLSLocationService3getElmRKNS0_6ObLSIDElRbRNS0_12ObLSLocationE +_ZNK9oceanbase5share15ObLSLocationMap3getERKNS0_20ObLSLocationCacheKeyERNS0_12ObLSLocationE _ZNK9oceanbase5share20ObLSLocationCacheKey4hashEv _ZN9oceanbase6common11ObQSyncLock6rdlockEv +_ZN9oceanbase5share19ObLSLocationService14get_from_cacheElmRKNS0_6ObLSIDERNS0_12ObLSLocationE +_ZN9oceanbase6common20ObQSyncLockReadGuardD2Ev +_ZN9oceanbase3sql8ObDASCtx21get_das_tablet_mapperEmRNS0_17ObDASTabletMapperEPKNS_6common12ObIArrayWrapImEE +_ZN9oceanbase5share6schema19ObSchemaGetterGuard16get_table_schemaEmmRPKNS1_13ObTableSchemaE +_ZN9oceanbase5share6schema19ObSchemaGetterGuard10get_schemaINS1_13ObTableSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_l +_ZN9oceanbase3sql13ObDASTableLoc20get_tablet_loc_by_idERKNS_6common10ObTabletIDERPNS0_14ObDASTabletLocE +_ZN9oceanbase6common13ObSEArrayImplINS_5share19ObLSReplicaLocationELl3ENS0_19ModulePageAllocatorELb0EED2Ev +_ZN9oceanbase3sql12ObDMLService25filter_row_for_view_checkERKNS_6common12ObFixedArrayIPNS0_6ObExprENS2_12ObIAllocatorEEERNS0_9ObEvalCtxERb +_ZN9oceanbase5share17ObLocationService3getEmRKNS_6common10ObTabletIDElRbRNS0_6ObLSIDE +_ZN9oceanbase5share13ObTabletLSMap3getERKNS0_13ObTabletLSKeyERNS0_15ObTabletLSCacheE +_ZN9oceanbase3sql8ObDASRef14close_all_taskEv +_ZN9oceanbase6common11ObDLinkBaseINS0_9ObObjNodeIPNS_3sql20ObDasAggregatedTasksEEEED2Ev +_ZN9oceanbase3sql13ObDASInsertOp10release_opEv +_ZN9oceanbase6common18ObWrapperAllocator4freeEPv +_ZN9oceanbase6common10ObObjStoreIPNS_3sql20ObDasAggregatedTasksERNS0_12ObIAllocatorELb0EE7destroyEv +_ZN9oceanbase3sql19ObDataAccessService12end_das_taskERNS0_8ObDASRefERNS0_12ObIDASTaskOpE +_ZN9oceanbase3sql15ObTableModifyOp20merge_implict_cursorEllll _ZN9oceanbase5share12ObLSLocation9deep_copyERKS1_ -_ZSt11_Hash_bytesPKvmm _ZN9oceanbase6common13ObSEArrayImplINS_5share19ObLSReplicaLocationELl3ENS0_19ModulePageAllocatorELb0EE6assignERKNS0_8ObIArrayIS3_EE _ZN9oceanbase6common13ObSEArrayImplINS_5share19ObLSReplicaLocationELl3ENS0_19ModulePageAllocatorELb0EE5reuseEv _ZN9oceanbase6common13ObSEArrayImplINS_5share19ObLSReplicaLocationELl3ENS0_19ModulePageAllocatorELb0EE7reserveEl -_ZN9oceanbase3sql9ObLogPlan22strong_select_replicasERKNS_6common6ObAddrERNS2_8ObIArrayIPNS0_15ObCandiTableLocEEERbb -_ZN9oceanbase3sql15ObCandiTableLoc17all_select_leaderERbRNS_6common6ObAddrE -_ZZNK9oceanbase3sql15ObTableLocation20calculate_tablet_idsERNS0_13ObExecContextERKNS_6common9Ob2DArrayINS4_10ObObjParamELi2079744ENS4_18ObWrapperAllocatorELb0ENS4_9ObSEArrayIPS6_Ll1ES7_Lb0EEEEERNS4_8ObIArrayINS4_10ObTabletIDEEERNSE_ImEERKNS4_20ObDataTypeCastParamsEENK6$_1282clEPKc.c0f3ebb58adf60d04e27c69da5b90c06.llvm.2192512869450013456 -_ZZN9oceanbase5share19ObLSLocationService14get_from_cacheElmRKNS0_6ObLSIDERNS0_12ObLSLocationEENK5$_294clEPKc.db28c62327e16d3ae5c8a88acfd53bbb.llvm.8102294055707975506 -_ZZN9oceanbase5share17ObTabletLSService15get_from_cache_EmRKNS_6common10ObTabletIDERNS0_15ObTabletLSCacheEENK5$_377clEPKc.db28c62327e16d3ae5c8a88acfd53bbb.llvm.8102294055707975506 -_ZN9oceanbase3sql16ObPlanCacheValue5matchERNS0_14ObPlanCacheCtxERKNS_6common8ObIArrayINS0_12PCVSchemaObjEEERb -_ZN9oceanbase3sql16ObPlanCacheValue21check_not_param_valueERKNS0_18ObFastParserResultERKNS_6common8ObIArrayINS0_12NotParamInfoEEERb -_ZN9oceanbase3sql8ObDASCtx21get_das_tablet_mapperEmRNS0_17ObDASTabletMapperEPKNS_6common12ObIArrayWrapImEE -_ZN9oceanbase6common7ObDatum9obj2datumILNS0_17ObObjDatumMapTypeE1EEEvRKNS0_5ObObjE -_ZN9oceanbase7obmysql6OMPKOKD2Ev +_ZZN9oceanbase5share6schema19ObSchemaGetterGuard20get_from_local_cacheINS1_13ObTableSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_ENKUlPKcE3_clESB_ +_ZN9oceanbase3sql12ObDMLService18process_insert_rowERKNS0_10ObInsCtDefERNS0_10ObInsRtDefERNS0_15ObTableModifyOpERb +_ZN9oceanbase3sql12ObDMLService17check_column_typeERKNS_6common12ObFixedArrayIPNS0_6ObExprENS2_12ObIAllocatorEEElRKNS2_8ObIArrayINS0_13ColumnContentEEERNS0_15ObTableModifyOpE +_ZN9oceanbase3sql16ObExprColumnConv14column_convertERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE +_ZL26ob_well_formed_len_utf8mb4PK13ObCharsetInfoPKcS3_mPi.5aa8bf9a2f1d92c2672c2bb9fbfc2e97.llvm.8892022515476744307 +_ZN9oceanbase3sqlL35column_convert_datum_accuracy_checkERKNS0_6ObExprERNS0_9ObEvalCtxEbRNS_6common7ObDatumERKmS8_.27853576d005f242671b6216de1f068c +_ZN9oceanbase3sql12ObDMLService14check_row_nullERKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxElRKNS3_INS0_13ColumnContentEEEbRNS0_15ObTableModifyOpE +_ZN9oceanbase3sql12ObDMLService24filter_row_for_check_cstERKNS_6common12ObFixedArrayIPNS0_6ObExprENS2_12ObIAllocatorEEERNS0_9ObEvalCtxERb +_ZN9oceanbase3sql8ObDASRef20wait_executing_tasksEv +_ZN9oceanbase3sql17ObPhysicalPlanCtx21sync_last_value_localEv +_ZZN9oceanbase5share17ObTabletLSService15get_from_cache_EmRKNS_6common10ObTabletIDERNS0_15ObTabletLSCacheEENK5$_414clEPKc.db28c62327e16d3ae5c8a88acfd53bbb.llvm.13260431755861670968 +_ZN9oceanbase3sql8ObDASRef15create_das_taskEPKNS0_14ObDASTabletLocENS0_11ObDASOpTypeERPNS0_12ObIDASTaskOpE +_ZN9oceanbase3sql8ObDASRef19add_aggregated_taskEPNS0_12ObIDASTaskOpE +_ZN9oceanbase6common26ObWrapperAllocatorWithAttr5allocEl +_ZN9oceanbase3sql20ObDasAggregatedTasks14push_back_taskEPNS0_12ObIDASTaskOpE +_ZN9oceanbase5share28ObTabletAutoincrementService15get_autoinc_seqEmRKNS_6common10ObTabletIDERm +_ZN9oceanbase6common13ObLinkHashMapINS_5share18ObTabletAutoincKeyENS2_18ObTabletAutoincMgrENS0_11AllocHandleIS3_S4_EENS0_9RefHandleELl8EE3getERKS3_RPS4_ +_ZN9oceanbase6common6DCHashINS_5share18ObTabletAutoincKeyELl8EE6Handle10search_preEmRPNS0_8HashNodeE +_ZN9oceanbase6common6QClock14enter_criticalEv +_ZN9oceanbase6common6DCHashINS_5share18ObTabletAutoincKeyELl8EE6Handle6retireEil +_ZN9oceanbase6common13ObLinkHashMapINS_5share18ObTabletAutoincKeyENS2_18ObTabletAutoincMgrENS0_11AllocHandleIS3_S4_EENS0_9RefHandleELl8EE18get_retire_stationEv +_ZN9oceanbase3sql13TriggerHandle20do_handle_before_rowERNS0_15ObTableModifyOpERNS0_17ObDASDMLBaseCtDefERKNS0_14ObTrigDMLCtDefERNS0_14ObTrigDMLRtDefE +_ZN9oceanbase8observer11ObSrvXlator7releaseEPNS_3rpc5frame14ObReqProcessorE +_ZN9oceanbase8observer23worker_allocator_deleteINS_3rpc5frame14ObReqProcessorEEEvRPT_ +_ZN9oceanbase8observer16ObMPPacketSenderD2Ev +_ZZN9oceanbase5share19ObLSLocationService14get_from_cacheElmRKNS0_6ObLSIDERNS0_12ObLSLocationEENK5$_327clEPKc.db28c62327e16d3ae5c8a88acfd53bbb.llvm.13260431755861670968 +_ZNK9oceanbase8observer8ObMPBase16record_flt_traceERNS_3sql16ObSQLSessionInfoE +_ZN9oceanbase3sql17ObDASTabletMapper24get_tablet_and_object_idENS_5share6schema16ObPartitionLevelEmRKNS_6common10ObNewRangeERNS5_8ObIArrayINS5_10ObTabletIDEEERNS9_ImEE +_ZZNK9oceanbase5share6schema17ObPartitionSchema24get_tablet_and_object_idERNS_6common10ObTabletIDERmENK6$_2786clEPKc.a6efbaab9d7140ca03b63e06bec6f512.llvm.5196272877356360250 +_ZN9oceanbase5share6schema16ObPartitionUtils24get_tablet_and_object_idERKNS1_13ObTableSchemaERNS_6common10ObTabletIDERmPNS1_16RelatedTableInfoE +_ZN9oceanbase3sql13ObExecContextD1Ev +_ZN9oceanbase3sql13ObExecContextD2Ev +_ZN9oceanbase6common11ObArrayImplIPKNS0_8ObIArrayIlEENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS5_EENS0_22NotImplementItemEncodeIS5_EEED2Ev +_ZN9oceanbase6common11ObArrayImplINS_3sql19ObJoinFilterDataCtxENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE7destroyEv +_ZN9oceanbase3sql16ObDASTaskFactoryD1Ev +_ZN9oceanbase3sql16ObDASTaskFactoryD2Ev +_ZN9oceanbase3sql20ObSecurityAuditUtils21handle_security_auditERNS0_11ObResultSetEPNS_5share6schema19ObSchemaGetterGuardEPKNS0_6ObStmtERKNS_6common8ObStringEi +_ZZN9oceanbase3sql11ObResultSet19auto_end_plan_transERNS0_14ObPhysicalPlanEiRbENKUlPKcE3_clES6_ +_ZN9oceanbase3sql11ObResultSet7executeEv +_ZN9oceanbase3sql10ObExecutor4initEPNS0_14ObPhysicalPlanE +_ZZNK9oceanbase3sql8ObOpSpec15create_operatorERNS0_13ObExecContextERPNS0_10ObOperatorEENK5$_119clEPKc.68271ef948b9e29c783f97102b0c767d.llvm.12191467441167133857 +_ZN9oceanbase3sql10ObExecutor12execute_planERNS0_13ObExecContextE +_ZNK9oceanbase3sql8ObOpSpec25create_operator_recursiveERNS0_13ObExecContextERPNS0_10ObOperatorE +_ZN9oceanbase6common20check_stack_overflowERblPl +_ZN9oceanbase3sql14ObExprValuesOpC1ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE +_ZZNK9oceanbase3sql8ObOpSpec25create_operator_recursiveERNS0_13ObExecContextERPNS0_10ObOperatorEENK5$_122clEPKc.68271ef948b9e29c783f97102b0c767d.llvm.12191467441167133857 +_ZN9oceanbase3sql13AllocOpHelperILi24EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE +_ZNK9oceanbase3sql8ObOpSpec36link_sql_plan_monitor_node_recursiveERNS0_13ObExecContextERPNS0_13ObMonitorNodeE +_ZZNK9oceanbase3sql8ObOpSpec25create_operator_recursiveERNS0_13ObExecContextERPNS0_10ObOperatorEENK5$_126clEPKc.68271ef948b9e29c783f97102b0c767d.llvm.12191467441167133857 +_ZN9oceanbase3sql10ObOperatorC2ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE _ZN9oceanbase3sql16AllocInputHelperILi24EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecERPNS0_9ObOpInputE -_ZN9oceanbase3lib15CompatModeGuardC2ENS0_6Worker10CompatModeE -_ZN9oceanbase6common11ObArrayImplINS_3sql18ObPCConstParamInfoENS0_19ModulePageAllocatorELb1ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEED2Ev -_ZN9oceanbase6common11ObArrayImplINS_3sql16ObExprConstraintENS0_19ModulePageAllocatorELb1ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEED2Ev -_ZN9oceanbase7storage15ObMultipleMerge23refresh_table_on_demandEv -_ZN9oceanbase3lib9ObjectSet15get_free_objectEj -_ZN9oceanbase3sql16AllocDASOpHelperILi4EE5allocERNS_6common12ObIAllocatorERPNS0_12ObIDASTaskOpE +_ZN9oceanbase3sql13AllocOpHelperILi30EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE +_ZN9oceanbase3sql15ObTableModifyOpC2ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE +_ZNK9oceanbase6common16ObArenaAllocator4usedEv +_ZN9oceanbase5share11ObTenantEnv3mtlIPNS_3sql19ObDataAccessServiceEEET_v +_ZN9oceanbase3sql8ObDASRefC1ERNS0_9ObEvalCtxERNS0_13ObExecContextE +_ZNK9oceanbase3sql15ObExprFrameInfo11alloc_frameERNS_6common12ObIAllocatorERKNS2_8ObIArrayIPcEERmRPS6_ +_ZN9oceanbase6common9PageArenaIcNS0_19ModulePageAllocatorEE14_alloc_alignedEll +_ZN9oceanbase6common4hash9ObHashMapINS_3sql9DasRefKeyEPNS3_12ObIDASTaskOpENS1_19NoPthreadDefendModeENS1_9hash_funcIS4_EENS1_8equal_toIS4_EENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairIS4_S6_EEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EEC2Ev +_ZN9oceanbase6common12ObThreadCond4initEi +_ZN9oceanbase3sql10ObOperator16init_skip_vectorEv +_ZN9oceanbase3sql11ObResultSet14set_mysql_infoEv +_ZNK9oceanbase6common9EventItem4callEv +_ZN9oceanbase3sql11ObResultSet8end_stmtEb +_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql10ObEvalInfoENS0_12ObIAllocatorEE7reserveEl +_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql10ObEvalInfoENS0_12ObIAllocatorEE4initEl +_ZZN9oceanbase4palf16LogSlidingWindow25feedback_freeze_last_log_EvENK5$_188clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase3sql12ObDMLService33handle_after_row_processing_batchEPNS_6common6ObListINS0_18ObDMLModifyRowNodeENS2_12ObIAllocatorEEE +_ZN9oceanbase4palf16LogSlidingWindow25feedback_freeze_last_log_Ev +_ZN9oceanbase3sql12ObDMLService26process_after_stmt_triggerERKNS0_14ObDMLBaseCtDefERNS0_14ObDMLBaseRtDefERNS0_10ObDMLRtCtxERKNS_6common14ObDmlEventTypeE +_ZN9oceanbase8memtable13ObLockWaitMgr12post_processEbRb +_ZN9oceanbase3sql11ObResultSet10start_stmtEv +_ZN9oceanbase3sql17ObSqlTransControl21stmt_setup_savepoint_EPNS0_16ObSQLSessionInfoERNS0_8ObDASCtxEPNS0_17ObPhysicalPlanCtxEPNS_11transaction14ObTransServiceE +_ZN9oceanbase3sqlL15build_tx_param_EPNS0_16ObSQLSessionInfoERNS_11transaction9ObTxParamEPKb.2477d7488918a1107364fd115ff965f5 +_ZN9oceanbase3sql17ObSqlTransControl10start_stmtERNS0_13ObExecContextE +_ZN9oceanbase11transaction11ObTxELRUtil28check_and_update_tx_elr_infoERNS0_8ObTxDescE +_ZN9oceanbase11transaction14ObTransService25create_implicit_savepointERNS0_8ObTxDescERKNS0_9ObTxParamERlb +_ZZN9oceanbase11transaction14ObTransService33create_global_implicit_savepoint_ERNS0_8ObTxDescERKNS0_9ObTxParamERlbENK6$_1592clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase11transaction14ObTransService33create_global_implicit_savepoint_ERNS0_8ObTxDescERKNS0_9ObTxParamERlb +_ZN9oceanbase11transaction11ObTxDescMgr3addERNS0_8ObTxDescE +_ZNSt17_Function_handlerIFiRN9oceanbase11transaction9ObTransIDEESt5_BindIFMNS1_14ObTransServiceEFiS3_EPS6_St12_PlaceholderILi1EEEEE9_M_invokeERKSt9_Any_dataS3_ +_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_8ObTxDescENS0_11ObTxDescMgr13ObTxDescAllocENS_6common10SpinRWLockELl65536EE8insert__ERKS2_PS3_iPSB_ +_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_8ObTxDescENS0_11ObTxDescMgr13ObTxDescAllocENS_6common10SpinRWLockELl65536EE16BucketWLockGuardC2ERKS7_m +_ZN9oceanbase6common7ObLatch6wrlockEjlPKj +_ZN9oceanbase11transaction14ObTransService13gen_trans_id_ERNS0_9ObTransIDE +_ZN9oceanbase11transaction11ObGtiSource12get_trans_idERl +_ZN9oceanbase11transaction14ObTransService19sql_stmt_start_hookERKNS0_11ObXATransIDERNS0_8ObTxDescEj +_ZN9oceanbase11transaction16ObTransStatistic26add_elr_enable_trans_countEml +_ZN9oceanbase3sql15ObTableInsertOp20write_rows_post_procEi +_ZN9oceanbase11transaction7ObTsMgr7get_gtsEmNS_6common13ObMonotonicTsEPNS0_10ObTsCbTaskERNS_5share3SCNERS3_ +_ZN9oceanbase11transaction11ObGtsSource7get_gtsENS_6common13ObMonotonicTsEPNS0_10ObTsCbTaskERlRS3_ +_ZN9oceanbase11transaction11ObGtsSource37get_gts_from_local_timestamp_service_ERNS_6common6ObAddrERlRNS2_13ObMonotonicTsE +_ZN9oceanbase11transaction11ObGtsSource15get_gts_leader_ERNS_6common6ObAddrE +_ZZN9oceanbase11transaction14ObTransService13gen_trans_id_ERNS0_9ObTransIDEENK6$_1410clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase5obrpc18ObRpcProcessorBase15before_responseEi +_ZN9oceanbase11transaction11ObTxELRUtil26refresh_elr_tenant_config_Ev +_ZZN9oceanbase3sql12ObDMLService24get_heap_table_hidden_pkEmRKNS_6common10ObTabletIDERmENK5$_274clEPKc.d0cfd61ae46f76aef14238838f0240b8.llvm.16291740146212449344 +_ZN9oceanbase3sql5ObSql14after_get_planERNS0_14ObPlanCacheCtxERNS0_16ObSQLSessionInfoEPNS0_14ObPhysicalPlanEbPKNS_6common9Ob2DArrayINS8_10ObObjParamELi2079744ENS8_18ObWrapperAllocatorELb0ENS8_9ObSEArrayIPSA_Ll1ESB_Lb0EEEEEm +_ZZN9oceanbase3sql8ObDASCtx4initERKNS0_14ObPhysicalPlanERNS0_13ObExecContextEENK4$_42clEPKc.45c27dd3dc8b42ec4ef71c6f367bd924 +_ZN9oceanbase3sql13ObExecContext22init_physical_plan_ctxERKNS0_14ObPhysicalPlanE +_ZN9oceanbase3sql8ObDASCtx4initERKNS0_14ObPhysicalPlanERNS0_13ObExecContextE +_ZN9oceanbase6common9Ob2DArrayINS0_10ObObjParamELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS2_Ll1ES3_Lb0EEEE7reserveEl +_ZN9oceanbase3sql13TriggerHandle18init_param_new_rowERNS0_9ObEvalCtxERKNS0_14ObTrigDMLCtDefERNS0_14ObTrigDMLRtDefE +_ZN9oceanbase3sql12ObDMLService25check_dml_tablet_validityERNS0_10ObDMLRtCtxERKNS0_14ObDASTabletLocERKNS_6common12ObFixedArrayIPNS0_6ObExprENS7_12ObIAllocatorEEERKNS0_14ObDMLBaseCtDefERNS0_14ObDMLBaseRtDefE +_ZNK9oceanbase5share6schema21ObSimpleTableSchemaV218get_schema_versionEv +_ZN9oceanbase11transaction16ObTransStatistic21add_clog_submit_countEml +_ZN9oceanbase3sql16ObDASTaskFactory18create_das_task_opENS0_11ObDASOpTypeERPNS0_12ObIDASTaskOpE +_ZN9oceanbase3sql16AllocDASOpHelperILi2EE5allocERNS_6common12ObIAllocatorERPNS0_12ObIDASTaskOpE +_ZN9oceanbase3sql12ObDMLService27process_before_stmt_triggerERKNS0_14ObDMLBaseCtDefERNS0_14ObDMLBaseRtDefERNS0_10ObDMLRtCtxERKNS_6common14ObDmlEventTypeE +_ZN9oceanbase3sql18ObBasicSessionInfo14set_start_stmtEv +_ZZN9oceanbase11transaction11ObTxDescMgr3addERNS0_8ObTxDescEENK4$_56clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase11transaction14ObPartTransCtx31prepare_mul_data_source_tx_end_Eb +_ZN9oceanbase11transaction14ObPartTransCtx19notify_data_source_ENS0_10NotifyTypeERKNS_5share3SCNEbRKNS_6common9ObSEArrayINS0_14ObTxBufferNodeELl1ENS7_19ModulePageAllocatorELb0EEEb +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction14ObTxBufferNodeELl1ENS0_19ModulePageAllocatorELb0EE6assignERKNS0_8ObIArrayIS3_EE +_ZN9oceanbase11transaction25ObMulSourceTxDataNotifier6notifyERKNS_6common9ObSEArrayINS0_14ObTxBufferNodeELl1ENS2_19ModulePageAllocatorELb0EEENS0_10NotifyTypeERKNS0_24ObMulSourceDataNotifyArgEPNS0_14ObPartTransCtxERl +_ZN9oceanbase3sql10ObSQLUtils20handle_plan_baselineERKNS0_17ObAuditRecordDataEiRNS0_8ObSqlCtxE +_ZNK9oceanbase5share17ObTabletLSService13is_valid_key_EmRKNS_6common10ObTabletIDE +_ZN9oceanbase3sql20datum_accuracy_checkERKNS0_6ObExprEmRNS0_9ObEvalCtxERKNS_6common10ObAccuracyEbRKNS6_7ObDatumERSA_Ri +_ZN9oceanbase3sql19string_length_checkERKNS0_6ObExprERKmRKNS_6common10ObAccuracyENS6_9ObObjTypeENS6_15ObCollationTypeERNS0_9ObEvalCtxERKNS6_7ObDatumERSE_Ri +_ZZN9oceanbase11transaction14ObTransService11get_tx_ctx_ERKNS_5share6ObLSIDEPNS_7storage4ObLSERKNS0_9ObTransIDERPNS0_14ObPartTransCtxEENK6$_1233clEPKc.93feb755617c21c32b229b78773c290c.llvm.7500421310533733367 +_ZN9oceanbase6common13ObSEArrayImplINS_4palf3LSNELl10ENS0_19ModulePageAllocatorELb0EE7reserveEl +_ZN9oceanbase3sql5ObSql27pc_get_plan_and_fill_resultERNS0_14ObPlanCacheCtxERNS0_11ObResultSetERiRb +_ZN9oceanbase3sql11ObPlanCache8get_planERNS_6common12ObIAllocatorERNS0_14ObPlanCacheCtxERNS0_15ObCacheObjGuardE +_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql9ObPCParamENS0_12ObIAllocatorEE7destroyEv +_ZN9oceanbase3sql21ObSqlParameterization11fast_parserERNS_6common12ObIAllocatorERKNS0_9FPContextERKNS2_8ObStringERNS0_18ObFastParserResultE +_ZN9oceanbase3sql11ObPlanCache13get_cache_objERNS0_14ObILibCacheCtxEPNS0_14ObILibCacheKeyERNS0_15ObCacheObjGuardE +_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql9ObPCParamENS0_12ObIAllocatorEE9push_backERKS4_ +_ZN9oceanbase3sql8ObParser10is_pl_stmtERKNS_6common8ObStringEPbS6_ +_ZN9oceanbase3sql12ObFastParser5parseERKNS_6common8ObStringERKNS0_9FPContextERNS2_12ObIAllocatorERPcRlRP10_ParamListSD_R18_ObQuestionMarkCtx +_ZN9oceanbase3sql16ObFastParserBase5parseERKNS_6common8ObStringERPcRlRP10_ParamListS8_ +_ZN9oceanbase3sql17ObFastParserMysql16parse_next_tokenEv +_ZN9oceanbase3sql16ObFastParserBase14process_numberEb +_Z16ob_strntoll_8bitPK13ObCharsetInfoPKcmiPPcPi +_ZN9oceanbase3sql17ObFastParserMysql18process_identifierEb +_ZN9oceanbase6common13ObSEArrayImplINS_3sql12PCVSchemaObjELl4ENS0_19ModulePageAllocatorELb0EED2Ev +_ZN9oceanbase3sql16ObFastParserBase12process_hintEv +_ZN9oceanbase3sql16ObFastParserBase16process_negativeEv +_ZNK9oceanbase3omt17ObTenantConfigMgr27get_tenant_config_with_lockEmmm +_ZN9oceanbase5share11ObTenantEnv16get_tenant_localEv +_ZN9oceanbase3sql8ObPCVSet19inner_get_cache_objERNS0_14ObILibCacheCtxEPNS0_14ObILibCacheKeyERPNS0_17ObILibCacheObjectE +_ZN9oceanbase6common7ObDatum9obj2datumILNS0_17ObObjDatumMapTypeE1EEEvRKNS0_5ObObjE +_ZN9oceanbase3sql16ObPlanCacheValue15resolver_paramsERNS0_14ObPlanCacheCtxENS0_4stmt8StmtTypeERKNS_6common8ObIArrayINS6_13ObCharsetTypeEEERKNS6_8ObBitSetILl256ENS6_19ModulePageAllocatorELb0EEESG_SG_RNS7_IPNS0_9ObPCParamEEEPNS6_9Ob2DArrayINS6_10ObObjParamELi2079744ENS6_18ObWrapperAllocatorELb0ENS6_9ObSEArrayIPSM_Ll1ESN_Lb0EEEEE +_ZL19ob_ismbchar_utf8mb4PK13ObCharsetInfoPKcS3_.5aa8bf9a2f1d92c2672c2bb9fbfc2e97 +_ZN9oceanbase3sql15ObResolverUtils13resolve_constEPK10_ParseNodeNS0_4stmt8StmtTypeERNS_6common12ObIAllocatorENS7_15ObCollationTypeESA_PKNS7_14ObTimeZoneInfoERNS7_10ObObjParamEbRNS7_8ObStringEsSA_PNS0_11ObSqlBitSetILl96ENS0_14ObExprInfoFlagELb1EEEmb +_ZN9oceanbase3sql17ObPhysicalPlanCtx22init_datum_param_storeEv +_ZN9oceanbase3sql12ObSqlPlanSet11select_planERNS0_14ObPlanCacheCtxERPNS0_17ObPlanCacheObjectE +_ZN9oceanbase3sql16ObPlanCacheValue21check_not_param_valueERKNS0_18ObFastParserResultERKNS_6common8ObIArrayINS0_12NotParamInfoEEERb +_ZN9oceanbase6common13ObSEArrayImplINS_3sql15ObCandiTableLocELl2ENS0_19ModulePageAllocatorELb0EE5reuseEv +_ZN9oceanbase3sql16ObPlanCacheValue20rm_space_for_neg_numEP10_ParseNodeRNS_6common12ObIAllocatorE +_ZN9oceanbase6common9PageArenaIcNS0_19ModulePageAllocatorEE15ensure_cur_pageEv +_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql9ObPCParamENS0_12ObIAllocatorEE7reserveEl +_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql9ObPCParamENS0_12ObIAllocatorEE4initEl +_ZN9oceanbase3sql12ObSqlPlanSet13get_plan_typeERKNS_6common8ObIArrayINS0_15ObTableLocationEEEbRNS0_14ObPlanCacheCtxERNS3_INS0_15ObCandiTableLocEEERNS0_13ObPhyPlanTypeE +_ZN9oceanbase3sql16ObPlanCacheValue27check_value_version_for_getEPNS_5share6schema19ObSchemaGetterGuardEbRKNS_6common8ObIArrayINS0_12PCVSchemaObjEEEmRb +_ZN9oceanbase3sql10ObSQLUtils13is_nested_sqlEPNS0_13ObExecContextE +_ZN9oceanbase3sql16ObPlanCacheValue21match_all_params_infoEPNS0_9ObPlanSetERNS0_14ObPlanCacheCtxElRb +_ZN9oceanbase3sql12ObSqlPlanSet14is_sql_plansetEv +_ZN9oceanbase3sql9ObPlanSet17match_params_infoEPKNS_6common9Ob2DArrayINS2_10ObObjParamELi2079744ENS2_18ObWrapperAllocatorELb0ENS2_9ObSEArrayIPS4_Ll1ES5_Lb0EEEEERNS0_14ObPlanCacheCtxElRb +_ZNK9oceanbase6common9Ob2DArrayINS0_10ObObjParamELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS2_Ll1ES3_Lb0EEEE2atEl +_ZNK9oceanbase3sql9ObPlanSet22match_param_bool_valueERKNS0_11ObParamInfoERKNS_6common10ObObjParamERb +_ZN9oceanbase6common9Ob2DArrayINS_3sql11ObParamInfoELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS3_Ll64ES4_Lb0EEEE2atEl +_ZN9oceanbase3sql10ObUDRUtils20cons_udr_param_storeERKNS_6common9ObSEArrayINS0_16DynamicParamInfoELl8ENS2_19ModulePageAllocatorELb0EEERNS0_14ObPlanCacheCtxERNS2_9Ob2DArrayINS2_10ObObjParamELi2079744ENS2_18ObWrapperAllocatorELb0ENS3_IPSC_Ll1ESD_Lb0EEEEE +_ZN9oceanbase3sql19ObPhyLocationGetter17get_phy_locationsERKNS_6common8ObIArrayINS0_15ObTableLocationEEERKNS0_14ObPlanCacheCtxERNS3_INS0_15ObCandiTableLocEEERb _ZN9oceanbase3sql9ObPlanSet16match_constraintERKNS_6common9Ob2DArrayINS2_10ObObjParamELi2079744ENS2_18ObWrapperAllocatorELb0ENS2_9ObSEArrayIPS4_Ll1ES5_Lb0EEEEERb -_ZN9oceanbase3lib9ObjectSet20take_off_free_objectEPNS0_7AObjectE -_ZN9oceanbase3sql8ObSortOp20inner_get_next_batchEl -_ZN9oceanbase6common11ObAllocator5allocEl -_ZN9oceanbase3sql8ObSortOp20sort_impl_next_batchEl -_ZN9oceanbase3sql12ObSortOpImpl14get_next_batchERKNS_6common8ObIArrayIPNS0_6ObExprEEElRl -_ZN9oceanbase3sql12ObSortOpImpl26get_next_batch_stored_rowsElRl -_ZN9oceanbase3sql12ObSortOpImpl21array_next_stored_rowERPKNS0_17ObChunkDatumStore9StoredRowE -_ZN9oceanbase3sql17ObChunkDatumStore8Iterator11attach_rowsILb0EEEvRKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxEPPKNS1_9StoredRowEl -_ZN9oceanbase3sql12ObSortOpImpl21adjust_topn_read_rowsEPPNS0_17ObChunkDatumStore9StoredRowERl -_ZN9oceanbase3sql20ObPxEstimateSizeUtil11get_px_sizeEPNS0_13ObExecContextENS0_14PxOpSizeFactorElRl -_ZN9oceanbase3sql13ObTableScanOp30cherry_pick_range_by_tablet_idEPNS0_11ObDASScanOpE -_ZN9oceanbase3sql19ObDataAccessService16execute_das_taskERNS0_8ObDASRefERNS0_12ObIDASTaskOpE +_ZN9oceanbase6common16ObPriorityQueue2ILi1ELi2ELi3EE13pop_high_highERPNS0_6ObLinkEl +_ZN9oceanbase3sql18ObBasicSessionInfo21gen_configs_in_pc_strEv +_ZN9oceanbase3omt17ObTenantConfigMgr25get_tenant_config_versionEm +_ZN9oceanbase3sql10ObDASUtils25check_nested_sql_mutatingEmRNS0_13ObExecContextEb +_ZN9oceanbase3sql12ObDASIDCache10get_das_idERlb +_ZZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE6revertElENKUlPKcE2_clES5_ +_ZN9oceanbase3sql10ObFLTUtils13clean_flt_envERNS0_16ObSQLSessionInfoE +_ZZNK9oceanbase11transaction14ObTxVersionMgr15get_max_read_tsEvENKUlPKcE_clES3_ +_ZN9oceanbase4palf16LogSlidingWindow24wait_group_buffer_ready_ERKNS0_3LSNEl +_ZNK9oceanbase4palf14LogGroupBuffer18can_handle_new_logERKNS0_3LSNElS4_ +_ZN9oceanbase5obrpc18ObRpcProcessorBase14before_processEv +_ZZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE6revertElENKUlPKcE6_clES5_ +_ZN9oceanbase11transaction10ObTransCtx8get_stc_Ev +_ZN9oceanbase11transaction14ObPartTransCtx25submit_multi_data_source_ERNS0_12ObTxLogBlockE +_ZN9oceanbase3omt8ObTenant19check_paused_workerERNS0_10ObThWorkerE +_ZN9oceanbase3sql12ObDMLService25check_nested_sql_legalityERNS0_13ObExecContextEm +_ZZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE3getElRPS2_ENKUlPKcE0_clES7_ +_ZZN9oceanbase3sql16ObPlanCacheValue20rm_space_for_neg_numEP10_ParseNodeRNS_6common12ObIAllocatorEENK5$_496clEPKc.08a2b9b0d59ff83413633eb11fd88a2d +_ZN9oceanbase6common6DCHashINS_5share18ObTabletAutoincKeyELl8EE24alloc_and_init_cur_arrayEv +_ZN9oceanbase11transaction11ObIDService10get_numberEllRlS2_ +_ZNK9oceanbase10logservice12ObLogHandler8get_roleERNS_6common6ObRoleERl +_ZN9oceanbase11transaction11ObIDService17check_and_fill_lsEv +_ZN9oceanbase11transaction30ObTransDeadlockDetectorAdapter36maintain_deadlock_info_when_end_stmtERNS_3sql13ObExecContextEb +_ZN9oceanbase3omt8ObTenant18check_worker_countERNS0_10ObThWorkerE +_ZN9oceanbase3sql19ObDataAccessService16execute_das_taskERNS0_8ObDASRefERNS0_20ObDasAggregatedTasksEb +_ZN9oceanbase6common13ObSEArrayImplIPNS_3sql12ObIDASTaskOpELl2ENS0_19ModulePageAllocatorELb0EE5reuseEv +_ZN9oceanbase3sql19ObDataAccessService21execute_dist_das_taskERNS0_8ObDASRefERNS0_20ObDasAggregatedTasksEb +_ZN9oceanbase3sql20ObDasAggregatedTasks20get_aggregated_tasksERNS_6common9ObSEArrayIPNS0_12ObIDASTaskOpELl2ENS2_19ModulePageAllocatorELb0EEE _ZN9oceanbase3sql12ObIDASTaskOp14start_das_taskEv -_ZN9oceanbase3sql11ObDASScanOp7open_opEv -_ZN9oceanbase7storage15ObAccessService15ObStoreCtxGuard4initERKNS_5share6ObLSIDE -_ZN9oceanbase7storage11ObLSService6get_lsERKNS_5share6ObLSIDERNS0_10ObLSHandleENS0_10ObLSGetModE -_ZZN9oceanbase11transaction14ObTransService23check_replica_readable_ENS_5share3SCNEbNS0_16ObTxReadSnapshot3SRCERKNS2_6ObLSIDElRNS_7storage4ObLSEENK6$_1070clEPKc.93feb755617c21c32b229b78773c290c.llvm.1174378797137616508 -_ZN9oceanbase6common18ObServerObjectPoolINS_7storage19ObTableScanIteratorEE13borrow_objectEv -_ZN9oceanbase7storage17ObLSTabletService10table_scanERNS0_19ObTableScanIteratorERNS0_16ObTableScanParamE -_ZNK9oceanbase7storage16ObTableScanParam8is_validEv -_ZN9oceanbase7storage17ObLSTabletService16inner_table_scanERNS0_14ObTabletHandleERNS0_19ObTableScanIteratorERNS0_16ObTableScanParamE -_ZN9oceanbase6common13ObSEArrayImplIPNS_7storage8ObITableELl16ENS0_19ModulePageAllocatorELb0EE9push_backERKS4_ -_ZN9oceanbase7storage21ObTabletBindingHelper23check_snapshot_readableERNS0_14ObTabletHandleEl -_ZNK9oceanbase7storage19ObTabletBindingInfo4typeEv -_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl2ENS0_19ModulePageAllocatorELb0EE5reuseEv -_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl2ENS0_19ModulePageAllocatorELb0EE6assignERKNS0_8ObIArrayIS2_EE -_ZN9oceanbase7storage19ObTableScanIterator4initERNS0_16ObTableScanParamERKNS0_14ObTabletHandleE -_ZNK9oceanbase7storage18ObSimpleRowsMergerINS0_24ObScanMergeLoserTreeItemENS0_23ObScanMergeLoserTreeCmpEE9is_initedEv -_ZN9oceanbase7storage13ObVectorStore5reuseEv -_ZN9oceanbase11transaction14ObTransService18get_read_store_ctxERKNS0_16ObTxReadSnapshotEblRNS_7storage10ObStoreCtxE -_ZN9oceanbase11transaction14ObTransService19update_max_read_ts_EmRKNS_5share6ObLSIDENS2_3SCNE -_ZZN9oceanbase11transaction14ObTransService19update_max_read_ts_EmRKNS_5share6ObLSIDENS2_3SCNEENK6$_1214clEPKc.93feb755617c21c32b229b78773c290c.llvm.1174378797137616508 -_ZZN9oceanbase11transaction14ObTransService18get_read_store_ctxERKNS0_16ObTxReadSnapshotEblRNS_7storage10ObStoreCtxEENK6$_1037clEPKc.93feb755617c21c32b229b78773c290c.llvm.1174378797137616508 -_ZZN9oceanbase11transaction14ObTxVersionMgr18update_max_read_tsERKNS_5share3SCNEENKUlPKcE_clES7_ -_ZN9oceanbase7storage16ObTableScanRange4initERNS0_16ObTableScanParamE -_ZN9oceanbase12blocksstable13ObDatumRowkey11from_rowkeyERKNS_6common8ObRowkeyERNS2_12ObIAllocatorE -_ZN9oceanbase7storage19ObTableScanIterator9open_iterEv -_ZNK9oceanbase8memtable10ObMemtable13get_start_scnEv -_ZN9oceanbase7storage15ObMultipleMerge4initERKNS0_18ObTableAccessParamERNS0_20ObTableAccessContextERKNS0_15ObGetTableParamE +_ZN9oceanbase3sql13ObDASInsertOp7open_opEv +_ZN9oceanbase3sql20ObDASIndexDMLAdaptorILi2ENS0_16ObDASDMLIteratorEE10write_rowsERKNS_5share6ObLSIDERKNS_6common10ObTabletIDERKNS0_13ObDASInsCtDefERNS0_13ObDASInsRtDefERS2_Rl +_ZN9oceanbase3sql16ObDASDMLIteratorD2Ev +_ZN9oceanbase7storage15ObAccessService11insert_rowsERKNS_5share6ObLSIDERKNS_6common10ObTabletIDERNS_11transaction8ObTxDescERKNS0_14ObDMLBaseParamERKNS6_8ObIArrayImEEPNS6_16ObNewRowIteratorERl +_ZN9oceanbase6common16ObClockGenerator8getClockEv +_ZN9oceanbase6common16ObNewRowIterator13get_next_rowsERPNS0_8ObNewRowERl +_ZN9oceanbase7storage15ObDMLRunningCtxD2Ev +_ZNK9oceanbase8memtable15ObMvccAccessCtx8is_validEv +_ZN9oceanbase7storage17ObLSTabletService23prepare_dml_running_ctxEPKNS_6common8ObIArrayImEES6_RNS0_14ObTabletHandleERNS0_15ObDMLRunningCtxE +_ZN9oceanbase3sql16ObDASDMLIterator12get_next_rowERPNS_6common8ObNewRowE +_ZNK9oceanbase6common7ObDatum6to_objERNS0_5ObObjERKNS0_9ObObjMetaE +_ZN9oceanbase3sql10ObDASUtils21reshape_storage_valueERKNS_6common9ObObjMetaERKNS2_10ObAccuracyERNS2_12ObIAllocatorERNS2_5ObObjE +_ZN9oceanbase6common5ObObj10set_stringENS0_9ObObjTypeERKNS0_8ObStringE +_ZN9oceanbase6common13ObSEArrayImplINS0_9ObSEArrayIPNS_3sql12ObIDASTaskOpELl2ENS0_19ModulePageAllocatorELb0EEELl2ES6_Lb0EE9push_backERKS7_ +_ZZN9oceanbase3sql16ObDASDMLIterator12get_next_rowERPNS_6common8ObNewRowEENK5$_116clEPKc.45c27dd3dc8b42ec4ef71c6f367bd924.llvm.11232633425531549946 +_ZN9oceanbase7storage15ObDMLRunningCtx4initEPKNS_6common8ObIArrayImEES6_PNS_5share6schema27ObMultiVersionSchemaServiceERNS0_14ObTabletHandleE +_ZN9oceanbase7storage8ObTablet15get_read_tablesElRNS0_21ObTabletTableIteratorEb +_ZN9oceanbase6common13ObSEArrayImplIPNS_3sql12ObIDASTaskOpELl2ENS0_19ModulePageAllocatorELb0EE7reserveEl +_ZN9oceanbase6common13ObSEArrayImplINS0_9ObSEArrayIPNS_3sql12ObIDASTaskOpELl2ENS0_19ModulePageAllocatorELb0EEELl2ES6_Lb0EE7destroyEv +_ZN9oceanbase7storage15ObAccessService15ObStoreCtxGuardD2Ev +_ZN9oceanbase11transaction14ObTransService16revert_store_ctxERNS_7storage10ObStoreCtxE +_ZN9oceanbase6common11ObArrayImplINS_11transaction16ObTransIDAndAddrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEED2Ev +_ZZN9oceanbase11transaction14ObTransService16revert_store_ctxERNS_7storage10ObStoreCtxEENK6$_1244clEPKc.93feb755617c21c32b229b78773c290c.llvm.7500421310533733367 +_ZN9oceanbase7storage17ObLSTabletService11insert_rowsERNS0_10ObStoreCtxERKNS0_14ObDMLBaseParamERKNS_6common8ObIArrayImEEPNS7_16ObNewRowIteratorERl +_ZN9oceanbase7storage14ObMetaObjGuardINS0_8ObTabletEE7get_objEv +_ZN9oceanbase6common11ObTimeGuardD2Ev +_ZN9oceanbase7storage10ObRowsInfo4initERKNS0_15ObRelativeTableERNS0_10ObStoreCtxERKNS0_15ObTableReadInfoE +_ZN9oceanbase8memtable16ObQueryAllocator5allocEl +_ZN9oceanbase7storage10ObRowsInfo11ExistHelper4initERKNS0_15ObRelativeTableERNS0_10ObStoreCtxERKNS0_15ObTableReadInfoERNS_6common23ObReserveArenaAllocatorILl1024EEE +_ZN9oceanbase7storage10ObRowsInfoC1Ev +_ZN9oceanbase7storage10ObRowsInfoD1Ev +_ZN9oceanbase7storage17ObLSTabletService21insert_rows_to_tabletERNS0_14ObTabletHandleERNS0_15ObDMLRunningCtxEPKNS_6common8ObNewRowElRNS0_10ObRowsInfoEPNS0_10ObStoreRowERlSE_ +_ZNK9oceanbase7storage8ObITable16is_data_memtableEv +_ZN9oceanbase7storage17ObLSTabletService21insert_lob_tablet_rowERNS0_14ObTabletHandleERNS0_15ObDMLRunningCtxERNS0_10ObStoreRowE +_ZN9oceanbase6common8ObNewRow8get_cellEl +_ZN9oceanbase7storage8ObTablet31insert_row_without_rowkey_checkERNS0_15ObRelativeTableERNS0_10ObStoreCtxERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEERKNS0_10ObStoreRowE +_ZN9oceanbase7storage23ObStorageSchemaRecorder25try_update_storage_schemaEllRNS_6common12ObIAllocatorEl +_ZN9oceanbase7storage19ObStorageTableGuard25refresh_and_protect_tableERNS0_15ObRelativeTableE +_ZN9oceanbase8memtable10ObMemtable3setERNS_7storage10ObStoreCtxEmRKNS2_15ObTableReadInfoERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEERKNS2_10ObStoreRowE +_ZN9oceanbase7storage10ObRowsInfo15check_duplicateEPNS0_10ObStoreRowElRNS0_15ObRelativeTableE +_ZN9oceanbase6common23ObReserveArenaAllocatorILl1024EE5allocElRKNS_3lib9ObMemAttrE +_ZN9oceanbase6common23ObReserveArenaAllocatorILl1024EE5allocEl +_ZN9oceanbase7storage8ObTablet14rowkeys_existsERNS0_10ObStoreCtxERNS0_15ObRelativeTableERNS0_10ObRowsInfoERb +_ZNK9oceanbase7storage8ObITable11is_memtableEv +_ZN9oceanbase7storage8ObTablet16do_rowkeys_existERNS0_20ObTableStoreIteratorERNS0_10ObRowsInfoERb +_ZN9oceanbase8memtable10ObMemtable5existERNS_7storage10ObRowsInfoERbS5_ +_ZNK9oceanbase8memtable15ObMvccAccessCtx16is_write_valid__Ev +_ZN9oceanbase8memtable10ObMemtable5existERNS_7storage10ObStoreCtxEmRKNS2_15ObTableReadInfoERKNS_12blocksstable13ObDatumRowkeyERbSC_ +_ZN9oceanbase8memtable13ObMemtableKey6encodeERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEEPKNS2_13ObStoreRowkeyE +_ZN9oceanbase8memtable19ObMvccValueIterator13get_next_nodeERPKv +_ZN9oceanbase7storage8ObTablet15get_read_tablesElRNS0_20ObTableStoreIteratorEb +_ZNK9oceanbase7storage8ObITable16is_major_sstableEv +_ZNK9oceanbase7storage8ObITable20get_snapshot_versionEv _ZNK9oceanbase8memtable10ObMemtable11get_end_scnEv -_ZN9oceanbase7storage13ObSingleMergeC1Ev -_ZN9oceanbase7storage13ObSingleMergeC2Ev -_ZN9oceanbase8memtable22ObMemtableScanIteratorC2Ev -_ZN9oceanbase7storage18ObTabletTableStore15get_read_tablesElRNS0_20ObTableStoreIteratorEb -_ZZN9oceanbase7storage15ObMultipleMerge4initERKNS0_18ObTableAccessParamERNS0_20ObTableAccessContextERKNS0_15ObGetTableParamEENK5$_477clEPKc.60e5f1555e1608e51e89c573dc1497ed -_ZN9oceanbase8memtable22ObMemtableScanIterator4initERKNS_7storage16ObTableIterParamERNS2_20ObTableAccessContextEPNS2_8ObITableEPKv -_ZN9oceanbase8memtable22ObMemtableScanIterator4initEPNS0_11ObIMemtableERKNS_7storage16ObTableIterParamERNS4_20ObTableAccessContextE -_ZN9oceanbase7storage13ObVectorStore4initERKNS0_18ObTableAccessParamE -_ZN9oceanbase7storage22ObBlockBatchedRowStore4initERKNS0_18ObTableAccessParamE +_ZN9oceanbase7storage20ObTableStoreIterator10add_tablesEPPNS0_8ObITableEl +_ZN9oceanbase7storage18ObTabletTableStore17check_read_tablesERNS0_20ObTableStoreIteratorEl +_ZN9oceanbase7storage18ObTabletTableStore24calculate_read_memtablesERKNS0_8ObTabletERNS0_20ObTableStoreIteratorE +_ZN9oceanbase7storage20ObTableStoreIterator10add_tablesERNS0_15ObMemtableArrayEl +_ZN9oceanbase7storage19ObStorageTableGuardC1EPNS0_8ObTabletERNS0_10ObStoreCtxEbbNS_5share3SCNEb +_ZN9oceanbase12blocksstable9ObSSTable5existERNS_7storage10ObRowsInfoERbS5_ +_ZN9oceanbase7storage10ObRowsInfo25check_min_rowkey_boundaryERKNS_12blocksstable13ObDatumRowkeyERb +_ZN9oceanbase12blocksstableL21nonext_nonext_compareERKNS0_14ObStorageDatumES3_RKNS_6common9ObCmpFuncERi.8f1e732d6655d093e942b32e16c602d8.llvm.3352923959668555256 +_ZN9oceanbase6common20ObNullSafeDatumTCCmpILNS0_14ObObjTypeClassE2ELS2_2ELb1EE3cmpERKNS0_7ObDatumES6_ +_ZNK9oceanbase12blocksstable13ObDatumRowkey7compareERKS1_RKNS0_19ObStorageDatumUtilsERi +_ZN9oceanbase12blocksstable9ObSSTable15get_last_rowkeyERKNS_7storage15ObTableReadInfoERPKNS0_13ObDatumRowkeyE +_ZN9oceanbase12blocksstable13ObSSTableMeta19get_index_tree_rootERKNS_7storage15ObTableReadInfoERNS0_16ObMicroBlockDataEb +_ZNK9oceanbase12blocksstable9ObSSTable16get_data_versionEv +_ZN9oceanbase8memtable10ObMemtable4set_ERNS_7storage10ObStoreCtxEmRKNS2_15ObTableReadInfoERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEERKNS2_10ObStoreRowEPSH_PKNS9_IlEE +_ZNK9oceanbase7storage8ObITable10is_sstableEv +_ZN9oceanbase5share11ObTenantEnv3mtlIPNS_8memtable13ObLockWaitMgrEEET_v +_ZN9oceanbase8memtable10ObRowLatch5GuardD2Ev +_ZN9oceanbase8memtable10ObMemtable11mvcc_write_ERNS_7storage10ObStoreCtxEPKNS0_13ObMemtableKeyERKNS2_15ObTableReadInfoERKNS0_11ObTxNodeArgERb +_ZNK9oceanbase12blocksstable9ObSSTable23get_upper_trans_versionEv +_ZNK9oceanbase8memtable13ObMemtableCtx9get_tx_idEv +_ZN9oceanbase12blocksstable19ObDatumRowkeyHelperD2Ev +_ZNK9oceanbase7storage8ObITable30is_multi_version_minor_sstableEv +_ZN9oceanbase8memtable13ObMemtableCtx18get_tx_table_guardEv +_ZN9oceanbase8memtable8ObMtHash6do_getEPKNS0_20ObStoreRowkeyWrapperERPNS0_9ObMvccRowERS4_ +_ZN9oceanbase6common17ObjHashCalculatorILNS0_9ObObjTypeE10ENS0_13ObDefaultHashENS0_5ObObjEE15calc_hash_valueERKS4_m +_ZN9oceanbase8memtable8ObMtHash15get_bucket_nodeElmRPNS0_10ObHashNodeERNS1_9GenealogyE +_ZN9oceanbase3lib9SetLockerINS0_7ObMutexEE4lockEv +_ZN9oceanbase8memtable8ObMtHash6insertEPKNS0_20ObStoreRowkeyWrapperEPKNS0_9ObMvccRowE +_ZN9oceanbase8memtable13ObMTKVBuilder7dup_keyERPNS_6common13ObStoreRowkeyERNS2_12ObIAllocatorEPKS3_ +_ZN9oceanbase12blocksstable19ObDatumRowkeyHelper20convert_datum_rowkeyERKNS_6common8ObRowkeyERNS0_13ObDatumRowkeyE +_ZN9oceanbase12blocksstable9ObSSTable16check_row_lockedERNS_7storage10ObStoreCtxERKNS2_15ObTableReadInfoERKNS0_13ObDatumRowkeyERNS2_19ObStoreRowLockStateE +_ZN9oceanbase6common16ObArenaAllocatorD2Ev +_ZNK9oceanbase8memtable13ObQueryEngine15get_table_indexERPNS1_10TableIndexE +_ZNK9oceanbase6common8ObRowkey10murmurhashEm +_ZN9oceanbase12blocksstable11ObRowWriter15inner_write_rowElRKNS_7storage10ObStoreRowEPKNS_6common8ObIArrayIlEE +_ZN9oceanbase8memtable12ObMvccEngine14build_tx_node_ERNS0_14ObIMemtableCtxERKNS0_11ObTxNodeArgERPNS0_15ObMvccTransNodeE +_ZN9oceanbase6common13ObSEArrayImplIPNS_7storage8ObITableELl4ENS0_19ModulePageAllocatorELb0EE7reserveEl +_ZN9oceanbase8memtable12ObMvccEngine16check_row_lockedERNS0_15ObMvccAccessCtxEPKNS0_13ObMemtableKeyERNS_7storage19ObStoreRowLockStateE +_ZN9oceanbase3sql12ObDMLService14init_dml_paramERKNS0_17ObDASDMLBaseCtDefERNS0_17ObDASDMLBaseRtDefERNS_11transaction16ObTxReadSnapshotERNS_6common12ObIAllocatorERNS_7storage14ObDMLBaseParamE +_ZN9oceanbase12blocksstable13ObDatumRowkey11from_rowkeyERKNS_6common8ObRowkeyERNS2_12ObIAllocatorE _ZN9oceanbase7storage17ObLSTabletService23get_tablet_with_timeoutERKNS_6common10ObTabletIDERNS0_14ObTabletHandleEll -_ZN9oceanbase6common11ObTimeGuard5clickEPKc +_ZN9oceanbase6common19ModulePageAllocator5allocElRKNS_3lib9ObMemAttrE +_ZN9oceanbase8memtable13ObMemtableCtx26pending_log_size_too_largeEv +_ZNK9oceanbase8memtable10ObMemtable18is_frozen_memtableEv +_ZNK9oceanbase6common8ObRowkey9deep_copyINS0_12ObIAllocatorEEEiRS1_RT_ +_ZN9oceanbase6common20ObGMemstoreAllocator11AllocHandle5allocEl +_ZN9oceanbase7storage15ObTenantFreezer34check_tenant_out_of_memstore_limitERb +_ZN9oceanbase6common11ObFifoArena5allocElRNS1_6HandleEl +_ZN9oceanbase5share19ObTenantSwitchGuard9switch_toEmb +_ZN9oceanbase3lib11ObTLTaGuard9switch_toEl +_ZN9oceanbase6common11ObFifoArena13advance_clockEv +_ZN9oceanbase8memtable13ObQueryEngine3getEPKNS0_13ObMemtableKeyERPNS0_9ObMvccRowEPS2_ +_ZN9oceanbase3sql12ObIDASTaskOp13state_advanceEv +_ZN9oceanbase7storage20ObTableStoreIteratorD1Ev +_ZN9oceanbase7storage20ObTableStoreIteratorD2Ev +_ZN9oceanbase8memtable16ObQueryAllocator4freeEPv +_ZN9oceanbase11transaction14ObTransService41fetch_cflict_tx_ids_from_mem_ctx_to_desc_ERNS_8memtable15ObMvccAccessCtxE +_ZN9oceanbase7storage15ObAccessService20check_write_allowed_ERKNS_5share6ObLSIDERKNS_6common10ObTabletIDENS0_17ObStoreAccessTypeERKNS0_14ObDMLBaseParamERNS_11transaction8ObTxDescERNS1_15ObStoreCtxGuardE +_ZZN9oceanbase8memtable13ObMemtableCtx10write_authEbENK5$_304clEPKc.1dd22efca7fa83ae50e8099a04ad3959.llvm.1969766508161633257 +_ZN9oceanbase7storage15ObAccessService15ObStoreCtxGuard4initERKNS_5share6ObLSIDE +_ZNK9oceanbase11transaction9tablelock12ObLockMemCtx16check_lock_existERKNS1_8ObLockIDERKlhNS1_17ObTableLockOpTypeERbRh +_ZZN9oceanbase11transaction14ObTransService19update_max_read_ts_EmRKNS_5share6ObLSIDENS2_3SCNEENK6$_1398clEPKc.93feb755617c21c32b229b78773c290c.llvm.7500421310533733367 +_ZN9oceanbase7storage11ObLSService6get_lsERKNS_5share6ObLSIDERNS0_10ObLSHandleENS0_10ObLSGetModE +_ZN9oceanbase7storage10ObLSHandle6set_lsERKNS0_7ObLSMapERNS0_4ObLSERKNS0_10ObLSGetModE +_ZN9oceanbase11transaction9tablelock11ObLockTable4lockERNS_7storage10ObStoreCtxERKNS1_11ObLockParamE +_ZN9oceanbase11transaction14ObTransHashMapINS0_9tablelock8ObLockIDENS2_9ObOBJLockENS2_14ObOBJLockAllocENS_6common10SpinRWLockELl1024EE6revertEPS4_ +_ZN9oceanbase11transaction9tablelock9ObOBJLock14try_fast_lock_ERKNS1_13ObTableLockOpERKhRbRNS_6common4hash19ObIteratableHashSetINS0_9ObTransIDELm16EEE +_ZN9oceanbase8memtable16ObMvccWriteGuardD1Ev +_ZN9oceanbase11transaction9tablelock9ObOBJLock17check_allow_lock_ERKNS1_13ObTableLockOpERKhRNS_6common4hash19ObIteratableHashSetINS0_9ObTransIDELm16EEERbbb +_ZN9oceanbase6common4hash18ObPlacementHashSetINS0_11ObDLinkNodeINS_11transaction9ObTransIDEEELm16ELb0EED2Ev +_ZN9oceanbase8memtable13ObMemtableCtx15add_lock_recordERKNS_11transaction9tablelock13ObTableLockOpE +_ZN9oceanbase11transaction9tablelock12ObLockMemCtx15add_lock_recordERKNS1_13ObTableLockOpERPNS1_22ObMemCtxLockOpLinkNodeEb +_ZN9oceanbase11transaction14ObTransService19get_write_store_ctxERNS0_8ObTxDescERKNS0_16ObTxReadSnapshotENS_18concurrent_control11ObWriteFlagERNS_7storage10ObStoreCtxE +_ZN9oceanbase11transaction14ObTransService14create_tx_ctx_ERKNS_5share6ObLSIDEPNS_7storage4ObLSERKNS0_8ObTxDescERPNS0_14ObPartTransCtxE +_ZZN9oceanbase11transaction14ObTransService14create_tx_ctx_ERKNS_5share6ObLSIDEPNS_7storage4ObLSERKNS0_8ObTxDescERPNS0_14ObPartTransCtxEENK6$_1236clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase11transaction12ObLSTxCtxMgr13create_tx_ctxERKNS0_13ObTxCreateArgERbRPNS0_14ObPartTransCtxE +_ZN9oceanbase6common13ObSEArrayImplINS_4palf3LSNELl10ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_10ObTransCtxENS0_13TransCtxAllocENS_6common10SpinRWLockELl16384EE16BucketWLockGuardC2ERKS6_m +_ZN9oceanbase11transaction16ObLSTxLogAdapter8get_roleERbRl +_ZN9oceanbase6common8TCRWLock10RLockGuardC2ERS1_ +_ZNK9oceanbase4palf10PalfHandle8get_roleERNS_6common6ObRoleERlRb +_ZN9oceanbase11transaction12ObLSTxCtxMgr35try_wait_gts_and_inc_max_commit_ts_Ev +_ZN9oceanbase11transaction14ObPartTransCtx4initEmRKNS_6common6ObAddrEjRKNS0_9ObTransIDElRKNS_5share6ObLSIDEmPNS0_14ObTransServiceEmlPNS0_12ObLSTxCtxMgrEb +_ZN9oceanbase7storage9ObTxTable13alloc_tx_dataERNS0_13ObTxDataGuardE +_ZN9oceanbase6common13ObSEArrayImplIjLl8ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase7storage15ObTableHandleV2D1Ev +_ZN9oceanbase7storage15ObTableHandleV2D2Ev +_ZN9oceanbase7storage13ObTxDataTable13alloc_tx_dataERNS0_13ObTxDataGuardE +_ZN9oceanbase8memtable18ObTransCallbackMgr11trans_startEv +_ZN9oceanbase11transaction21ObTxLogBigSegmentInfo5resetEv +_ZN9oceanbase7storage15ObTableHandleV2aSERKS1_ +_ZN9oceanbase11transaction9tablelock11ObLockTable17get_lock_memtableERNS_7storage15ObTableHandleV2E +_ZN9oceanbase6common12ObSliceAlloc5allocEv +_ZN9oceanbase11transaction11ObCtxTxData4initEPNS0_12ObLSTxCtxMgrEl +_ZN9oceanbase8memtable13ObMemtableCtx4initEm +_ZN9oceanbase8memtable16ObQueryAllocator4initEm +_ZN9oceanbase8memtable24ObMemtableCtxCbAllocator4initEm +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction11ObStateInfoELl1ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase6common18ObServerObjectPoolINS_11transaction14ObPartTransCtxEE13borrow_objectEv +_ZN9oceanbase8memtable10ObIMvccCtx22register_table_lock_cbEPNS_11transaction9tablelock14ObLockMemtableEPNS3_22ObMemCtxLockOpLinkNodeE +_ZN9oceanbase8memtable16ObITransCallback13before_appendEb +_ZN9oceanbase8memtable16ObITransCallback12after_appendEbi +_ZZN9oceanbase11transaction14ObTransService19get_write_store_ctxERNS0_8ObTxDescERKNS0_16ObTxReadSnapshotENS_18concurrent_control11ObWriteFlagERNS_7storage10ObStoreCtxEENK6$_1228clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase8memtable12ObMvccEngine3getERNS0_15ObMvccAccessCtxERKNS_6common11ObQueryFlagEbPKNS0_13ObMemtableKeyEPS8_RNS0_19ObMvccValueIteratorE +_ZN9oceanbase8memtable8ObMtHash9fill_pairEPNS0_10ObHashNodeES3_l +_ZZN9oceanbase8memtable19ObMvccValueIterator4initERNS0_15ObMvccAccessCtxEPKNS0_13ObMemtableKeyEPNS0_9ObMvccRowERKNS_6common11ObQueryFlagEbENK4$_95clEPKc.0340b0f4925be2641495b31f3f56bf33.llvm.12710456825615752044 +_ZN9oceanbase11transaction12ObLSTxCtxMgr23in_leader_serving_stateEv +_ZN9oceanbase8memtable12ObMvccEngine9ensure_kvEPKNS0_13ObMemtableKeyEPNS0_9ObMvccRowE +_ZN9oceanbase8keybtree11WriteHandleINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE9find_pathEPNS0_9BtreeNodeIS3_S5_EES3_ +_ZNK9oceanbase8memtable20ObStoreRowkeyWrapper7compareERKS1_Ri +_ZN9oceanbase6common13ObObjCmpFuncs8cmp_funcILNS0_14ObObjTypeClassE2ELS3_2EEEiRKNS0_5ObObjES6_RKNS0_12ObCompareCtxE +_ZN9oceanbase6common5ObObj9deep_copyERKS1_PclRl +_ZZN9oceanbase3sql20ObDASIndexDMLAdaptorILi2ENS0_16ObDASDMLIteratorEE12write_tabletERS2_RlENKUlPKcE_clES7_ +_ZZN9oceanbase11transaction14ObPartTransCtx4initEmRKNS_6common6ObAddrEjRKNS0_9ObTransIDElRKNS_5share6ObLSIDEmPNS0_14ObTransServiceEmlPNS0_12ObLSTxCtxMgrEbENK5$_133clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase8memtable9ObMvccRow10mvcc_writeERNS0_14ObIMemtableCtxENS_18concurrent_control11ObWriteFlagERKNS_11transaction12ObTxSnapshotERNS0_15ObMvccTransNodeERNS0_17ObMvccWriteResultE +_ZN9oceanbase6common12ObSliceAlloc13prepare_blockEv +_ZZN9oceanbase11transaction14ObTransService14acquire_tx_ctxERKNS_5share6ObLSIDERKNS0_8ObTxDescERPNS0_14ObPartTransCtxEPNS_7storage4ObLSEENK6$_1232clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase11transaction10ObTxCtxMgr17get_ls_tx_ctx_mgrERKNS_5share6ObLSIDERPNS0_12ObLSTxCtxMgrE +_ZN9oceanbase7storage15ObRelativeTableD1Ev +_ZN9oceanbase7storage15ObRelativeTableD2Ev +_ZN9oceanbase5share6schema19ObSchemaGetterGuardD1Ev +_ZN9oceanbase5share6schema19ObSchemaGetterGuardD2Ev +_ZN9oceanbase8keybtree10ObKeyBtreeINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE6retireERNS_6common10HazardListE +_ZN9oceanbase6common13RetireStation10RetireList6retireERNS0_10HazardListES4_lRNS0_6QClockE +_ZZN9oceanbase11transaction14ObTransService41fetch_cflict_tx_ids_from_mem_ctx_to_desc_ERNS_8memtable15ObMvccAccessCtxEENK6$_1240clEPKc.93feb755617c21c32b229b78773c290c.llvm.7500421310533733367 +_ZN9oceanbase3lib17ObMallocAllocator5allocElRKNS0_9ObMemAttrE +_ZNK9oceanbase3lib17ObMallocAllocator24get_tenant_ctx_allocatorEmm +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction18ObEncryptMetaCacheELl1ENS0_19ModulePageAllocatorELb0EED2Ev +_ZZN9oceanbase11transaction14ObPartTransCtx12start_accessERKNS0_8ObTxDescElENK5$_757clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase11transaction14ObPartTransCtx15submit_redo_logEb +_ZN9oceanbase6common16ObMemLeakChecker8on_allocERNS_3lib7AObjectERKNS2_9ObMemAttrE +_ZN9oceanbase3lib17ObMallocAllocator4freeEPv +_ZZN9oceanbase11transaction14ObTransService14revert_tx_ctx_EPNS_7storage4ObLSEPNS0_14ObPartTransCtxEENK6$_1234clEPKc.93feb755617c21c32b229b78773c290c.llvm.7500421310533733367 +_ZZN9oceanbase11transaction14ObPartTransCtx10end_accessEvENK5$_758clEPKc.93feb755617c21c32b229b78773c290c.llvm.7500421310533733367 +_ZN9oceanbase7storage14ObTabletHandle5resetEv +_ZZNK9oceanbase11transaction14ObTxVersionMgr17get_max_commit_tsEbENKUlPKcE_clES3_ +_ZN9oceanbase8memtable13ObLockWaitMgr15set_hash_holderIJRKNS_6common10ObTabletIDERKNS0_13ObMemtableKeyENS_11transaction9ObTransIDEEEEvDpOT_ +_ZN9oceanbase7storage15ObAccessService25audit_tablet_opt_dml_statERKNS0_14ObDMLBaseParamERKNS_6common10ObTabletIDENS5_16ObOptDmlStatTypeEl +_ZN9oceanbase7storage19ObStorageTableGuard29check_freeze_to_inc_write_refEPNS0_8ObITableERbS4_ +_ZN9oceanbase8memtable10ObMemtable13inc_write_refEv +_ZN9oceanbase8memtable10ObMemtable15get_freeze_flagEv +_ZN9oceanbase8memtable10ObMemtable20get_is_tablet_freezeEv +_ZNK9oceanbase8memtable10ObMemtable18is_active_memtableEv +_ZN9oceanbase7storage19ObStorageTableGuardD1Ev +_ZN9oceanbase7storage19ObStorageTableGuardD2Ev +_ZN9oceanbase8memtable10ObMemtable13dec_write_refEv _ZN9oceanbase7storage26ObTabletCreateDeleteHelper20check_and_get_tabletERKNS0_14ObTabletMapKeyERNS0_14ObTabletHandleEl _ZNK9oceanbase7storage14ObMetaObjGuardINS0_8ObTabletEE8is_validEv _ZN9oceanbase7storage14ObTabletHandleaSERKS1_ _ZN9oceanbase7storage14ObTabletHandleD1Ev _ZN9oceanbase7storage14ObTabletHandleD2Ev +_ZN9oceanbase7storage18ObTenantMetaMemMgr10get_tabletERKNS0_18WashTabletPriorityERKNS0_14ObTabletMapKeyERNS0_14ObTabletHandleE +_ZN9oceanbase7storage19ObMetaPointerHandleINS0_14ObTabletMapKeyENS0_8ObTabletEED2Ev +_ZN9oceanbase7storage20ObResourceValueStoreINS0_13ObMetaPointerINS0_8ObTabletEEEE11dec_ref_cntERl +_ZN9oceanbase7storage16ObMetaPointerMapINS0_14ObTabletMapKeyENS0_8ObTabletEE26try_get_in_memory_meta_objERKS2_RNS0_19ObMetaPointerHandleIS2_S3_EERNS0_14ObMetaObjGuardIS3_EERb +_ZN9oceanbase7storage14ObMetaObjGuardINS0_8ObTabletEE7set_objERNS0_9ObMetaObjIS2_EE +_ZN9oceanbase7storage13ObResourceMapINS0_14ObTabletMapKeyENS0_13ObMetaPointerINS0_8ObTabletEEEE16get_without_lockINS0_25ObResourceDefaultCallbackIS2_S5_EEEEiRKS2_RNS0_16ObResourceHandleIS5_EET_ +_ZN9oceanbase7storage20ObResourceValueStoreINS0_13ObMetaPointerINS0_8ObTabletEEEE11inc_ref_cntEv +_ZN9oceanbase6common4hash11ObHashTableINS_7storage14ObTabletMapKeyENS1_11HashMapPairIS4_PNS3_20ObResourceValueStoreINS3_13ObMetaPointerINS3_8ObTabletEEEEEEENS1_9hash_funcIS4_EENS1_8equal_toIS4_EENS1_10pair_firstISC_EENS1_13SimpleAllocerINS1_15ObHashTableNodeISC_EELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE14get_refactoredERKS4_RSC_l +_ZN9oceanbase6common18ObBucketRLockGuardD2Ev +_ZN9oceanbase6common12ObBucketLock6unlockEm _ZNK9oceanbase7storage8ObTablet17inner_get_tx_dataERNS0_29ObTabletTxMultiSourceDataUnitERb _ZN9oceanbase7storage29ObTabletTxMultiSourceDataUnit9deep_copyEPKNS_8memtable22ObIMultiSourceDataUnitEPNS_6common12ObIAllocatorE _ZNK9oceanbase7storage8ObTablet22get_msd_from_memtablesERNS_8memtable22ObIMultiSourceDataUnitEPNS_6common12ObIAllocatorEb _ZNK9oceanbase7storage29ObTabletTxMultiSourceDataUnit4typeEv _ZN9oceanbase8memtable10ObMemtable26get_multi_source_data_unitEPNS0_22ObIMultiSourceDataUnitEPNS_6common12ObIAllocatorEb -_ZN9oceanbase7storage18ObTenantMetaMemMgr10get_tabletERKNS0_18WashTabletPriorityERKNS0_14ObTabletMapKeyERNS0_14ObTabletHandleE -_ZN9oceanbase7storage19ObMetaPointerHandleINS0_14ObTabletMapKeyENS0_8ObTabletEED2Ev -_ZN9oceanbase7storage20ObResourceValueStoreINS0_13ObMetaPointerINS0_8ObTabletEEEE11dec_ref_cntERl -_ZN9oceanbase7storage16ObMetaPointerMapINS0_14ObTabletMapKeyENS0_8ObTabletEE26try_get_in_memory_meta_objERKS2_RNS0_19ObMetaPointerHandleIS2_S3_EERNS0_14ObMetaObjGuardIS3_EERb -_ZN9oceanbase7storage20ObResourceValueStoreINS0_13ObMetaPointerINS0_8ObTabletEEEE11inc_ref_cntEv -_ZN9oceanbase7storage14ObMetaObjGuardINS0_8ObTabletEE7set_objERNS0_9ObMetaObjIS2_EE -_ZN9oceanbase7storage13ObResourceMapINS0_14ObTabletMapKeyENS0_13ObMetaPointerINS0_8ObTabletEEEE16get_without_lockINS0_25ObResourceDefaultCallbackIS2_S5_EEEEiRKS2_RNS0_16ObResourceHandleIS5_EET_ -_ZN9oceanbase6common4hash11ObHashTableINS_7storage14ObTabletMapKeyENS1_11HashMapPairIS4_PNS3_20ObResourceValueStoreINS3_13ObMetaPointerINS3_8ObTabletEEEEEEENS1_9hash_funcIS4_EENS1_8equal_toIS4_EENS1_10pair_firstISC_EENS1_13SimpleAllocerINS1_15ObHashTableNodeISC_EELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE14get_refactoredERKS4_RSC_l -_ZN9oceanbase6common18ObBucketRLockGuardD2Ev -_ZN9oceanbase6common12ObBucketLock6unlockEm -_ZN9oceanbase6common12ObBucketLock6rdlockEml -_ZN9oceanbase6common7ObLatch6rdlockEjl -_ZN9oceanbase7storage14ObTabletHandle5resetEv -_ZN9oceanbase6common23ObReserveArenaAllocatorILl1024EE5allocEl -_ZZN9oceanbase7storage19ObMultipleScanMerge15construct_itersEvENK5$_635clEPKc.60e5f1555e1608e51e89c573dc1497ed -_ZN9oceanbase7storage15ObBlockRowStore4openEv -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction18ObEncryptMetaCacheELl1ENS0_19ModulePageAllocatorELb0EED2Ev -_ZN9oceanbase6common16ObFixedArrayImplIPKNS_5share6schema13ObColumnParamENS0_12ObIAllocatorEE4initEl -_ZN9oceanbase7storage18ObSimpleRowsMergerINS0_24ObScanMergeLoserTreeItemENS0_23ObScanMergeLoserTreeCmpEE4initElRNS_6common12ObIAllocatorE -_ZN9oceanbase7storage15ObBlockRowStore4initERKNS0_18ObTableAccessParamE -_ZN9oceanbase6common16ObFixedArrayImplINS0_17ObObjDatumMapTypeENS0_12ObIAllocatorEE4initEl -_ZN9oceanbase6common16ObFixedArrayImplIiNS0_12ObIAllocatorEE4initEl -_ZN9oceanbase3sql10ObFLTUtils13init_flt_infoENS_7obmysql13Ob20ExtraInfoERNS0_16ObSQLSessionInfoEb -_ZN9oceanbase6common16ObPriorityQueue2ILi0ELi1ELi0EE6do_popERPNS0_6ObLinkEll -_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql10ObEvalInfoENS0_12ObIAllocatorEE16prepare_allocateEl -_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql6ObExprENS0_12ObIAllocatorEE4initEl -_ZN9oceanbase3sql13TriggerHandle19do_handle_after_rowERNS0_15ObTableModifyOpERKNS0_14ObTrigDMLCtDefERNS0_14ObTrigDMLRtDefEm -_ZN9oceanbase3sql16AllocInputHelperILi26EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecERPNS0_9ObOpInputE -_ZNK9oceanbase7obmysql6OMPKOK9serializeEPclRl -_ZN9oceanbase3sql13ObDASUpdateOp7open_opEv -_ZN9oceanbase3sql12ObDMLService14init_dml_paramERKNS0_17ObDASDMLBaseCtDefERNS0_17ObDASDMLBaseRtDefERNS_11transaction16ObTxReadSnapshotERNS_6common12ObIAllocatorERNS_7storage14ObDMLBaseParamE -_ZN9oceanbase3sql20ObDASIndexDMLAdaptorILi3ENS0_16ObDASUpdIteratorEE10write_rowsERKNS_5share6ObLSIDERKNS_6common10ObTabletIDERKNS0_13ObDASUpdCtDefERNS0_13ObDASUpdRtDefERS2_Rl -_ZN9oceanbase7storage15ObAccessService11update_rowsERKNS_5share6ObLSIDERKNS_6common10ObTabletIDERNS_11transaction8ObTxDescERKNS0_14ObDMLBaseParamERKNS6_8ObIArrayImEESJ_PNS6_16ObNewRowIteratorERl -_ZN9oceanbase7storage17ObLSTabletService23prepare_dml_running_ctxEPKNS_6common8ObIArrayImEES6_RNS0_14ObTabletHandleERNS0_15ObDMLRunningCtxE -_ZN9oceanbase7storage14ObMetaObjGuardINS0_8ObTabletEE7get_objEv -_ZN9oceanbase6common13ObSEArrayImplIlLl8ENS0_19ModulePageAllocatorELb0EED2Ev -_ZN9oceanbase7storage15ObDMLRunningCtx4initEPKNS_6common8ObIArrayImEES6_PNS_5share6schema27ObMultiVersionSchemaServiceERNS0_14ObTabletHandleE -_ZN9oceanbase7storage8ObTablet15get_read_tablesElRNS0_21ObTabletTableIteratorEb -_ZN9oceanbase7storage15ObAccessService15ObStoreCtxGuardD2Ev -_ZN9oceanbase11transaction14ObTransService16revert_store_ctxERNS_7storage10ObStoreCtxE -_ZN9oceanbase11transaction7CtxLock4lockEv -_ZN9oceanbase6common11ObArrayImplINS_11transaction16ObTransIDAndAddrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEED2Ev -_ZZN9oceanbase11transaction14ObTransService19get_write_store_ctxERNS0_8ObTxDescERKNS0_16ObTxReadSnapshotERNS_7storage10ObStoreCtxEENK6$_1047clEPKc.93feb755617c21c32b229b78773c290c.llvm.1174378797137616508 -_ZN9oceanbase11transaction14ObTransService41fetch_cflict_tx_ids_from_mem_ctx_to_desc_ERNS_8memtable15ObMvccAccessCtxE -_ZZN9oceanbase11transaction14ObPartTransCtx10end_accessEvENK5$_649clEPKc.93feb755617c21c32b229b78773c290c.llvm.1174378797137616508 -_ZN9oceanbase6common16ObFixedArrayImplIPNS0_7ObDatumENS0_12ObIAllocatorEE4initEl -_ZN9oceanbase3sql13AllocOpHelperILi2EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE -_ZN9oceanbase6common8ObRandomC1Ev -_ZN9oceanbase6common8ObRandomC2Ev -_ZN9oceanbase3sql12ObSortOpImpl4initEmPKNS_6common8ObIArrayINS0_20ObSortFieldCollationEEEPKNS3_INS2_9ObCmpFuncEEEPNS0_9ObEvalCtxEPNS0_13ObExecContextEbbbllbl -_ZZN9oceanbase7storage15ObMultipleMerge20get_next_normal_rowsERllENK5$_515clEPKc.60e5f1555e1608e51e89c573dc1497ed -_ZN9oceanbase3sql13AllocOpHelperILi25EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE -_ZN9oceanbase3sql8ObDASRefC1ERNS0_9ObEvalCtxERNS0_13ObExecContextE -_ZZNK9oceanbase8observer8ObMPBase16init_process_varERNS_3sql8ObSqlCtxERKNS2_15ObMultiStmtItemERNS2_16ObSQLSessionInfoEENK5$_272clEPKc.aab76b6a44351831e19725958b59fc25 -_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl2ENS0_19ModulePageAllocatorELb0EE7reserveEl -_ZZN9oceanbase11transaction14ObTransService14revert_tx_ctx_EPNS_7storage4ObLSEPNS0_14ObPartTransCtxEENK6$_1053clEPKc.93feb755617c21c32b229b78773c290c.llvm.1174378797137616508 -_ZN9oceanbase3sql16ObFastParserBase8ObRawSql11strncasecmpEPKcl -_ZN9oceanbase3sql17ObMergeDistinctOp10inner_openEv -_ZN9oceanbase7storage15ObAccessService20check_write_allowed_ERKNS_5share6ObLSIDERKNS_6common10ObTabletIDENS0_17ObStoreAccessTypeERKNS0_14ObDMLBaseParamERNS_11transaction8ObTxDescERNS1_15ObStoreCtxGuardE -_ZNK9oceanbase8memtable15ObMvccAccessCtx16is_write_valid__Ev -__dynamic_cast -_ZN9oceanbase11transaction9tablelock11ObLockTable4lockERNS_7storage10ObStoreCtxERKNS1_11ObLockParamE -_ZN9oceanbase11transaction14ObTransHashMapINS0_9tablelock8ObLockIDENS2_9ObOBJLockENS2_14ObOBJLockAllocENS_6common10SpinRWLockELl1024EE6revertEPS4_ -_ZN9oceanbase7storage15ObTableHandleV29set_tableEPNS0_8ObITableEPNS0_18ObTenantMetaMemMgrENS2_9TableTypeE -_ZN9oceanbase11transaction14ObPartTransCtx12start_accessERKNS0_8ObTxDescEl -_ZZN9oceanbase11transaction14ObTransService14acquire_tx_ctxERKNS_5share6ObLSIDERKNS0_8ObTxDescERPNS0_14ObPartTransCtxEPNS_7storage4ObLSEENK6$_1051clEPKc.93feb755617c21c32b229b78773c290c.llvm.1174378797137616508 -_ZZN9oceanbase11transaction14ObTransService11get_tx_ctx_ERKNS_5share6ObLSIDEPNS_7storage4ObLSERKNS0_9ObTransIDERPNS0_14ObPartTransCtxEENK6$_1052clEPKc.93feb755617c21c32b229b78773c290c.llvm.1174378797137616508 -_ZN9oceanbase11transaction9tablelock14ObLockMemtable5lock_ERKNS1_11ObLockParamERNS_7storage10ObStoreCtxERNS1_13ObTableLockOpE -_ZN9oceanbase11transaction9tablelock9ObOBJLock4lockERKNS1_11ObLockParamERNS_7storage10ObStoreCtxERKNS1_13ObTableLockOpERKhRNS_6common8ObMallocERNSE_4hash19ObIteratableHashSetINS0_9ObTransIDELm16EEE -_ZN9oceanbase11transaction14ObTransService14acquire_tx_ctxERKNS_5share6ObLSIDERKNS0_8ObTxDescERPNS0_14ObPartTransCtxEPNS_7storage4ObLSE -_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_10ObTransCtxENS0_13TransCtxAllocENS_6common10SpinRWLockELl16384EE3getERKS2_RPS3_ -_ZN9oceanbase3sql8ObDASRef14close_all_taskEv -_ZN9oceanbase3sql13ObDASUpdateOp10release_opEv -_ZN9oceanbase3sql13ObDASDeleteOp10release_opEv -_ZN9oceanbase3sql13ObDASInsertOp10release_opEv -_ZN9oceanbase11transaction14ObTransService25create_implicit_savepointERNS0_8ObTxDescERKNS0_9ObTxParamERlb -_ZN9oceanbase3lib11ObLockGuardINS_6common10ObSpinLockEED2Ev -_ZN9oceanbase6common11ObArrayImplINS_3sql12ObPCPrivInfoENS0_19ModulePageAllocatorELb1ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEED2Ev -_ZN9oceanbase3lib9ObjectMgr10free_blockEPNS0_6ABlockE -_ZN9oceanbase6common11ObArrayImplIPNS_3sql12ObSortOpImpl13SortStoredRowENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS5_EENS0_22NotImplementItemEncodeIS5_EEED2Ev -_ZN9oceanbase3sql16AllocDASOpHelperILi2EE5allocERNS_6common12ObIAllocatorERPNS0_12ObIDASTaskOpE -_ZN9oceanbase6common16ObClassAllocatorINS_8memtable13ObQueryEngine8IteratorINS_8keybtree13BtreeIteratorEEEE3getElNS0_14ObMemCacheTypeERKNS_3lib7ObLabelElb -_ZN9oceanbase11transaction14ObTransService14create_tx_ctx_ERKNS_5share6ObLSIDEPNS_7storage4ObLSERKNS0_8ObTxDescERPNS0_14ObPartTransCtxE -_ZN9oceanbase3sql19ObDataAccessService21execute_dist_das_taskERNS0_8ObDASRefERNS0_12ObIDASTaskOpE -_ZN9oceanbase11transaction9tablelock12ObLockMemCtx15add_lock_recordERKNS1_13ObTableLockOpERPNS1_22ObMemCtxLockOpLinkNodeEb -_ZN9oceanbase3sql15ObTableUpdateOp23write_row_to_das_bufferEv -_ZN9oceanbase6common10EventTable8instanceEv -_ZN9oceanbase3sql12ObDMLService25filter_row_for_view_checkERKNS_6common12ObFixedArrayIPNS0_6ObExprENS2_12ObIAllocatorEEERNS0_9ObEvalCtxERb -_ZN9oceanbase7storage17ObLSTabletService11update_rowsERNS0_10ObStoreCtxERKNS0_14ObDMLBaseParamERKNS_6common8ObIArrayImEESB_PNS7_16ObNewRowIteratorERl -_ZN9oceanbase12blocksstable19ObDatumRowkeyHelperD2Ev -_ZN9oceanbase8memtable16ObQueryAllocator5allocEl -_ZN9oceanbase6common16ObArenaAllocatorD2Ev -_ZNK9oceanbase7storage10ObStoreCtx8is_validEv -_ZNK9oceanbase7storage15ObRelativeTable19is_rowkey_column_idEmRb -_ZN9oceanbase6common10ObRowStoreD1Ev -_ZN9oceanbase6common13ObSEArrayImplIjLl8ENS0_19ModulePageAllocatorELb1EE7destroyEv -_ZN9oceanbase3sql19ObScalarAggregateOp20inner_get_next_batchEl -_ZN9oceanbase3sql14ObExprValuesOp18inner_get_next_rowEv -_ZN9oceanbase3sql7int_intERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE -_ZN9oceanbase3sql13ObDatumCaster15setup_cast_exprERKNS0_11ObDatumMetaERKNS0_6ObExprEmRS5_ -_ZNK9oceanbase3sql12ObQueryRange27get_result_value_with_rowidERKNS0_9ObKeyPartERNS_6common5ObObjERNS0_13ObExecContextERbPNS5_12ObIAllocatorE -_ZNK9oceanbase3sql12ObQueryRange16get_result_valueERNS_6common5ObObjERNS0_13ObExecContextEPNS2_12ObIAllocatorE -_ZN9oceanbase3sql16ObDASUpdIterator12get_next_rowERPNS_6common8ObNewRowE -_ZN9oceanbase3sql10ObDASUtils19project_storage_rowERKNS0_17ObDASDMLBaseCtDefERKNS0_17ObChunkDatumStore9StoredRowERKNS_6common12ObFixedArrayIlNS9_12ObIAllocatorEEERSB_RNS9_8ObNewRowE -_ZNK9oceanbase6common7ObDatum6to_objERNS0_5ObObjERKNS0_9ObObjMetaE -_ZN9oceanbase3sql10ObDASUtils21reshape_storage_valueERKNS_6common9ObObjMetaERKNS2_10ObAccuracyERNS2_12ObIAllocatorERNS2_5ObObjE -_ZN9oceanbase3sql16ObDASWriteBuffer8Iterator12get_next_rowERPKNS0_17ObChunkDatumStore9StoredRowE -_ZN9oceanbase6common5ObObj10set_stringENS0_9ObObjTypeERKNS0_8ObStringE -_ZN9oceanbase6common13ob_create_rowINS0_12ObIAllocatorEEEiRT_lRPNS0_8ObNewRowE -_ZN9oceanbase7obmysql11ObMySQLUtil12store_lengthEPclmRl -_ZN9oceanbase3sql14ObExprValuesOp11inner_closeEv -_ZN9oceanbase3sql9ObEvalCtxD1Ev -_ZN9oceanbase3sql9ObEvalCtxD2Ev -_ZN9oceanbase3sql12ObSortOpImpl9add_batchERKNS_6common8ObIArrayIPNS0_6ObExprEEERKNS0_11ObBitVectorEllPl -_ZN9oceanbase3sql12ObSortOpImpl20add_quick_sort_batchERKNS_6common8ObIArrayIPNS0_6ObExprEEERKNS0_11ObBitVectorEllPl -_ZN9oceanbase3sql12ObSortOpImpl13after_add_rowEPNS0_17ObChunkDatumStore9StoredRowE -_ZN9oceanbase3sql17ObChunkDatumStore9add_batchERKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxERKNS0_11ObBitVectorElRlPPNS1_9StoredRowEl -_ZN9oceanbase3sql17ObChunkDatumStore9add_batchERKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxERKNS0_11ObBitVectorElPKtlPPNS1_9StoredRowE -_ZN9oceanbase3sql17ObChunkDatumStore14init_batch_ctxEll -_ZN9oceanbase3sql17ObChunkDatumStore16ensure_write_blkEl -_ZN9oceanbase3sql17ObChunkDatumStore18alloc_block_bufferERPNS1_5BlockEllb -_ZN9oceanbase3sql13AllocOpHelperILi26EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE -_ZN9oceanbase3sql13ObDatumCaster7destroyEv -_ZN9oceanbase6common16ObWaitEventGuardC1Elmlllb -_ZN9oceanbase3sql14ObExprValuesOp10inner_openEv -_ZN9oceanbase3sql10ObSQLUtils21get_default_cast_modeEbjPKNS0_16ObSQLSessionInfoERm -_ZN9oceanbase3sql10ObSQLUtils21get_default_cast_modeERKNS0_4stmt8StmtTypeEPKNS0_16ObSQLSessionInfoERm -_ZN9oceanbase7storage15ObDMLRunningCtxD2Ev -_ZZN9oceanbase3sql15ObTableModifyOp23get_next_row_from_childEvENK5$_735clEPKc.d0cfd61ae46f76aef14238838f0240b8 -_ZN9oceanbase3sql13ObDASUpdateOpD2Ev -_ZN9oceanbase3sql19ObScalarAggregateOp10inner_openEv -_ZN9oceanbase6common13ObObjFreeList5allocEv -_ZN9oceanbase3sql17ObMergeDistinctOp11inner_closeEv -_ZN9oceanbase3sql15ObTableModifyOp20merge_implict_cursorEllll -_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl1ENS0_19ModulePageAllocatorELb0EE9push_backERKS2_ -_ZN9oceanbase3sql13ObDatumCaster4initERNS0_13ObExecContextE -_ZN9oceanbase7storage15ObRelativeTableD1Ev -_ZN9oceanbase7storage15ObRelativeTableD2Ev -_ZN9oceanbase11transaction11ObTxELRUtil26refresh_elr_tenant_config_Ev -_ZN9oceanbase8memtable10ObIMvccCtx22register_table_lock_cbEPNS_11transaction9tablelock14ObLockMemtableEPNS3_22ObMemCtxLockOpLinkNodeE -_ZN9oceanbase8memtable16ObITransCallback13before_appendEb -_ZN9oceanbase8memtable24ObMemtableCtxCbAllocator5allocEl -_ZN9oceanbase8memtable16ObITransCallback12after_appendEbi -_ZN9oceanbase7storage17ObLSTabletService15process_new_rowERNS0_14ObTabletHandleERNS0_15ObDMLRunningCtxERKNS_6common8ObIArrayIlEERKNS0_10ObStoreRowESD_b -_ZNK9oceanbase7storage8ObITable16is_data_memtableEv -_ZN9oceanbase7storage8ObTablet31insert_row_without_rowkey_checkERNS0_15ObRelativeTableERNS0_10ObStoreCtxERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEERKNS0_10ObStoreRowE -_ZNK9oceanbase7storage8ObITable11is_memtableEv -_ZN9oceanbase6common11ObTimeGuardD2Ev -_ZN9oceanbase7storage8ObTablet25try_update_storage_schemaEllRNS_6common12ObIAllocatorEl -_ZZN9oceanbase8memtable13ObMemtableCtx10write_authEbENK5$_298clEPKc.1dd22efca7fa83ae50e8099a04ad3959.llvm.14600621969055352740 -_ZNK9oceanbase8memtable10ObMemtable18is_frozen_memtableEv -_ZN9oceanbase8memtable10ObMemtable13dec_write_refEv -_ZN9oceanbase8memtable10ObMemtable3setERNS_7storage10ObStoreCtxEmRKNS2_15ObTableReadInfoERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEERKNS2_10ObStoreRowE -_ZN9oceanbase7storage23ObStorageSchemaRecorder25try_update_storage_schemaEllRNS_6common12ObIAllocatorEl -_ZN9oceanbase8memtable10ObMemtable4set_ERNS_7storage10ObStoreCtxEmRKNS2_15ObTableReadInfoERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEERKNS2_10ObStoreRowEPSH_PKNS9_IlEE +_ZN9oceanbase6common13ObSEArrayImplIPNS_7storage8ObITableELl16ENS0_19ModulePageAllocatorELb0EE9push_backERKS4_ +_ZZN9oceanbase8memtable10ObMemtable4set_ERNS_7storage10ObStoreCtxEmRKNS2_15ObTableReadInfoERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEERKNS2_10ObStoreRowEPSH_PKNS9_IlEEENK5$_261clEPKc.1dd22efca7fa83ae50e8099a04ad3959 +_ZZN9oceanbase11transaction14ObTxVersionMgr18update_max_read_tsERKNS_5share3SCNEENKUlPKcE_clES7_ +_ZN9oceanbase8memtable10ObIMvccCtx22register_row_commit_cbEPKNS0_13ObMemtableKeyEPNS0_9ObMvccRowEPNS0_15ObMvccTransNodeElPKNS0_9ObRowDataEPNS0_10ObMemtableEl +_ZN9oceanbase8memtable13ObMemtableCtx24add_trans_mem_total_sizeEl _ZN9oceanbase8memtable10ObIMvccCtx18alloc_row_callbackERS1_RNS0_9ObMvccRowEPNS0_10ObMemtableE _ZN9oceanbase8memtable13ObMemtableCtx14callback_allocEl _ZN9oceanbase6common15ObFIFOAllocator5allocEl -_ZN9oceanbase12blocksstable11ObRowWriter15inner_write_rowElRKNS_7storage10ObStoreRowEPKNS_6common8ObIArrayIlEE -_ZN9oceanbase8memtable13ObMemtableCtx26pending_log_size_too_largeEv -_ZN9oceanbase7storage19ObStorageTableGuard25refresh_and_protect_tableERNS0_15ObRelativeTableE -_ZN9oceanbase8memtable10ObMemtable15get_freeze_flagEv -_ZN9oceanbase8memtable10ObMemtable20get_is_tablet_freezeEv -_ZNK9oceanbase8memtable10ObMemtable18is_active_memtableEv -_ZNK9oceanbase5share6schema18ObTableSchemaParam16is_rowkey_columnEmRb -_ZN9oceanbase8memtable16ObQueryAllocator4freeEPv -_ZN9oceanbase3sql16ObDASUpdIteratorD2Ev -_ZN9oceanbase3sql16ObDASDMLIteratorD2Ev -_ZN9oceanbase3sql8ObSortOp11inner_closeEv -_ZN9oceanbase7storage17ObLSTabletService19check_rowkey_changeERKNS_6common8ObIArrayImEERKNS0_15ObRelativeTableERbSA_ -_ZN9oceanbase6common16ObFixedArrayImplIiNS0_12ObIAllocatorEE9push_backERKi -_ZN9oceanbase6common13ObSEArrayImplImLl1ENS0_19ModulePageAllocatorELb0EE9push_backERKm -_ZN9oceanbase3sql13AllocOpHelperILi30EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE -_ZNK9oceanbase6common5ObObj32check_collation_free_and_compareERKS1_ -_ZN9oceanbase3sql13AllocOpHelperILi24EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE -_ZN9oceanbase3sql15ObTableModifyOpC2ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE -_ZN9oceanbase6common11ObArrayImplINS_11transaction9ObTransIDENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEED2Ev -_ZN9oceanbase3sql12ObSortOpImpl5reuseEv -_ZN9oceanbase3sql17ObChunkDatumStore5resetEv -_ZN9oceanbase3sql17ObChunkDatumStore13ChunkIterator5resetEv -_ZN9oceanbase11transaction14ObTransService33create_global_implicit_savepoint_ERNS0_8ObTxDescERKNS0_9ObTxParamERlb -_ZN9oceanbase8memtable10ObMemtable11mvcc_write_ERNS_7storage10ObStoreCtxEPKNS0_13ObMemtableKeyERKNS2_15ObTableReadInfoERKNS0_11ObTxNodeArgERb -_ZNK9oceanbase8memtable13ObMemtableCtx9get_tx_idEv -_ZN9oceanbase8memtable13ObMemtableCtx18get_tx_table_guardEv -_ZN9oceanbase8memtable13ObMemtableCtx24add_trans_mem_total_sizeEl -_ZN9oceanbase8memtable8ObMtHash6do_getEPKNS0_20ObStoreRowkeyWrapperERPNS0_9ObMvccRowERS4_ -_ZNK9oceanbase8memtable20ObStoreRowkeyWrapper5equalERKS1_Rb -_ZN9oceanbase8memtable12ObMvccEngine14build_tx_node_ERNS0_14ObIMemtableCtxERKNS0_11ObTxNodeArgERPNS0_15ObMvccTransNodeE -_ZN9oceanbase6common20ObGMemstoreAllocator11AllocHandle5allocEl -_ZN9oceanbase8memtable17ObMvccRowCallback12after_appendEbi -_ZNK9oceanbase6common8ObRowkey10murmurhashEm _ZN9oceanbase8memtable18ObTransCallbackMgr6appendEPNS0_16ObITransCallbackE _ZN9oceanbase8memtable16ObTxCallbackList13SpinLockGuardC2ERNS_6common7ObLatchE -_ZN9oceanbase8memtable8ObMtHash15get_bucket_nodeElmRPNS0_10ObHashNodeERNS1_9GenealogyE -_ZN9oceanbase8memtable13ObMTKVBuilder8dup_dataINS0_14ObMemtableDataEEEiRPNS0_15ObMvccTransNodeERNS_6common12ObIAllocatorEPKT_ -_ZN9oceanbase8memtable12ObMvccEngine9ensure_kvEPKNS0_13ObMemtableKeyEPNS0_9ObMvccRowE -_ZN9oceanbase8memtable9ObMvccRow10mvcc_writeERNS0_14ObIMemtableCtxENS_5share3SCNERNS0_15ObMvccTransNodeERNS0_17ObMvccWriteResultE -_ZN9oceanbase6common20ObGMemstoreAllocator5allocERNS1_11AllocHandleEl -_ZN9oceanbase6common11ObFifoArena13advance_clockEv -_ZNK9oceanbase6common8ObRowkey5equalERKS1_Rb -_ZN9oceanbase6common13ObSEArrayImplINS_3sql15ObCandiTableLocELl2ENS0_19ModulePageAllocatorELb0EE5reuseEv -_ZN9oceanbase11transaction14ObTransService23acquire_local_snapshot_ERKNS_5share6ObLSIDERNS2_3SCNE -_ZN9oceanbase6common16ObFixedArrayImplINS0_17ObObjDatumMapTypeENS0_12ObIAllocatorEE9push_backERKS2_ -_ZN9oceanbase3sql11ObResultSet8open_cmdEv -_ZN9oceanbase3lib17__MemoryContext__14create_contextIJRNS0_12ContextParamEPNS0_10StaticInfoEEEEiRNS0_13MemoryContextERKNS0_11DynamicInfoEDpOT_ -_ZN9oceanbase5obrpc18ObRpcProcessorBase14set_ob_requestERNS_3rpc9ObRequestE -_ZN9oceanbase7obmysql11ObMySQLUtil15number_cell_strEPclRKNS_6common6number8ObNumberERlsbi -_ZN9oceanbase3sql16ObFastParserBase12process_hintEv -_ZZN9oceanbase3sql16ObDASUpdIterator12get_next_rowERPNS_6common8ObNewRowEENK5$_445clEPKc.45c27dd3dc8b42ec4ef71c6f367bd924 -_ZN9oceanbase6common9Ob2DArrayIPNS_3sql20ObAggregateProcessor8GroupRowELi65408ENS0_19ModulePageAllocatorELb0ENS0_9ObSEArrayIPS5_Ll64ES6_Lb0EEEE9push_backERKS5_ -_ZZN9oceanbase11transaction14ObTransService41fetch_cflict_tx_ids_from_mem_ctx_to_desc_ERNS_8memtable15ObMvccAccessCtxEENK6$_1059clEPKc.93feb755617c21c32b229b78773c290c.llvm.1174378797137616508 -_ZN9oceanbase5share6schema19ObSchemaGetterGuard16get_table_schemaEmmRPKNS1_13ObTableSchemaE -_ZN9oceanbase11transaction14ObPartTransCtx15submit_redo_logEb -_ZN9oceanbase11transaction12CtxLockGuardD1Ev -_ZN9oceanbase11transaction12CtxLockGuardD2Ev -_ZN9oceanbase6common7ObLatch10try_wrlockEjPKj -_ZN9oceanbase11transaction10ObTransCtx12after_unlockERNS0_10CtxLockArgE -_ZN9oceanbase11transaction14ObTransService23handle_tx_commit_resultERKNS0_9ObTransIDEiNS_5share3SCNE -_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_8ObTxDescENS0_11ObTxDescMgr13ObTxDescAllocENS_6common10SpinRWLockELl65536EE3getERKS2_RPS3_ -_ZN9oceanbase3lib20ObTenantCtxAllocator10free_chunkEPNS0_6AChunkERKNS0_9ObMemAttrE -_ZNSt14_Function_base13_Base_managerIZNK9oceanbase3lib20ObTenantCtxAllocator8get_holdEvEUlPKNS2_17ObTenantMemoryMgrEE_E10_M_managerERSt9_Any_dataRKS9_St18_Manager_operation -_ZN9oceanbase6common14ObMaxWaitGuardC1EPNS0_15ObWaitEventDescEPNS0_21ObDiagnoseSessionInfoE -_ZN9oceanbase6common10ObFunctionIFbvEE8AbstractD2Ev -_ZN9oceanbase3sql8ObSortOp7destroyEv -_ZN9oceanbase12blocksstable17ObTmpFileIOHandle5resetEv -_ZN9oceanbase6common11ObArrayImplIPNS_3sql17ObChunkDatumStore9StoredRowENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS5_EENS0_22NotImplementItemEncodeIS5_EEED2Ev -_ZN9oceanbase12blocksstable17ObTmpFileIOHandleD1Ev -_ZN9oceanbase12blocksstable17ObTmpFileIOHandleD2Ev -_ZN9oceanbase3sql17ObChunkDatumStore13ChunkIteratorD1Ev -_ZN9oceanbase3sql17ObChunkDatumStore13ChunkIteratorD2Ev -_ZZN9oceanbase3sql20ObDASIndexDMLAdaptorILi3ENS0_16ObDASUpdIteratorEE12write_tabletERS2_RlENKUlPKcE_clES7_ -_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5378EvEEED2Ev -_ZN9oceanbase6common16ObFixedArrayImplIPKNS_5share6schema13ObColumnParamENS0_12ObIAllocatorEE9push_backERKS6_ -_ZN9oceanbase8observer16ObAsyncCmdDriver15response_resultERNS0_16ObMySQLResultSetE -_ZN9oceanbase11transaction8ObTxDesc17execute_commit_cbEv -_ZN9oceanbase6common12ObLatchMutex6unlockEv -_ZN9oceanbase3sql23ObEndTransAsyncCallback8callbackEi -_ZN9oceanbase8observer15ObSqlEndTransCb8callbackEi -_ZN9oceanbase3sql17ObSqlTransControl22reset_session_tx_stateEPNS0_18ObBasicSessionInfoEb -_ZN9oceanbase11transaction11ObTxDescMgr6removeERNS0_8ObTxDescE -_ZThn8_N9oceanbase3sql16ObSQLSessionInfo17reset_tx_variableEv -_ZN9oceanbase11transaction14ObTransService8init_tx_ERNS0_8ObTxDescEj -_ZN9oceanbase11transaction8ObTxDesc5resetEv -_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_8ObTxDescENS0_11ObTxDescMgr13ObTxDescAllocENS_6common10SpinRWLockELl65536EE3delERKS2_PS3_ -_ZZN9oceanbase11transaction11ObTxDescMgr6removeERNS0_8ObTxDescEENK6$_1106clEPKc.6c6f3ed9193054173c335adef4549614.llvm.12220373452651571582 -_ZN9oceanbase6common8ObLogger10get_loggerEv -_ZN9oceanbase5share19ObTenantSwitchGuard9switch_toEmb -_ZN9oceanbase11transaction8ObTxDesc16cancel_commit_cbEv -_ZN9oceanbase6common15ObWarningBufferaSERKS1_ -_ZN9oceanbase3sql13AllocOpHelperILi11EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE -_ZN9oceanbase3sql17ObMergeDistinctOpC1ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE -_ZN9oceanbase3sql13TriggerHandle20do_handle_before_rowERNS0_15ObTableModifyOpERNS0_17ObDASDMLBaseCtDefERKNS0_14ObTrigDMLCtDefERNS0_14ObTrigDMLRtDefE -_ZZN9oceanbase11transaction11ObTxDescMgr3getERKNS0_9ObTransIDERPNS0_8ObTxDescEENK6$_1103clEPKc.6c6f3ed9193054173c335adef4549614.llvm.12220373452651571582 -_ZN9oceanbase3sql13AllocOpHelperILi10EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE -_ZN9oceanbase3sql20ObAggregateProcessorC1ERNS0_9ObEvalCtxERNS_6common8ObIArrayINS0_10ObAggrInfoEEERKNS_3lib7ObLabelE -_ZN9oceanbase3sql13ObDASDeleteOp7open_opEv -_ZN9oceanbase8observer16ObMPPacketSender7do_initEPNS_3rpc9ObRequestEhbbl -_ZN9oceanbase3sql13ObStmtFactory7destoryEv -_ZN9oceanbase6common11ObArrayImplINS_5share6schema18ObSchemaObjVersionENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_17DefaultItemEncodeIS4_EEED2Ev -_ZN9oceanbase6common13ObSEArrayImplINS_3sql7QbNamesELl8ENS0_19ModulePageAllocatorELb1EE7destroyEv -_ZZN9oceanbase11transaction11ObTxDescMgr6revertERNS0_8ObTxDescEENK6$_1105clEPKc.6c6f3ed9193054173c335adef4549614.llvm.12220373452651571582 -_ZN9oceanbase6common7ObDatum8from_objERKNS0_5ObObjENS0_17ObObjDatumMapTypeE -_ZN9oceanbase3sql14ObExprValuesOpC1ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE -_ZN9oceanbase3sql10ObOperatorC2ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE +_ZZN9oceanbase8memtable8ObMtHash6insertEPKNS0_20ObStoreRowkeyWrapperEPKNS0_9ObMvccRowEENKUlPKcE0_clES9_ +_ZNK9oceanbase6common11ObFifoArena18expected_wait_timeEl +_ZN9oceanbase6common11ObArrayImplINS_11transaction9ObTransIDENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEED2Ev +_ZN9oceanbase6common12ObBucketLock6rdlockEml +_ZN9oceanbase6common20get_mem_leak_checkerEv +_ZN9oceanbase3lib20ObTenantCtxAllocator5allocElRKNS0_9ObMemAttrE +_ZZN9oceanbase11transaction14ObTransService23acquire_local_snapshot_ERKNS_5share6ObLSIDERNS2_3SCNEENK6$_1260clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase8memtable17ObMvccRowCallback12after_appendEbi +_ZN9oceanbase7storage16MemMgrRLockGuardD2Ev +_ZN9oceanbase6common11ObQSyncLock8rdunlockEv +_ZN9oceanbase8keybtree11WriteHandleINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE11split_childEPNS0_9BtreeNodeIS3_S5_EEiS3_S5_S3_S5_RS9_SA_l +_ZN9oceanbase8keybtree9BtreeNodeINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE4copyERS6_iii +_ZN9oceanbase8keybtree9BtreeNodeINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE15copy_and_insertERS6_iiiS3_S5_S3_S5_ +_ZN9oceanbase8keybtree18BtreeNodeAllocatorINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE10alloc_nodeEb +_ZN9oceanbase6common6QClock13try_quiescentERm +_ZN9oceanbase11transaction14ObPartTransCtx11start_transEv +_ZNK9oceanbase4palf16LogSlidingWindow29leader_can_submit_larger_log_El +_ZNK9oceanbase4palf16LogSlidingWindow12get_start_idEv +_ZN9oceanbase6common14ObTscTimestamp12current_timeEv +_ZN9oceanbase8keybtree10ObKeyBtreeINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE18get_retire_stationEv +_ZN9oceanbase6common16ObPriorityQueue2ILi0ELi1ELi0EE6do_popERPNS0_6ObLinkEll +_ZNK9oceanbase5share6schema19ObSchemaGetterGuard14get_schema_mgrEmRPKNS1_11ObSchemaMgrE +_ZN9oceanbase3sql10ObFLTUtils23init_flt_show_trace_envERNS0_16ObSQLSessionInfoE +_ZNK9oceanbase5share6schema11ObSchemaMgr16get_table_schemaEmmRPKNS1_21ObSimpleTableSchemaV2E +_ZNK9oceanbase6common4hash16ObPointerHashMapImPNS_5share6schema21ObSimpleTableSchemaV2ENS4_13GetTableKeyV2ELl8064ENS0_19ModulePageAllocatorEE14get_refactoredERKmRS6_ +_ZNK9oceanbase5share6schema21ObSimpleTableSchemaV212get_table_idEv +_ZNK9oceanbase6common13ObSEArrayImplINS_5share6schema15ObSchemaMgrInfoELl2ENS0_19ModulePageAllocatorELb0EEixEl +_ZN9oceanbase5obrpc18ObRpcProcessorBase8responseEi +_ZN9oceanbase6common6QClock14wait_quiescentEm +_ZN9oceanbase5share6schema19ObSchemaGetterGuard17get_schema_statusEmRNS1_21ObRefreshSchemaStatusE +_ZN9oceanbase7storage22ObIStorageClogRecorder21try_update_for_leaderElPNS_6common12ObIAllocatorEl +_ZNK9oceanbase4palf11LogStateMgr18is_follower_activeEv +_ZN9oceanbase6common16ObWaitEventGuardC1Elmlllb +_ZN9oceanbase6common16ObWaitEventGuardD1Ev +_ZN9oceanbase8keybtree11WriteHandleINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE9free_listEv +_ZNK9oceanbase6common11ObFifoArena40get_writing_throttling_maximum_duration_Ev +_ZN9oceanbase3sql13ObDASUpdateOp10release_opEv +_ZN9oceanbase5share6schema19ObSchemaGetterGuard18put_to_local_cacheINS1_8ObSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_RNS_6common15ObKVCacheHandleE +_ZN9oceanbase6common15ObPriorityQueueILi1EE3popERPNS0_6ObLinkEl +_ZN9oceanbase6common15ObBlockAllocMgr11alloc_blockElRNS_3lib9ObMemAttrE +_ZN9oceanbase4palf12LogPushRespP7processEv +_ZN9oceanbase5trace7ObTrace7set_tagIPKcJ9ObTagTypelS5_NS_6common8ObStringES5_S7_S5_S7_S5_jEEEvS5_RKT_DpT0_ +_ZN9oceanbase6common13ObSEArrayImplINS_3sql12PCVSchemaObjELl4ENS0_19ModulePageAllocatorELb0EE5resetEv +_ZNK9oceanbase6common11ObFifoArena42get_writing_throttling_trigger_percentage_Ev +_ZNK9oceanbase5share6schema21ObSimpleTableSchemaV214get_table_typeEv _ZN9oceanbase5obrpc18ObRpcProcessorBase3runEv _ZN9oceanbase5obrpc14ObRpcProcessorINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5378EvEEE11m_get_pcodeEv _ZN9oceanbase5obrpc14ObRpcProcessorINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5378EvEEE20m_get_encoded_lengthEv -_ZN9oceanbase5obrpc24ObEasyRpcRequestOperator15response_resultEPNS_3rpc9ObRequestEPNS0_11ObRpcPacketE -_ZN9oceanbase5obrpc18ObRpcProcessorBase9serializeEv -_ZN9oceanbase5share6schema19ObSchemaGetterGuard10get_schemaINS1_13ObTableSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_l -_ZNK9oceanbase5share6schema21ObSimpleTableSchemaV218get_schema_versionEv -_ZN9oceanbase3sql10ObFLTUtils23init_flt_show_trace_envERNS0_16ObSQLSessionInfoE -_ZN9oceanbase7storage15ObAccessService11delete_rowsERKNS_5share6ObLSIDERKNS_6common10ObTabletIDERNS_11transaction8ObTxDescERKNS0_14ObDMLBaseParamERKNS6_8ObIArrayImEEPNS6_16ObNewRowIteratorERl -_ZN9oceanbase7storage17ObLSTabletService11delete_rowsERNS0_10ObStoreCtxERKNS0_14ObDMLBaseParamERKNS_6common8ObIArrayImEEPNS7_16ObNewRowIteratorERl -_ZN9oceanbase7storage17ObLSTabletService20delete_row_in_tabletERNS0_14ObTabletHandleERNS0_15ObDMLRunningCtxERKNS_6common8ObNewRowE -_ZNK9oceanbase3lib20ObTenantCtxAllocator8get_holdEv -_ZN9oceanbase7storage17ObLSTabletService20construct_update_idxElPKNS_5share6schema9ColumnMapERKNS_6common8ObIArrayImEERNS7_9ObSEArrayIlLl8ENS7_19ModulePageAllocatorELb0EEE -_ZZN9oceanbase11transaction14ObTransService8reuse_txERNS0_8ObTxDescEENK6$_1336clEPKc.93feb755617c21c32b229b78773c290c.llvm.1174378797137616508 -_ZN9oceanbase3sql11ObGroupByOp10inner_openEv -_ZN9oceanbase3sql20ObAggregateProcessor4initEv -_ZN9oceanbase3sql13ObDASInsertOpD2Ev -_ZN9oceanbase7storage22ObIStorageClogRecorder21try_update_for_leaderElPNS_6common12ObIAllocatorEl -_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql10ObEvalInfoENS0_12ObIAllocatorEE7reserveEl -_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql10ObEvalInfoENS0_12ObIAllocatorEE4initEl -_ZN9oceanbase3sql15ObTableDeleteOp23write_row_to_das_bufferEv -_ZZN9oceanbase3sql16ObDASDMLIterator12get_next_rowERPNS_6common8ObNewRowEENK5$_113clEPKc.45c27dd3dc8b42ec4ef71c6f367bd924.llvm.4971075310198164357 -MD5_Update -_ZN9oceanbase7storage16MemMgrRLockGuardD2Ev -_ZN9oceanbase5obrpc14ObRpcProcessorINS0_18ObExecutorRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1308EvEEE11m_get_pcodeEv _ZN9oceanbase5obrpc14ObRpcProcessorINS0_12ObPxRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1315EvEEE11m_get_pcodeEv -_ZN9oceanbase6common10ObFunctionIFiRKNS_7storage8ObTxDataEPNS2_9ObTxCCCtxEEE8AbstractD2Ev -_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5387EvEEE20m_get_encoded_lengthEv -_ZN9oceanbase6common16ObArenaAllocator5allocElRKNS_3lib9ObMemAttrE +_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5378EvEEE11decode_baseEPKclRl +_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13ObSrvRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE2340EvEEE11decode_baseEPKclRl +_ZN9oceanbase5obrpc14ObRpcProcessorINS0_18ObExecutorRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1308EvEEE11m_get_pcodeEv +_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13ObSrvRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE2340EvEEE11m_get_pcodeEv +_ZN9oceanbase5obrpc24ObEasyRpcRequestOperator15response_resultEPNS_3rpc9ObRequestEPNS0_11ObRpcPacketE +_ZZN9oceanbase10logservice13ObApplyStatus14push_append_cbEPNS0_8AppendCbEENK4$_21clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 +_ZN9oceanbase8memtable22ObIMultiSourceDataUnit14deep_copy_unitEPKS1_PNS_6common12ObIAllocatorE +_ZN9oceanbase6common9PageArenaIcNS0_19ModulePageAllocatorEE9alloc_bigEl +_ZN9oceanbase5obrpc18ObRpcProcessorBase7cleanupEv +_ZN9oceanbase3rpc11RpcStatBulkILi10EE9add_pieceERKNS0_12RpcStatPieceE +_ZN9oceanbase3rpc11RpcStatItem9add_pieceERKNS0_12RpcStatPieceE +_ZN9oceanbase3omt15ObResourceGroup18check_worker_countERNS0_10ObThWorkerE +_ZZN9oceanbase5share6schema19ObSchemaGetterGuard20get_from_local_cacheINS1_13ObTableSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_ENKUlPKcE1_clESB_ +_ZN9oceanbase12blocksstableL18nonext_ext_compareERKNS0_14ObStorageDatumES3_RKNS_6common9ObCmpFuncERi.8f1e732d6655d093e942b32e16c602d8.llvm.3352923959668555256 +_ZN9oceanbase5obrpc24ObEasyRpcRequestOperator21alloc_response_bufferEPNS_3rpc9ObRequestEl +_ZN9oceanbase6common7ob_freeEPv +_ZN9oceanbase4palf7LogTask5resetEv +_ZNK9oceanbase5share6schema19ObSchemaGetterGuard16check_inner_statEv +_ZN9oceanbase5obrpc20check_arb_white_listElRb +_ZZN9oceanbase5share6schema19ObSchemaGetterGuard18get_schema_versionENS1_12ObSchemaTypeEmmRlENK6$_1286clEPKc.a6efbaab9d7140ca03b63e06bec6f512 +_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5378EvEEED2Ev +_ZN9oceanbase3lib17ObMallocAllocator12get_instanceEv +_ZN9oceanbase6common16ObFixedArrayImplIPKNS0_10ObObjParamENS0_12ObIAllocatorEE7destroyEv +_ZN9oceanbase4palf12LogPushRespP13process_impl_ILb0ELb1EEEiv +_ZN9oceanbase4palf11PalfEnvImpl20get_palf_handle_implElRNS0_20IPalfHandleImplGuardE +_ZNK9oceanbase4palf14PalfHandleImpl17check_can_be_usedEv +_ZN9oceanbase4palf11PalfEnvImpl20get_palf_handle_implElRPNS0_15IPalfHandleImplE +_ZN9oceanbase6common13ObLinkHashMapINS_4palf5LSKeyENS2_15IPalfHandleImplENS2_19PalfHandleImplAllocENS0_9RefHandleELl8EE3getERKS3_RPS4_ +_ZN9oceanbase6common13ObLinkHashMapINS_4palf5LSKeyENS2_15IPalfHandleImplENS2_19PalfHandleImplAllocENS0_9RefHandleELl8EE18get_retire_stationEv +_ZN9oceanbase6common6DCHashINS_4palf5LSKeyELl8EE3getERKS3_RPNS0_11KeyHashNodeIS3_EE +_ZN9oceanbase6common6DCHashINS_4palf5LSKeyELl8EE6Handle10search_preEmRPNS0_8HashNodeE +_ZN9oceanbase6common6DCHashINS_4palf5LSKeyELl8EE6Handle6retireEil +_ZN9oceanbase4palf17LogRequestHandler14handle_requestINS0_11LogPushRespEEEilRKNS_6common6ObAddrERKT_ +_ZN9oceanbase4palf14PalfHandleImpl7ack_logERKNS_6common6ObAddrERKlRKNS0_3LSNE +_ZN9oceanbase4palf19__get_palf_env_implEmRPNS0_12IPalfEnvImplEb +_ZN9oceanbase4palf11PalfEnvImpl13get_tenant_idEv +_ZN9oceanbase3sql23ObRpcRemoteSyncExecuteP7processEv +_ZZN9oceanbase4palf11LogChecksum22acquire_accum_checksumElRlENK5$_163clEPKc.1598dc2348996c1ae1caea6120522988.llvm.10525790219234972597 +_ZN9oceanbase6common16ObCompressorPool12get_instanceEv +_ZN9oceanbase6common12ObSliceAlloc12add_to_blistEPNS0_13ObBlockSlicerE +_ZN9oceanbase6common15ObDListWithLock3delEPNS0_7ObDLinkE +_ZN9oceanbase6common15ObDListWithLock3addEPNS0_7ObDLinkE +_ZN9oceanbase6common22ObMemstoreAllocatorMgr29get_tenant_memstore_allocatorEmRPNS0_20ObGMemstoreAllocatorE +_ZN9oceanbase3sql13ObTableScanOp18inner_get_next_rowEv +_ZN9oceanbase5obrpc18ObRpcProcessorBase14set_ob_requestERNS_3rpc9ObRequestE +_ZN9oceanbase4palf16LogSlidingWindow23generate_new_group_log_ERKNS0_3LSNElRKNS_5share3SCNElRKNS0_7LogTypeEPKclRb +_ZN9oceanbase3omt17ObTenantConfigMgr26default_fallback_tenant_idEv +_ZN9oceanbase6common13ObSEArrayImplINS_3sql12PCVSchemaObjELl4ENS0_19ModulePageAllocatorELb0EE9push_backERKS3_ +_ZNK9oceanbase4palf12LogConfigMgr25get_degraded_learner_listERNS_6common15BaseLearnerListILl2000ENS2_8ObMemberEEE +_ZN9oceanbase5obrpc14ObRpcProcessorINS0_12ObPxRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1315EvEEED2Ev +_ZN9oceanbase5share6schema19ObSchemaGetterGuard18get_schema_versionENS1_12ObSchemaTypeEmmRl +_ZZN9oceanbase8observer27init_srv_xlator_for_palfenvEPNS0_14ObSrvRpcXlatorEEN6$_15648__invokeERKNS0_15ObGlobalContextERPNS_3rpc5frame14ObReqProcessorERNS_5obrpc19ObRpcSessionHandlerE.4993347bc18636af120d9542b56e15f4 +_ZN9oceanbase6common13ObSEArrayImplINS_7storage20ObRow2ExprsProjector4ItemELl4ENS0_19ModulePageAllocatorELb0EE14internal_free_EPv +_ZN9oceanbase4palf16LogSlidingWindow20try_freeze_prev_log_ElRKNS0_3LSNERb +_ZN9oceanbase5obrpc18ObRpcProcessorBase9serializeEv +_ZN9oceanbase6common11ObAllocatorUt_11alloc_blockEmRKNS_3lib9ObMemAttrE +_ZZN9oceanbase4palf11PalfEnvImpl20get_palf_handle_implElRNS0_20IPalfHandleImplGuardEENK5$_753clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase6common22ObMemstoreAllocatorMgr12get_instanceEv +_ZNK9oceanbase5share6schema11ObSchemaMgr17get_tenant_schemaEmRPKNS1_20ObSimpleTenantSchemaE +_ZNK9oceanbase5share6schema19ObSchemaGetterGuard16check_lazy_guardEmRPKNS1_11ObSchemaMgrE +_ZN9oceanbase5obrpc18ObRpcProcessorBase16check_cluster_idEv +_ZZN9oceanbase4palf17LogRequestHandler14handle_requestINS0_11LogPushRespEEEilRKNS_6common6ObAddrERKT_ENK3$_7clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase7storage15ObTenantFreezer21get_tenant_mem_usage_ERNS0_17ObTenantFreezeCtxE +_ZN9oceanbase5obrpc18ObRpcProcessorBase13part_responseEib +_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5378EvEEE11encode_baseEPclRl +_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5387EvEEE11encode_baseEPclRl +_ZNK9oceanbase5obrpc15ObRpcResultCode19serialize_dispatch_EPclRlSt17integral_constantIbLb0EE +_ZNK9oceanbase5obrpc15ObRpcResultCode19get_serialize_size_Ev +_ZN9oceanbase4palf16LogSlidingWindow7ack_logERKNS_6common6ObAddrERKNS0_3LSNE +_ZNK9oceanbase4palf12LogConfigMgr24get_log_sync_member_listERNS_6common16ObMemberListBaseILl7EEERl +_ZN9oceanbase4palf16LogSlidingWindow25try_update_match_lsn_map_ERKNS_6common6ObAddrERKNS0_3LSNE +_ZN9oceanbase6common13ObSEArrayImplINS0_8ObMemberELl1ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase6common15ObLinearHashMapINS0_6ObAddrENS_4palf9LsnTsInfoENS0_14ShareMemMgrTagEE11do_operate_INS3_18UpdateMatchLsnFuncEEEiRKS2_RT_ +_ZNK9oceanbase5obrpc15ObRpcResultCode9serializeEPclRl +_ZN9oceanbase6common15BaseLearnerListILl2000ENS0_8ObMemberEE6appendERKS3_ +easy_request_wakeup +_ZN9oceanbase3sql17ObPhysicalPlanCtxD1Ev +_ZN9oceanbase3sql17ObPhysicalPlanCtxD2Ev +_ZN9oceanbase6common9Ob2DArrayINS_3sql15ObDatumObjParamELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS3_Ll1ES4_Lb0EEEED2Ev +_ZN9oceanbase6common11ObFifoArena19ObWriteThrottleInfo27check_and_calc_decay_factorElll +_ZZN9oceanbase4palf16LogSlidingWindow21handle_committed_log_EvENK5$_156clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZNK9oceanbase5obrpc15ObRpcResultCode10serialize_EPclRl +_ZNK9oceanbase6common13ObSEArrayImplINS0_15ObWarningBuffer11WarningItemELl2ENS0_19ModulePageAllocatorELb0EE9serializeEPclRl +_ZN9oceanbase6common13serialization6encodeILl512EEEiPclRlRAT__Kc +_ZN9oceanbase6common13serialization11encode_vi32EPclRli +_ZN9oceanbase6common13ObSEArrayImplINS_5share6schema19ObSchemaGetterGuard9SchemaObjELl2ENS0_19ModulePageAllocatorELb0EE7reserveEl +_ZNK9oceanbase5share6schema16ObSysVariableMgr23get_sys_variable_schemaEmRPKNS1_25ObSimpleSysVariableSchemaE +_ZN9oceanbase6common17ObjHashCalculatorILNS0_9ObObjTypeE5ENS0_13ObDefaultHashENS0_5ObObjEE15calc_hash_valueERKS4_m +_ZN9oceanbase6common6DCHashINS_4palf5LSKeyELl8EE15do_pending_taskEPNS0_7DCArrayE +_ZZN9oceanbase4palf12LogPushRespP13process_impl_ILb0ELb1EEEivENKUlPKcE0_clES4_ +_ZN9oceanbase3sql13AllocOpHelperILi3EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE +_ZN9oceanbase6common13ObSEArrayImplImLl4ENS0_19ModulePageAllocatorELb0EE7reserveEl +_ZNK9oceanbase3sql8ObOpSpec15create_operatorERNS0_13ObExecContextERPNS0_10ObOperatorE +_ZN9oceanbase11transaction11ObTxDescMgr5allocERPNS0_8ObTxDescE +_ZN6obutil9ObMonitorINS_11ObUtilMutexEEC2Ev +_ZN9oceanbase3lib20ObTenantCtxAllocator12get_obj_holdEPv +_ZN9oceanbase6common6DCHashINS_4palf5LSKeyELl8EE24alloc_and_init_cur_arrayEv +_ZZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE6revertElENKUlPKcE4_clES5_ +_ZNK9oceanbase7storage12ObTenantInfo14get_freeze_ctxERNS0_17ObTenantFreezeCtxE +_ZN9oceanbase4palf26ElectionAcceptResponseMsgP13process_impl_ILb1ELb1EEEiv +_ZN9oceanbase4palf17LogRequestHandler14handle_requestINS0_8election25ElectionAcceptResponseMsgEEEilRKNS_6common6ObAddrERKT_ +_ZN9oceanbase3lib9ObjectMgr11alloc_blockEmRKNS0_9ObMemAttrE +_ZN9oceanbase5share6schema27ObMultiVersionSchemaService10get_schemaEPKNS1_11ObSchemaMgrERKNS1_21ObRefreshSchemaStatusENS1_12ObSchemaTypeEmlRNS_6common15ObKVCacheHandleERPKNS1_8ObSchemaE +_ZN9oceanbase6common15ObKVCacheHandle5resetEv +_ZN9oceanbase5share6schema13ObSchemaCache10get_schemaENS1_12ObSchemaTypeEmmlRNS_6common15ObKVCacheHandleERPKNS1_8ObSchemaE +_ZN9oceanbase6common9ObKVCacheINS_5share6schema16ObSchemaCacheKeyENS3_18ObSchemaCacheValueEE3getERKS4_RPKS5_RNS0_15ObKVCacheHandleE +_ZN9oceanbase6common15ObKVGlobalCache3getElRKNS0_13ObIKVCacheKeyERPKNS0_15ObIKVCacheValueERPNS0_18ObKVMemBlockHandleE +_ZN9oceanbase6common4hash11ObHashTableINS_5share6schema16ObSchemaCacheKeyENS1_11HashMapPairIS5_PKNS4_18ObSchemaCacheValueEEENS1_9hash_funcIS5_EENS1_8equal_toIS5_EENS1_10pair_firstISA_EENS1_13SimpleAllocerINS1_15ObHashTableNodeISA_EELi76ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19ReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE14get_refactoredERKS5_RSA_l +_ZN9oceanbase6common12ObKVCacheMap3getElRKNS0_13ObIKVCacheKeyERPKNS0_15ObIKVCacheValueERPNS0_18ObKVMemBlockHandleE +_ZNK9oceanbase5share6schema16ObSchemaCacheKey4hashEv +_ZNK9oceanbase5share6schema16ObSchemaCacheKeyeqERKNS_6common13ObIKVCacheKeyE +_ZN9oceanbase5share25get_tenant_base_with_lockEmRNS_6common10ObLDHandleERPNS0_12ObTenantBaseERSt8functionIFiS3_EE +_ZNK9oceanbase3omt13ObMultiTenant27get_tenant_with_tenant_lockEmRNS_6common10ObLDHandleERPNS0_8ObTenantE +_ZN9oceanbase6common4hash11ObHashTableIlNS1_11HashMapPairIllEENS1_9hash_funcIlEENS1_8equal_toIlEENS1_10pair_firstIS4_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS4_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv +_ZN9oceanbase5share12ObLSLocation5resetEv +_ZN9oceanbase3sql16AllocInputHelperILi3EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecERPNS0_9ObOpInputE +_ZN9oceanbase3sql16ObFastParserBase8ObRawSql11strncasecmpEPKcl +_ZN9oceanbase6common11ObArrayImplIPNS_3sql3dtl12ObDtlChannelENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS5_EENS0_22NotImplementItemEncodeIS5_EEE7destroyEv +_ZN9oceanbase3sql16ObPlanCacheValue24check_dep_schema_versionERKNS_6common8ObIArrayINS0_12PCVSchemaObjEEERKNS3_IPS4_EERb +_ZN9oceanbase6common10ObObjStoreIPNS_3sql9ObRawExprERNS0_12ObIAllocatorELb1EE7destroyEv +_ZN9oceanbase3omt17ObMultiLevelQueue10pop_timeupERPNS_6common6ObLinkEil +_ZN9oceanbase3omt19ObTenantTimezoneMgr19get_tenant_timezoneEmRNS_6common11ObTZMapWrapERPNS2_21ObTimeZoneInfoManagerE +_ZN9oceanbase3omt19ObTenantTimezoneMgr25get_tenant_timezone_innerEmRNS_6common11ObTZMapWrapERPNS2_21ObTimeZoneInfoManagerE +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction6ObPairINS_5share6ObLSIDElEELl1ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase6common4hash11ObHashTableINS_3omt10ObTenantIDENS1_11HashMapPairIS4_PNS3_14ObTenantConfigEEENS1_9hash_funcIS4_EENS1_8equal_toIS4_EENS1_10pair_firstIS8_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS8_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE32internal_get_with_timeout_unsafeERNS1_17ObHashTableBucketIS8_NS1_5NLockENS1_5NCondEEERKS4_RPKS8_l +_ZZN9oceanbase4palf7LogTask11try_freeze_ERKNS0_3LSNEENK5$_647clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZZN9oceanbase4palf7LogTask20try_freeze_by_myselfEvENK5$_646clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase5obrpc18ObRpcProcessorBase11deserializeEv +_ZN9oceanbase4palf16LogRpcPacketImplINS0_11LogPushRespEE11deserializeEPKclRl +_ZN9oceanbase6common6ObAddr11deserializeEPKclRl +_ZN9oceanbase3lib16ObRuntimeContext11deserializeEPKclRl +_ZN9oceanbase4palf11LogPushResp11deserializeEPKclRl +_ZZN9oceanbase11transaction14ObTransService10acquire_txERPNS0_8ObTxDescEjENK6$_1537clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase6common13serialization11encode_vi64EPclRll +_ZN9oceanbase5share6schema19ObSchemaGetterGuard15get_tenant_infoEmRPKNS1_14ObTenantSchemaE +_ZZN9oceanbase4palf16LogSlidingWindow25try_freeze_last_log_task_ElRKNS0_3LSNERbENK5$_187clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase3sql11ObDASScanOp7open_opEv +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction6ObPairINS_5share6ObLSIDElEELl1ENS0_19ModulePageAllocatorELb0EE5reuseEv +_ZN9oceanbase5obrpc18ObRpcProcessorBase13after_processEi +_ZN9oceanbase11transaction16ObTxReadSnapshotaSERKS1_ +_ZZN9oceanbase4palf16LogSlidingWindow10submit_logEPKclRKNS_5share3SCNERNS0_3LSNERS5_ENK5$_131clES3_.0e4bf25207570af14a78557c8489c4fc +_ZNK9oceanbase8memtable20ObStoreRowkeyWrapper5equalERKS1_Rb +_ZN9oceanbase11transaction14ObTransService10acquire_txERPNS0_8ObTxDescEj +_ZN9oceanbase3sql13ObTableLockOp10inner_openEv +_ZN9oceanbase5obrpc14ObTxKeepaliveP7processEv +_ZN9oceanbase3sql13ObTableScanOp11inner_closeEv +_ZN9oceanbase6common13ObSEArrayImplIPcLl1ENS0_19ModulePageAllocatorELb1EE7destroyEv +_ZN9oceanbase5trace4UUID11deserializeEPKclRl +_ZN9oceanbase7storage15ObAccessService19check_read_allowed_ERKNS_5share6ObLSIDERKNS_6common10ObTabletIDENS0_17ObStoreAccessTypeERKNS0_16ObTableScanParamERNS1_15ObStoreCtxGuardENS2_3SCNE +_ZZN9oceanbase11transaction14ObTransService18get_read_store_ctxERKNS0_16ObTxReadSnapshotEblRNS_7storage10ObStoreCtxEENK6$_1218clEPKc.93feb755617c21c32b229b78773c290c.llvm.7500421310533733367 +_ZN9oceanbase5share18ObTabletAutoincSeq9deep_copyEPKNS_8memtable22ObIMultiSourceDataUnitEPNS_6common12ObIAllocatorE +_ZN9oceanbase6common11ObArrayImplINS_5share23ObTabletAutoincIntervalENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEE5resetEv +_ZN9oceanbase6common11ObArrayImplINS_5share23ObTabletAutoincIntervalENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEE7reserveEl +_ZN9oceanbase6common11ObArrayImplINS_5share23ObTabletAutoincIntervalENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEE6assignERKNS0_8ObIArrayIS3_EE +_ZN9oceanbase4palf25ElectionAcceptRequestMsgP13process_impl_ILb1ELb1EEEiv +_ZN9oceanbase6common10ObRowStoreD1Ev +_ZN9oceanbase6common6ObListINS_3sql19DASRelatedTabletMap8MapEntryENS0_12ObIAllocatorEE6assignIS6_EEiRKT_ +_ZZN9oceanbase4palf16LogSlidingWindow7ack_logERKNS_6common6ObAddrERKNS0_3LSNEENK5$_445clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZZN9oceanbase7storage15ObAccessService25audit_tablet_opt_dml_statERKNS0_14ObDMLBaseParamERKNS_6common10ObTabletIDENS5_16ObOptDmlStatTypeElENK5$_127clEPKc.a13d96b7c27110f7acdd340c58275d80 +_ZN9oceanbase11transaction8ObTxDescC1Ev +_ZN9oceanbase11transaction8ObTxDescC2Ev +_ZN9oceanbase3sql12ObSqlPlanSet15get_plan_normalERNS0_14ObPlanCacheCtxERPNS0_14ObPhysicalPlanE +_ZN9oceanbase6common13ObSEArrayImplImLl8ENS0_19ModulePageAllocatorELb0EED2Ev +_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl8ENS0_19ModulePageAllocatorELb0EED2Ev +_ZN9oceanbase6common13ObSEArrayImplINS_3sql15ObCandiTableLocELl4ENS0_19ModulePageAllocatorELb0EED2Ev +_ZN9oceanbase3sql12ObSqlPlanSet28try_get_local_evolution_planERNS0_14ObPlanCacheCtxERPNS0_14ObPhysicalPlanERb +_ZN9oceanbase3sql15ObCandiTableLocD1Ev +_ZN9oceanbase3sql15ObCandiTableLocD2Ev +_ZN9oceanbase5share12ObLSLocationD1Ev +_ZN9oceanbase11transaction7ObTsMgr22is_external_consistentEm +_ZN9oceanbase6common18ObServerObjectPoolINS_7storage19ObTableScanIteratorEE13borrow_objectEv +_ZN9oceanbase3lib20ObTenantCtxAllocator7reallocEPKvlRKNS0_9ObMemAttrE +_ZN9oceanbase3lib9ObjectMgr12alloc_objectEmRKNS0_9ObMemAttrE +_ZN9oceanbase3lib9SetLockerINS0_7ObMutexEE6unlockEv +_ZN9oceanbase3lib12SubObjectMgr11alloc_blockEmRKNS0_9ObMemAttrE _ZN9oceanbase3lib8BlockSet14get_free_blockEiRKNS0_9ObMemAttrE _ZNK9oceanbase3lib7ABitSet22find_first_significantEi -_ZN9oceanbase3lib8BlockSet14add_free_blockEPNS0_6ABlockEiPNS0_6AChunkE +_ZN9oceanbase8observer23ObProcessMallocCallbackclERKNS_3lib9ObMemAttrEl _ZN9oceanbase3lib8BlockSet11alloc_chunkEmRKNS0_9ObMemAttrE +_ZN9oceanbase3lib9ObjectSet15get_free_objectEj +_ZN9oceanbase3lib9ObjectSet9merge_objEPNS0_7AObjectE +_ZN9oceanbase3lib9ObjectSet18do_free_dirty_listEv +_ZN9oceanbase3lib9ObjectSet20take_off_free_objectEPNS0_7AObjectE _ZN9oceanbase3lib17ObTenantMemoryMgr11alloc_chunkElRKNS0_9ObMemAttrE _ZN9oceanbase3lib17ObTenantMemoryMgr11update_holdElmRKNS0_7ObLabelERb _ZN9oceanbase3lib9AChunkMgr11alloc_chunkEmb _ZN9oceanbase3lib9AChunkMgr11update_holdElb -_ZN9oceanbase3lib11ObLockGuardINS_6common12ObThreadCondEEC2ERS3_ -_ZN9oceanbase3sql17ObMergeDistinctOp20inner_get_next_batchEl -_ZN9oceanbase3sql17ObMergeDistinctOp21deduplicate_for_batchEbPKNS0_11ObBatchRowsE -_ZN9oceanbase6common21ObNullSafeDatumStrCmpILNS0_15ObCollationTypeE45ELb0ELb0EE3cmpERKNS0_7ObDatumES6_ -_ZN9oceanbase3sql17ObChunkDatumStore13LastStoredRow14save_store_rowERKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxEl -_ZN9oceanbase3sql17ObChunkDatumStore9StoredRow8do_buildILb0EEEiRPS2_RKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxEPclj -_ZNK10__cxxabiv117__class_type_info12__do_dyncastElNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE -_ZNK10__cxxabiv120__si_class_type_info12__do_dyncastElNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE -_ZN9oceanbase6common20ObTenantStatEstGuardD2Ev -_ZNK10__cxxabiv121__vmi_class_type_info12__do_dyncastElNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE -_ZN9oceanbase8memtable13ObLockWaitMgr4run1Ev -_ZN9oceanbase6common13ObSEArrayImplINS_8memtable13ObLockWaitMgr8SessPairELl16ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase3lib9AChunkMgr12direct_allocEmbRbb +easy_connection_process_request.8d7a091449e6908669a41293537a4cf4 +_ZN9oceanbase4easy7processEP14easy_request_t +_ZN9oceanbase7obmysql14ObMySQLHandler7processEP14easy_request_t +_ZN9oceanbase7obmysql24ObMysqlProtocolProcessor24process_one_mysql_packetERNS0_17ObMysqlPktContextEPNS0_21ObPacketRecordWrapperERNS0_12ObICSMemPoolElRPvRb +_ZN9oceanbase8observer12ObSrvDeliver7deliverERNS_3rpc9ObRequestE +_Z23check_easy_memory_limitRN9oceanbase3rpc9ObRequestE +_ZN9oceanbase3omt8ObTenant12recv_requestERNS_3rpc9ObRequestE +_ZN9oceanbase3lib7ObFutex4wakeEl +_ZN9oceanbase7obmysql11ObMySQLUtil9get_uint1ERPKcRh +_ZN9oceanbase3rpc25get_stat_srv_by_tenant_idEm +_ZNK9oceanbase3omt13ObMultiTenant10get_tenantEmRPNS0_8ObTenantE +_ZN9oceanbase6common16ObPriorityQueue2ILi0ELi1ELi0EE4pushEPNS0_6ObLinkEi +_ZN9oceanbase6common9SCondTempILi3EE6signalEji +_ZN9oceanbase5obrpc12ObRpcHandler7processEP14easy_request_t +_ZN9oceanbase6common15ObPriorityQueueILi1EE4pushEPNS0_6ObLinkEi +_ZN9oceanbase6common16ObPriorityQueue2ILi1ELi2ELi3EE4pushEPNS0_6ObLinkEi +_ZN9oceanbase5share6_SBaseD2Ev +easy_message_destroy +_ZN9oceanbase3lib9SetLockerINS0_7ObMutexEE7trylockEv +_ZN9oceanbase6common12ObLatchMutex8try_lockEjPKj +_ZN9oceanbase3lib9ObjectSet11free_objectEPNS0_7AObjectE +_ZN9oceanbase3lib12SubObjectMgr10free_blockEPNS0_6ABlockE +_ZN9oceanbase3lib9ObjectSet14do_free_objectEPNS0_7AObjectE +_ZN9oceanbase3lib8BlockSet14add_free_blockEPNS0_6ABlockEiPNS0_6AChunkE +_ZTWN9oceanbase3lib15malloc_callbackE +_ZN9oceanbase3lib8BlockSet10free_chunkEPNS0_6AChunkE +_ZN9oceanbase3lib8BlockSet19take_off_free_blockEPNS0_6ABlockEiPNS0_6AChunkE +_ZN9oceanbase6common13ObPageManager10free_blockEPNS_3lib6ABlockE +_ZN9oceanbase3lib8BlockSet10free_blockEPNS0_6ABlockE +_ZN9oceanbase3lib20ObTenantCtxAllocator10free_chunkEPNS0_6AChunkERKNS0_9ObMemAttrE +_ZNK9oceanbase3lib20ObTenantCtxAllocator8get_holdEv +_ZN9oceanbase3lib17ObTenantMemoryMgr10free_chunkEPNS0_6AChunkERKNS0_9ObMemAttrE +_ZN9oceanbase3lib9AChunkMgr10free_chunkEPNS0_6AChunkE +_ZN9oceanbase6common11ObAllocatorUt_10free_blockEPNS_3lib6ABlockE +_ZN9oceanbase3lib9ObjectMgr10free_blockEPNS0_6ABlockE +easy_connection_write_socket _Z12ob_free_hookPvPKv -_ZN9oceanbase6common4hash11ObHashTableINS_7storage18ObTenantMetaMemMgr19MinMinorSSTableInfoENS1_11HashMapPairIS5_NS1_11HashNullObjEEENS1_9hash_funcIS5_EENS1_8equal_toIS5_EENS1_10pair_firstIS8_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS8_EELi58ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE5beginEv -ev_feed_event -_ZN9oceanbase4easy14set_trace_infoEP14easy_request_tPv -md5_block_asm_data_order -ev_time -MD5_Final -_ZN9oceanbase6common4hash11ObHashTableImNS1_12ObReferedMapImNS_10rootserver14DRUnitStatInfoEE4ItemENS1_9hash_funcImEENS1_8equal_toImEENS7_6GetKeyENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi5ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv +_ZN9oceanbase7storage16ObTxDataMemtable21pre_process_for_mergeEv +_ZN9oceanbase7storage16ObTxDataMemtable11merge_sort_EPFlRKNS0_8ObTxDataEERPS2_ +_ZN9oceanbase6common13ObLinkHashMapINS0_9ObIntWarpENS_11transaction14ObTsSourceInfoENS3_19ObTsSourceInfoAllocENS0_9RefHandleELl8EE4nextEPNS0_12LinkHashNodeIS2_EE +_ZN9oceanbase6common13BaseRefHandleC2ERNS0_13RetireStationE +_ZN9oceanbase8memtable13ObLockWaitMgr4run1Ev _ZN9oceanbase6common4hash24ObHashTableConstIteratorINS_7storage18ObTenantMetaMemMgr19MinMinorSSTableInfoENS1_11HashMapPairIS5_NS1_11HashNullObjEEENS1_9hash_funcIS5_EENS1_8equal_toIS5_EENS1_10pair_firstIS8_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS8_EELi58ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EEppEv -epoll_poll.f8d7388e3b0c2a08f5c22fd7550445b6 -easy_sprintf_num.d385e87c688932a1c661f7dac1e442c1 -_ZN9oceanbase3sql20ObAggregateProcessor13process_batchERNS1_8GroupRowERKNS0_11ObBatchRowsEtt -_ZN9oceanbase3sql20ObAggregateProcessor19inner_process_batchINS1_16ObBatchRowsSliceEEEiRNS1_8GroupRowERT_ll -_ZN9oceanbase3sql20ObAggregateProcessor25process_aggr_batch_resultINS1_16ObBatchRowsSliceEEEiPKNS_6common8ObIArrayIPNS0_6ObExprEEERNS1_8AggrCellERKNS0_10ObAggrInfoERKT_ +easy_connection_do_request.8d7a091449e6908669a41293537a4cf4.llvm.3698276299519448603 +_ZN9oceanbase4easy6decodeEP14easy_message_t +_ZN9oceanbase7obmysql14ObMySQLHandler6decodeEP14easy_message_t +_ZN9oceanbase4easy14set_trace_infoEP14easy_request_tPv +_ZN9oceanbase5obrpc15ObRpcNetHandler6decodeEP14easy_message_t +_ZN9oceanbase5obrpc22ObRpcProtocolProcessor6decodeEP14easy_message_tRPNS0_11ObRpcPacketE +_ZN9oceanbase5obrpc29ObVirtualRpcProtocolProcessor25decode_raw_net_rpc_packetERNS_6common11ObTimeGuardEP14easy_message_tlRPNS0_11ObRpcPacketE +_ZN9oceanbase5obrpc17ObRpcPacketHeader11deserializeEPKclRl +pipecb.f8d7388e3b0c2a08f5c22fd7550445b6 +_ZNK10__cxxabiv121__vmi_class_type_info12__do_dyncastElNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE +_ZN9oceanbase10logservice11ObLSAdapter16wait_append_syncERKNS_5share6ObLSIDE +_ZN9oceanbase7storage10ObLSHandleD1Ev +_ZN9oceanbase7storage10ObLSHandleD2Ev +_ZN9oceanbase6common4hash11ObHashTableINS_7storage18ObTenantMetaMemMgr19MinMinorSSTableInfoENS1_11HashMapPairIS5_NS1_11HashNullObjEEENS1_9hash_funcIS5_EENS1_8equal_toIS5_EENS1_10pair_firstIS8_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS8_EELi58ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE5beginEv +easy_buf_destroy +get_us +_ZN9oceanbase6common4hash11ObHashTableImNS1_12ObReferedMapImNS_10rootserver14DRUnitStatInfoEE4ItemENS1_9hash_funcImEENS1_8equal_toImEENS7_6GetKeyENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi5ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv +_ZN9oceanbase8keybtree10ObKeyBtreeINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE7destroyEPNS0_9BtreeNodeIS3_S5_EE +easy_connection_on_wakeup +_ZN9oceanbase5obrpc15ObRpcNetHandler6encodeEP14easy_request_tPv +_ZN9oceanbase5obrpc22ObRpcProtocolProcessor6encodeEP14easy_request_tPNS0_11ObRpcPacketE +_ZN9oceanbase5obrpc29ObVirtualRpcProtocolProcessor21encode_raw_rpc_packetERNS_6common11ObTimeGuardEP14easy_request_tRPNS0_11ObRpcPacketERi +_ZN9oceanbase5obrpc17ObRpcPacketHeader9serializeEPclRl +_ZN9oceanbase10compaction22ObPartitionMinorMerger15merge_partitionERNS0_16ObTabletMergeCtxEl +_ZNK9oceanbase7storage18ObSimpleRowsMergerINS_10compaction29ObPartitionMergeLoserTreeItemENS2_28ObPartitionMergeLoserTreeCmpEE5emptyEv +_ZNK9oceanbase10compaction20ObPartitionMergeIter12get_curr_rowEv +_ZN9oceanbase7storage18ObSimpleRowsMergerINS_10compaction29ObPartitionMergeLoserTreeItemENS2_28ObPartitionMergeLoserTreeCmpEE8push_topERKS3_ +_ZNK9oceanbase10compaction20ObPartitionMergeIter11is_iter_endEv +_ZN9oceanbase7storage18ObSimpleRowsMergerINS_10compaction29ObPartitionMergeLoserTreeItemENS2_28ObPartitionMergeLoserTreeCmpEE7rebuildEv +_ZNK9oceanbase10compaction20ObPartitionMergeIter20is_base_sstable_iterEv +_ZN9oceanbase10compaction20ObPartitionMergeIter35is_rowkey_shadow_row_already_outputEv +_ZN9oceanbase10compaction20ObPartitionMergeIter34is_rowkey_first_row_already_outputEv +_ZTWN9oceanbase5share17ObTenantDagWorker5self_E +_ZNK9oceanbase7storage18ObSimpleRowsMergerINS_10compaction29ObPartitionMergeLoserTreeItemENS2_28ObPartitionMergeLoserTreeCmpEE18is_unique_championEv +_ZN9oceanbase6common13ObSEArrayImplIPNS_10compaction20ObPartitionMergeIterELl16ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase7storage18ObSimpleRowsMergerINS_10compaction29ObPartitionMergeLoserTreeItemENS2_28ObPartitionMergeLoserTreeCmpEE3popEv +_ZN9oceanbase10compaction22ObPartitionMergeHelper19rebuild_rows_mergerEv +_ZN9oceanbase6common13ObSEArrayImplIlLl16ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase10compaction22ObPartitionMergeHelper25find_rowkey_minimum_itersERNS_6common9ObSEArrayIPNS0_20ObPartitionMergeIterELl16ENS2_19ModulePageAllocatorELb0EEE +_ZN9oceanbase7storage18ObSimpleRowsMergerINS_10compaction29ObPartitionMergeLoserTreeItemENS2_28ObPartitionMergeLoserTreeCmpEE3topERPKS3_ +_ZN9oceanbase10compaction17ObPartitionMerger13set_base_iterERKNS_6common9ObSEArrayIPNS0_20ObPartitionMergeIterELl16ENS2_19ModulePageAllocatorELb0EEE +_ZNK9oceanbase10compaction20ObPartitionMergeIter15is_sstable_iterEv +_ZNK9oceanbase10compaction20ObPartitionMergeIter12is_base_iterEv +_ZN9oceanbase7storage18ObSimpleRowsMergerINS_10compaction29ObPartitionMergeLoserTreeItemENS2_28ObPartitionMergeLoserTreeCmpEE4pushERKS3_ +_ZN9oceanbase10compaction22ObPartitionMinorMerger23merge_same_rowkey_itersERNS_6common9ObSEArrayIPNS0_20ObPartitionMergeIterELl16ENS2_19ModulePageAllocatorELb0EEE +_ZN9oceanbase10compaction17ObPartitionMerger7processERKNS_12blocksstable10ObDatumRowE +_ZN9oceanbase10compaction22ObPartitionMinorMerger13inner_processERKNS_12blocksstable10ObDatumRowE +_ZN9oceanbase12blocksstable18ObMacroBlockWriter10append_rowERKNS0_10ObDatumRowEPKNS0_16ObMacroBlockDescE +_ZNK9oceanbase12blocksstable18ObMacroBlockWriter17is_keep_freespaceEv +_ZNK9oceanbase12blocksstable18ObMicroBlockWriter14get_block_sizeEv +_ZN9oceanbase10compaction28ObPartitionMinorRowMergeIter4nextEv +_ZN9oceanbase10compaction28ObPartitionMinorRowMergeIter10inner_nextEb +_ZN9oceanbase8memtable23ObIMemtableScanIterator12get_next_rowERPKNS_12blocksstable10ObDatumRowE +_ZN9oceanbase8memtable34ObMemtableMultiVersionScanIterator18inner_get_next_rowERPKNS_12blocksstable10ObDatumRowE +_ZN9oceanbase8memtable34ObMemtableMultiVersionScanIterator9row_resetEv +_ZN9oceanbase8memtable34ObMemtableMultiVersionScanIterator20init_next_value_iterEv +_ZZN9oceanbase8memtable34ObMemtableMultiVersionScanIterator18inner_get_next_rowERPKNS_12blocksstable10ObDatumRowEENK5$_449clEPKc.1dd22efca7fa83ae50e8099a04ad3959 +_ZN9oceanbase8memtable34ObMemtableMultiVersionScanIterator21iterate_compacted_rowERKNS_6common13ObStoreRowkeyERNS_12blocksstable10ObDatumRowE +_ZN9oceanbase12blocksstable11ObRowReader17read_memtable_rowEPKclRKNS_7storage15ObTableReadInfoERNS0_10ObDatumRowERNS_8memtable11ObNopBitMapERb +_ZN9oceanbase8memtable27ObMultiVersionValueIterator25get_next_node_for_compactERPKv +_ZNK9oceanbase8memtable13ObQueryEngine8IteratorINS_8keybtree13BtreeIteratorINS0_20ObStoreRowkeyWrapperEPNS0_9ObMvccRowEEEE7get_keyEv +_ZN9oceanbase8memtable25ObMultiVersionRowIterator12get_next_rowERPKNS0_13ObMemtableKeyERPNS0_27ObMultiVersionValueIteratorE +_ZN9oceanbase8memtable13ObQueryEngine8IteratorINS_8keybtree13BtreeIteratorINS0_20ObStoreRowkeyWrapperEPNS0_9ObMvccRowEEEE4nextEb +_ZN9oceanbase6common7ObDatum8from_objERKNS0_5ObObjE +_ZNK9oceanbase8memtable13ObQueryEngine8IteratorINS_8keybtree13BtreeIteratorINS0_20ObStoreRowkeyWrapperEPNS0_9ObMvccRowEEEE9get_valueEv +_ZN9oceanbase8memtable27ObMultiVersionValueIterator23init_multi_version_iterEv +_ZN9oceanbase8memtable34ObMemtableMultiVersionScanIterator23iterate_uncommitted_rowERKNS_6common13ObStoreRowkeyERNS_12blocksstable10ObDatumRowE +_ZN9oceanbase8memtable27ObMultiVersionValueIterator25get_next_uncommitted_nodeERPKvRNS_11transaction9ObTransIDERNS_5share3SCNERl +_ZN9oceanbase8memtable13ObQueryEngine8IteratorINS_8keybtree13BtreeIteratorINS0_20ObStoreRowkeyWrapperEPNS0_9ObMvccRowEEEE13next_internalEb +_ZN9oceanbase8keybtree8IteratorINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE8get_nextERS3_RS5_ +_ZN9oceanbase8keybtree8IteratorINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE9iter_nextERS3_RS5_ +_ZN9oceanbase8keybtree10ScanHandleINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE3getERS3_RS5_bRPS3_ +_ZN9oceanbase8keybtree8IteratorINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE4compERS3_PS3_Ri +_ZN9oceanbase12blocksstable18ObMacroBlockWriter10append_rowERKNS0_10ObDatumRowEl +_ZNK9oceanbase12blocksstable18ObMicroBlockWriter13get_row_countEv +_ZN9oceanbase12blocksstable18ObMacroBlockWriter25append_row_and_hash_indexERKNS0_10ObDatumRowE +_ZNK9oceanbase12blocksstable18ObMicroBlockWriter13get_data_sizeEv +_ZN9oceanbase12blocksstable18ObMacroBlockWriter13save_last_keyERKNS0_10ObDatumRowE +_ZN9oceanbase12blocksstable18ObMacroBlockWriter13save_last_keyERKNS0_13ObDatumRowkeyE +_ZN9oceanbase12blocksstable18ObMicroBlockWriter10append_rowERKNS0_10ObDatumRowE +_ZN9oceanbase12blocksstable11ObRowWriter17inner_write_cellsINS0_14ObStorageDatumEEEiPKT_l +_ZN9oceanbase12blocksstable11ObRowWriter20write_col_in_clusterINS0_14ObStorageDatumEEEiPKT_lll +_ZN9oceanbase12blocksstable11ObRowWriter21append_8_bytes_columnERKNS0_14ObStorageDatumE +_ZN9oceanbase10compaction28ObPartitionMinorRowMergeIter35try_make_committing_trans_compactedEv +_ZNK9oceanbase10compaction28ObPartitionMinorRowMergeIter21is_curr_row_commitingEv +_ZN9oceanbase10compaction17ObPartitionMerger30get_base_iter_curr_macro_blockERPKNS_12blocksstable16ObMacroBlockDescE +_ZN9oceanbase8keybtree8IteratorINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE13set_key_rangeES3_bS3_bl +_ZN9oceanbase12blocksstable18ObSelfBufferWriter12ensure_spaceEl +_ZN9oceanbase5share17ObTenantDagWorker5yieldEv +_ZN9oceanbase12blocksstable18ObMacroBlockWriter17build_micro_blockEv +_ZThn328_N9oceanbase12blocksstable18ObMicroBlockReader7get_rowElRNS0_10ObDatumRowE +_ZN9oceanbase12blocksstable24ObMicroBlockBufferHelper28compress_encrypt_micro_blockERNS0_16ObMicroBlockDescE +_ZN9oceanbase12blocksstable18ObMicroBlockReader7get_rowElRNS0_10ObDatumRowE +_ZN9oceanbase12blocksstable11ObRowReader8read_rowEPKclPKNS_7storage15ObTableReadInfoERNS0_10ObDatumRowE +_ZN9oceanbase12blocksstableL13get_offset_16EPKvl.8f1e732d6655d093e942b32e16c602d8 +_ZN9oceanbase12blocksstable24ObMicroBlockBufferHelper26prepare_micro_block_readerEPKclRPNS0_19ObIMicroBlockReaderE +_ZN9oceanbase12blocksstable18ObMicroBlockWriter11build_blockERPcRl +_ZN9oceanbase6common25ObDataBlockCachePreWarmer14reserve_kvpairERKNS_12blocksstable16ObMicroBlockDescEl +_ZThn24_N9oceanbase12blocksstable21ObDataMicroBlockCache15calc_value_sizeElRKNS_6common14ObRowStoreTypeEllRlRb +_ZThn24_N9oceanbase12blocksstable21ObDataMicroBlockCache9get_cacheERPNS_6common10ObIKVCacheINS0_20ObMicroBlockCacheKeyENS0_22ObMicroBlockCacheValueEEE +_ZN9oceanbase6common15ObLZ4Compressor10decompressEPKclPclRl +LZ4_decompress_safe +_ZN9oceanbase6common15ObLZ4Compressor8compressEPKclPclRl +_ZN9oceanbase12blocksstable22ObMicroBlockCompressor8compressEPKclRS3_Rl +LZ4_compress_default +LZ4_compress_fast_extState +_ZNK9oceanbase6common15ObLZ4Compressor21get_max_overflow_sizeElRl +_ZN9oceanbase12blocksstable18ObMicroBlockWriter5reuseEv +_ZN9oceanbase12blocksstable18ObMicroBlockReader4initERKNS0_16ObMicroBlockDataERKNS_7storage15ObTableReadInfoE +_ZN9oceanbase12blocksstable24ObMicroBlockReaderHelper10get_readerENS_6common14ObRowStoreTypeERPNS0_19ObIMicroBlockReaderE +_ZN9oceanbase6common25ObDataBlockCachePreWarmer21update_and_put_kvpairERKNS_12blocksstable16ObMicroBlockDescE +_ZN9oceanbase6common10ObIKVCacheINS_12blocksstable20ObMicroBlockCacheKeyENS2_22ObMicroBlockCacheValueEE10put_kvpairERNS0_19ObKVCacheInstHandleEPNS0_13ObKVCachePairERNS0_15ObKVCacheHandleEb +_ZN9oceanbase6common12ObBucketLock6wrlockEml +_ZN9oceanbase12blocksstable18ObIMicroBlockCache14reserve_kvpairERKNS0_16ObMicroBlockDescERKNS_7storage15ObTableReadInfoERNS_6common19ObKVCacheInstHandleERNS9_15ObKVCacheHandleERPNS9_13ObKVCachePairERl +_ZN9oceanbase6common9ObKVCacheINS_12blocksstable20ObMicroBlockCacheKeyENS2_22ObMicroBlockCacheValueEE5allocEmllRPNS0_13ObKVCachePairERNS0_15ObKVCacheHandleERNS0_19ObKVCacheInstHandleE +_ZN9oceanbase6common15ObKVGlobalCache5allocINS0_18ObKVMemBlockHandleEEEiRNS0_15ObIKVCacheStoreIT_EElmllRPNS0_13ObKVCachePairERPS3_RNS0_19ObKVCacheInstHandleE +_ZN9oceanbase6common16ObKVCacheInstMap14get_cache_instERKNS0_16ObKVCacheInstKeyERNS0_19ObKVCacheInstHandleE +_ZN9oceanbase12blocksstable18ObMacroBlockWriter17write_micro_blockERNS0_16ObMicroBlockDescE +_ZNK9oceanbase12blocksstable18ObMicroBlockWriter17get_original_sizeEv +_ZNK9oceanbase12blocksstable16ObMicroBlockDesc8is_validEv +_ZN9oceanbase12blocksstable23ObDataIndexBlockBuilder10append_rowERKNS0_16ObMicroBlockDescERKNS0_12ObMacroBlockE +_ZN9oceanbase6common13ObSEArrayImplIlLl4ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase12blocksstable23ObDataIndexBlockBuilder28insert_and_update_index_treeEPKNS0_10ObDatumRowE +_ZN9oceanbase12blocksstable18ObDataBlockMetaValD2Ev +_ZN9oceanbase12blocksstable23ObBaseIndexBlockBuilder10append_rowERKNS0_19ObIndexBlockRowDescE +_ZN9oceanbase12blocksstable10ObDatumRow7reserveElb +_ZN9oceanbase12blocksstable12ObMacroBlock17write_micro_blockERKNS0_16ObMicroBlockDescERl +_ZNK9oceanbase12blocksstable18ObMicroBlockHeader9serializeEPclRl +_ZN9oceanbase6common12ObKVCacheMap3putERNS0_13ObKVCacheInstERKNS0_13ObIKVCacheKeyEPKNS0_13ObKVCachePairEPNS0_18ObKVMemBlockHandleEb +_ZNK9oceanbase6common13ObIKVCacheKey4hashERm +_ZN9oceanbase6common11DefHashFuncINS0_19DatumHashCalculatorILNS0_9ObObjTypeE5ENS0_12ObMurmurHashEEEE4hashERKNS0_7ObDatumEm +_ZN9oceanbase6common18ObBucketWLockGuardD2Ev +_ZN9oceanbase6common24GlobalHazardVersionGuardD2Ev +_ZN9oceanbase12blocksstable18ObMacroBlockWriter11alloc_blockEv +_ZN9oceanbase6common24GlobalHazardVersionGuardC2ERNS0_19GlobalHazardVersionE +_ZN9oceanbase6common19GlobalHazardVersion11delete_nodeEPNS0_17KVCacheHazardNodeE +_ZN9oceanbase6common13ObLinkHashMapINS0_9ObIntWarpENS_3sql11ObPxResInfoENS3_13ObPxInfoAllocENS0_9RefHandleELl8EE4nextEPNS0_12LinkHashNodeIS2_EE +_ZN9oceanbase6common13ObLinkHashMapINS0_9ObIntWarpENS_3sql11ObPxResInfoENS3_13ObPxInfoAllocENS0_9RefHandleELl8EE11try_inc_refEPNS0_12LinkHashNodeIS2_EE +_ZN9oceanbase6common13ObLinkHashMapINS0_9ObIntWarpENS_3sql11ObPxResInfoENS3_13ObPxInfoAllocENS0_9RefHandleELl8EE18get_retire_stationEv +_ZNK9oceanbase6common4hash11ObHashTableImNS1_11HashMapPairImPNS_3sql17ObILibCacheObjectEEENS1_9hash_funcImEENS1_8equal_toImEENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE18foreach_refactoredINS4_16ObGetAllPlanIdOpEEEiRT_ +_ZN9oceanbase11transaction10ObTxCtxMgr38get_ls_min_uncommit_tx_prepare_versionERKNS_5share6ObLSIDERNS2_3SCNE +_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_10ObTransCtxENS0_13TransCtxAllocENS_6common10SpinRWLockELl16384EE19generate_value_arr_ElRNS5_9ObSEArrayIPS3_Ll32ENS5_19ModulePageAllocatorELb0EEE +_ZNK9oceanbase6common4hash11ObHashTableImNS1_11HashMapPairImPNS_3sql17ObILibCacheObjectEEENS1_9hash_funcImEENS1_8equal_toImEENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE18foreach_refactoredINS4_25ObDumpAllCacheObjByTypeOpEEEiRT_ _ZN9oceanbase6common7ObLatch10try_rdlockEj -_ZN9oceanbase3sql15ObTableInsertOp23write_row_to_das_bufferEv -_ZN9oceanbase3sql15ObTableInsertOp15calc_tablet_locERKNS0_10ObInsCtDefERNS0_10ObInsRtDefERPNS0_14ObDASTabletLocE -_ZN9oceanbase3sql23ObExprCalcPartitionBase23calc_part_and_tablet_idEPKNS0_6ObExprERNS0_9ObEvalCtxERmRNS_6common10ObTabletIDE -_ZN9oceanbase3sql23ObExprCalcPartitionBase26calc_no_partition_locationERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE -_ZN9oceanbase3sql12ObDMLService19write_row_to_das_opILi2EEEiRKNS0_17ObDASDMLBaseCtDefERNS0_17ObDASDMLBaseRtDefEPKNS0_14ObDASTabletLocERNS0_10ObDMLRtCtxERKNS_6common12ObFixedArrayIPNS0_6ObExprENSD_12ObIAllocatorEEE -_ZN9oceanbase3sql13ObDASInsertOp14init_task_infoEv -_ZN9oceanbase3sql8ObDASCtx19extended_tablet_locERNS0_13ObDASTableLocERKNS_6common10ObTabletIDERPNS0_14ObDASTabletLocE -_ZN9oceanbase3sql13ObDASTableLoc14add_tablet_locEPNS0_14ObDASTabletLocE -_ZN9oceanbase3sql19ObDASLocationRouter14get_tablet_locERKNS0_17ObDASTableLocMetaERKNS_6common10ObTabletIDERNS0_14ObDASTabletLocE -_ZN9oceanbase3sql19ObDASLocationRouter10get_leaderEmRKNS_6common10ObTabletIDERNS0_14ObDASTabletLocEl -_ZN9oceanbase3sql13ObDASTableLoc20get_tablet_loc_by_idERKNS_6common10ObTabletIDERPNS0_14ObDASTabletLocE -_ZN9oceanbase5share19ObLSLocationService10get_leaderElmRKNS0_6ObLSIDEbRNS_6common6ObAddrE -_ZN9oceanbase6common13ObSEArrayImplINS_5share19ObLSReplicaLocationELl3ENS0_19ModulePageAllocatorELb0EED2Ev -_ZN9oceanbase5share19ObLSLocationService14get_from_cacheElmRKNS0_6ObLSIDERNS0_12ObLSLocationE -_ZN9oceanbase5share17ObLocationService3getEmRKNS_6common10ObTabletIDElRbRNS0_6ObLSIDE -_ZN9oceanbase3sql12ObDMLService18process_insert_rowERKNS0_10ObInsCtDefERNS0_10ObInsRtDefERNS0_15ObTableModifyOpERb -_ZN9oceanbase3sql12ObDMLService17check_column_typeERKNS_6common12ObFixedArrayIPNS0_6ObExprENS2_12ObIAllocatorEEElRKNS2_8ObIArrayINS0_13ColumnContentEEERNS0_15ObTableModifyOpE -_ZN9oceanbase3sql16ObExprColumnConv14column_convertERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE -_ZL26ob_well_formed_len_utf8mb4PK13ObCharsetInfoPKcS3_mPi.5aa8bf9a2f1d92c2672c2bb9fbfc2e97.llvm.16521846675497733876 -_ZN9oceanbase3sql20datum_accuracy_checkERKNS0_6ObExprEmRNS0_9ObEvalCtxERKNS_6common7ObDatumERS7_Ri -_ZN9oceanbase3sql12ObDMLService24filter_row_for_check_cstERKNS_6common12ObFixedArrayIPNS0_6ObExprENS2_12ObIAllocatorEEERNS0_9ObEvalCtxERb -_ZN9oceanbase3sql12ObDMLService14check_row_nullERKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxElRKNS3_INS0_13ColumnContentEEEbRNS0_15ObTableModifyOpE -_ZN9oceanbase3sql19string_length_checkERKNS0_6ObExprERKmRKNS_6common10ObAccuracyENS6_9ObObjTypeENS6_15ObCollationTypeERNS0_9ObEvalCtxERKNS6_7ObDatumERSE_Ri -_ZN9oceanbase3sql12ObDMLService25check_nested_sql_legalityERNS0_13ObExecContextEm -_ZN9oceanbase6common18ObSimpleThreadPool4run1Ev -_ZN9oceanbase6common13ObLightyQueue3popERPvl -_ZN9oceanbase3lib18MySimpleThreadPool6handleEPv -_ZN9oceanbase10logservice17ObLogApplyService6handleEPv -_ZN9oceanbase6common8TCRWLock10RLockGuardC2ERS1_ -_ZN9oceanbase10logservice13ObApplyStatus29submit_task_to_apply_service_ERNS0_18ObApplyServiceTaskE -_ZN9oceanbase10logservice23ObApplyServiceQueueTask3popEv -_ZN9oceanbase3lib2TGILNS0_6TGTypeE6EE9push_taskEPv -_ZN9oceanbase6common13ObLightyQueue4pushEPv -_ZZN9oceanbase10logservice13ObApplyStatus19try_handle_cb_queueEPNS0_23ObApplyServiceQueueTaskERbENK4$_38clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 -_ZZN9oceanbase10logservice13ObApplyStatus19try_handle_cb_queueEPNS0_23ObApplyServiceQueueTaskERbENK4$_33clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 -_ZN9oceanbase11transaction9ObTxLogCb10on_successEv -_ZNK9oceanbase11transaction14ObPartTransCtx9is_sub2pcEv -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction14ObTxBufferNodeELl1ENS0_19ModulePageAllocatorELb0EED2Ev -_ZN9oceanbase11transaction12ObLSTxCtxMgr26revert_tx_ctx_without_lockEPNS0_10ObTransCtxE -_ZN9oceanbase11transaction14ObPartTransCtx14return_log_cb_EPNS0_9ObTxLogCbE -_ZN9oceanbase8memtable18ObRedoLogGenerator13sync_log_succENS_5share3SCNERKNS0_15ObCallbackScopeE -_ZN9oceanbase8memtable17ObMvccRowCallback8log_syncENS_5share3SCNE -_ZN9oceanbase8memtable13ObMemtableCtx16dec_unsynced_cntEv -_ZN9oceanbase8memtable10ObMemtable15set_max_end_scnENS_5share3SCNE -_ZN9oceanbase11transaction9tablelock17ObOBJLockCallback8log_syncENS_5share3SCNE -_ZN9oceanbase8memtable10ObMemtable16dec_unsynced_cntEv -_ZN9oceanbase8memtable10ObMemtable11set_rec_scnENS_5share3SCNE -_ZN9oceanbase8memtable10ObMemtable11get_rec_scnEv -_ZN9oceanbase11transaction17ObTransCtxFactory7releaseEPNS0_10ObTransCtxE -_ZN9oceanbase11transaction12CtxLockGuard5resetEv -_ZN9oceanbase8memtable13ObMemtableCtx32remove_callbacks_for_fast_commitEv -_ZN9oceanbase11transaction14ObPartTransCtx19notify_data_source_ENS0_10NotifyTypeERKNS_5share3SCNEbRKNS_6common9ObSEArrayINS0_14ObTxBufferNodeELl1ENS7_19ModulePageAllocatorELb0EEE -_ZN9oceanbase11transaction11ObCtxTxData14set_end_log_tsERKNS_5share3SCNE -_ZN9oceanbase8memtable18ObTransCallbackMgr11RDLockGuardD2Ev -_ZN9oceanbase8memtable16ObTxCallbackList32remove_callbacks_for_fast_commitERb -_ZN9oceanbase8memtable18ObTransCallbackMgr11RDLockGuardC1ERKNS_6common10SpinRWLockE -_ZThn664_NK9oceanbase11transaction14ObPartTransCtx12get_2pc_roleEv -_ZN9oceanbase11transaction14ObPartTransCtx7destroyEv -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction11ObLSLogInfoELl10ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase6common13ObSEArrayImplINS_4palf3LSNELl10ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase11transaction12ObTxExecInfo7destroyEv -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction14ObTxBufferNodeELl1ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase8memtable13ObMemtableCtx5resetEv -_ZN9oceanbase11transaction9tablelock12ObLockMemCtx5resetEv -_ZN9oceanbase7storage15ObTableHandleV25resetEv -_ZN9oceanbase11transaction14ObPartTransCtx19on_local_commit_tx_Ev -_ZNK9oceanbase11transaction11ObCtxTxData18get_commit_versionEv -_ZThn72_N9oceanbase11transaction7ObTsMgr15wait_gts_elapseEmRKNS_5share3SCNEPNS0_10ObTsCbTaskERb -_ZN9oceanbase11transaction10ObTransCtx12set_exiting_Ev -_ZN9oceanbase11transaction14ObPartTransCtx7tx_end_Eb -_ZN9oceanbase8memtable13ObMemtableCtx12do_trans_endEbNS_5share3SCNES3_i -_ZN9oceanbase11transaction11ObCtxTxData9set_stateEi -_ZN9oceanbase8memtable18ObTransCallbackMgr9trans_endEb -_ZN9oceanbase8memtable16ObTxCallbackList9tx_commitEv -_ZNK9oceanbase8memtable20ObITxCallbackFunctor11is_iter_endEPNS0_16ObITransCallbackE -_ZN9oceanbase8memtable16ObTxCallbackList9callback_ERNS0_20ObITxCallbackFunctorEPNS0_16ObITransCallbackES5_ -_ZN9oceanbase8memtable9ObMvccRow24update_max_trans_versionENS_5share3SCNERKNS_11transaction9ObTransIDE -_ZN9oceanbase8memtable9ObMvccRow28update_max_elr_trans_versionENS_5share3SCNERKNS_11transaction9ObTransIDE -_ZN9oceanbase11transaction9tablelock14ObLockMemtable18remove_lock_recordERKNS1_13ObTableLockOpE -_ZZN9oceanbase8memtable13ObLockWaitMgr6wakeupEmENK4$_21clEPKc.1dd22efca7fa83ae50e8099a04ad3959.llvm.14600621969055352740 -_ZNK9oceanbase11transaction11ObCtxTxData14get_end_log_tsEv -_ZN9oceanbase11transaction9tablelock12ObOBJLockMap18remove_lock_recordERKNS1_13ObTableLockOpE -_ZN9oceanbase11transaction14ObTransHashMapINS0_9tablelock8ObLockIDENS2_9ObOBJLockENS2_14ObOBJLockAllocENS_6common10SpinRWLockELl1024EE3getERKS3_RPS4_ -_ZN9oceanbase8memtable17ObMvccRowCallback13calc_checksumENS_5share3SCNEPNS_6common15ObBatchChecksumE -_ZN9oceanbase8memtable9ObMvccRow16update_dml_flag_ENS_12blocksstable9ObDmlFlagEj -_ZN9oceanbase11transaction9tablelock12ObLockMemCtx18remove_lock_recordEPNS1_22ObMemCtxLockOpLinkNodeE -_ZNK9oceanbase8memtable13ObMemtableCtx14get_tx_end_scnEv -_ZN9oceanbase11transaction9tablelock12ObLockMemCtx21free_lock_op_callbackEPv -_ZN9oceanbase8memtable24ObMemtableCtxCbAllocator4freeEPv -_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_10ObTransCtxENS0_13TransCtxAllocENS_6common10SpinRWLockELl16384EE3delERKS2_PS3_ -_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_10ObTransCtxENS0_13TransCtxAllocENS_6common10SpinRWLockELl16384EE16BucketWLockGuardC2ERKS6_m -_ZN9oceanbase11transaction9tablelock12ObOBJLockMap23drop_obj_lock_if_empty_ERKNS1_8ObLockIDEPNS1_9ObOBJLockE -_ZN9oceanbase8memtable13ObLockWaitMgr6wakeupEm -_ZN9oceanbase11transaction14ObPartTransCtx20post_tx_commit_resp_Ei -_ZN9oceanbase11transaction11ObCtxTxData20insert_into_tx_tableEv -_ZN9oceanbase7storage13ObTxDataTable17get_memtable_mgr_Ev -_ZZN9oceanbase8memtable13ObLockWaitMgr6wakeupERKNS_6common10ObTabletIDERKNS0_13ObMemtableKeyEENK4$_43clEPKc.1dd22efca7fa83ae50e8099a04ad3959.llvm.14600621969055352740 -_ZN9oceanbase11transaction14ObPartTransCtx31wait_gts_elapse_commit_version_ERb -_ZN9oceanbase10logservice17ObLogApplyService9push_taskEPNS0_18ObApplyServiceTaskE -_ZZN9oceanbase10logservice13ObApplyStatus29submit_task_to_apply_service_ERNS0_18ObApplyServiceTaskEENK4$_77clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 -_ZZN9oceanbase10logservice13ObApplyStatus19try_handle_cb_queueEPNS0_23ObApplyServiceQueueTaskERbENK4$_39clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 -_ZN9oceanbase7storage13ObTxDataTable6insertERPNS0_8ObTxDataE -_ZNK9oceanbase7storage8ObITable13get_start_scnEv -_ZN9oceanbase7storage16ObTxDataMemtable13inc_write_refEv -_ZN9oceanbase7storage16MemMgrRLockGuardC2ERKNS0_15MemtableMgrLockE -_ZN9oceanbase7storage26ObTxDataMemtableWriteGuard5resetEv -_ZN9oceanbase7storage8ObITable7dec_refEv -_ZN9oceanbase7storage16ObTxDataMemtable13dec_write_refEv -_ZN9oceanbase7storage13ObTxDataTable7insert_ERPNS0_8ObTxDataERNS0_26ObTxDataMemtableWriteGuardE -_ZN9oceanbase6common6QClock14enter_criticalEv -_ZN9oceanbase6common6DCHashINS_11transaction9ObTransIDELl8EE3getERKS3_RPNS0_11KeyHashNodeIS3_EE -_ZN9oceanbase6common6DCHashINS_11transaction9ObTransIDELl8EE6Handle10search_preEmRPNS0_8HashNodeE -_ZN9oceanbase6common6DCHashINS_11transaction9ObTransIDELl8EE6Handle6retireEil -_ZNK9oceanbase7storage8ObTxData25is_valid_in_tx_data_tableEv -_ZN9oceanbase6common18ObServerObjectPoolINS_11transaction14ObPartTransCtxEE13return_objectEPS3_ -_ZN9oceanbase11transaction7ObTsMgr15wait_gts_elapseEmRKNS_5share3SCNEPNS0_10ObTsCbTaskERb -_ZN9oceanbase11transaction7ObTsMgr23get_ts_source_info_opt_EmRNS0_19ObTsSourceInfoGuardEbb -_ZN9oceanbase11transaction11ObGtsSource15wait_gts_elapseElPNS0_10ObTsCbTaskERb -_ZZN9oceanbase8memtable13ObLockWaitMgr6wakeupERKNS_11transaction9ObTransIDEENK4$_44clEPKc.1dd22efca7fa83ae50e8099a04ad3959.llvm.14600621969055352740 -_ZN9oceanbase10logservice13ObApplyStatus19statistics_cb_cost_ERKNS_4palf3LSNERKNS_5share3SCNElllll -_ZN9oceanbase11transaction25ObMulSourceTxDataNotifier6notifyERKNS_6common9ObSEArrayINS0_14ObTxBufferNodeELl1ENS2_19ModulePageAllocatorELb0EEENS0_10NotifyTypeERKNS0_24ObMulSourceDataNotifyArgEPNS0_14ObPartTransCtxERl -_ZN9oceanbase8memtable13ObMemtableCtx27update_max_submitted_seq_noEl -_ZN9oceanbase11transaction10ObTransCtx24unregister_timeout_task_Ev -_ZN9oceanbase4palf21LogIOTaskCbThreadPool6handleEPv -_ZNK9oceanbase4palf14PalfHandleImpl14get_palf_epochERl -_ZN9oceanbase6common22ObTenantMutilAllocator26free_log_io_flush_log_taskEPNS_4palf17LogIOFlushLogTaskE -_ZN9oceanbase4palf17LogIOFlushLogTask13after_consumeEPNS0_11PalfEnvImplE -_ZN9oceanbase4palf14PalfHandleImpl21inner_after_flush_logERKNS0_13FlushLogCbCtxE -_ZNK9oceanbase4palf11LogStateMgr8get_roleEv -_ZNK9oceanbase4palf11LogStateMgr16is_leader_activeEv -_ZN9oceanbase6common10ObMiniStat10ObStatItem4statEl -_ZN9oceanbase4palf17LogIOFlushLogTaskD1Ev -_ZN9oceanbase4palf17LogIOFlushLogTaskD2Ev -_ZN9oceanbase11transaction10ObTransCtx29print_trace_log_if_necessary_Ev -_ZZN9oceanbase4palf16LogSlidingWindow15after_flush_logERKNS0_13FlushLogCbCtxEENK5$_181clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase11transaction9tablelock12ObLockMemCtx16clear_table_lockEbRKNS_5share3SCNES6_ -_ZN9oceanbase11transaction10ObTransCtx25defer_callback_scheduler_EiRKNS_5share3SCNE -_ZZN9oceanbase10logservice13ObApplyStatus29submit_task_to_apply_service_ERNS0_18ObApplyServiceTaskEENK4$_78clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 -_ZN9oceanbase4palf16LogSlidingWindow15after_flush_logERKNS0_13FlushLogCbCtxE -_ZNK9oceanbase4palf16LogSlidingWindow23get_max_flushed_end_lsnERNS0_3LSNE -_ZN9oceanbase4palf16LogSlidingWindow32inc_update_max_flushed_log_info_ERKNS0_3LSNES4_RKl -_ZN9oceanbase6common8TCRWLock6wrlockEl -_ZNK9oceanbase4palf16LogSlidingWindow23get_last_submit_log_id_Ev +ev_run +_ZN9oceanbase6common11ObLinkQueue3popERPNS0_6ObLinkE +easy_baseth_pool_invoke.4cdd23ddacb096b5c68ec580fb4fcf84.llvm.16313254478141623835 +_ZNK9oceanbase6common4hash11ObHashTableINS_3sql3dtl20ObDTLIntermResultKeyENS1_11HashMapPairIS5_PNS4_21ObDTLIntermResultInfoEEENS1_9hash_funcIS5_EENS1_8equal_toIS5_EENS1_10pair_firstIS9_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS9_EELi82ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE18foreach_refactoredINS4_19ObDTLIntermResultGCEEEiRT_ +_ZN9oceanbase4palf13LogLoopThread9log_loop_Ev +_ZN9oceanbase6common10ObFunctionIFiPNS_4palf15IPalfHandleImplEEE8AbstractD2Ev +_ZNK9oceanbase6common10ObFunctionIFiPNS_4palf15IPalfHandleImplEEE7DerivedIZNS2_13LogLoopThread9log_loop_EvE5$_931E6invokeES4_.1598dc2348996c1ae1caea6120522988 +_ZN9oceanbase4palf11PalfEnvImpl8for_eachERKNS_6common10ObFunctionIFiPNS0_15IPalfHandleImplEEEE +_ZN9oceanbase6common13ObLinkHashMapINS_4palf5LSKeyENS2_15IPalfHandleImplENS2_19PalfHandleImplAllocENS0_9RefHandleELl8EE4nextEPNS0_12LinkHashNodeIS3_EE +_ZN9oceanbase6common6DCHashINS_4palf5LSKeyELl8EE9next_nodeEPNS0_11KeyHashNodeIS3_EE +_ZN9oceanbase6common13ObLinkHashMapINS_4palf5LSKeyENS2_15IPalfHandleImplENS2_19PalfHandleImplAllocENS0_9RefHandleELl8EE8dec_urefEPNS0_12LinkHashNodeIS3_EE +_ZN9oceanbase4palf14PalfHandleImpl22period_freeze_last_logEv +_ZNK9oceanbase4palf11LogStateMgr16get_replica_typeEv +_ZNK9oceanbase4palf11LogStateMgr13is_allow_voteEv +_ZNK9oceanbase6common10ObFunctionIFiPNS_4palf15IPalfHandleImplEEE7DerivedIZNS2_13LogLoopThread9log_loop_EvE5$_927E6invokeES4_.1598dc2348996c1ae1caea6120522988 +_ZN9oceanbase6common14ObTscTimestamp12get_instanceEv +_ZN9oceanbase4palf16LogSlidingWindow22period_freeze_last_logEv +_ZN9oceanbase4palf16LogSlidingWindow21handle_committed_log_Ev +_ZZN9oceanbase4palf16LogSlidingWindow21handle_committed_log_EvENK5$_155clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZNK9oceanbase4palf16LogSlidingWindow32is_all_committed_log_slided_out_ERNS0_3LSNERlS3_ +_ZNK9oceanbase4palf16LogSlidingWindow24get_last_slide_log_info_ERlRNS_5share3SCNERNS0_3LSNES7_S2_S2_ _ZN9oceanbase4palf16LogSlidingWindow12LogTaskGuardD2Ev -_ZN9oceanbase4palf16LogSlidingWindow25feedback_freeze_last_log_Ev -_ZNK9oceanbase4palf11LogStateMgr18is_follower_activeEv +_ZN9oceanbase4palf7LogTask11can_be_slidEv +_ZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE5slideElPNS0_16ISlidingCallBackE +_ZNK9oceanbase4palf11LogStateMgr12can_slide_swEv +_ZN9oceanbase6common8TCRWLock21RLockGuardWithTimeoutD2Ev +_ZN9oceanbase4palf16LogSlidingWindow10sliding_cbElPKNS0_22FixedSlidingWindowSlotE +_ZN9oceanbase4palf15PalfFSCbWrapper14update_end_lsnElRKNS0_3LSNEl +_ZN9oceanbase10logservice12ObReplayFsCb14update_end_lsnElRKNS_4palf3LSNEl +_ZN9oceanbase4palf16LogSlidingWindow31try_update_last_slide_log_info_ElRKNS_5share3SCNERKNS0_3LSNES8_RKll _ZNK9oceanbase4palf11LogStateMgr19is_leader_reconfirmEv _ZN9oceanbase4palf16LogSlidingWindow23handle_next_submit_log_ERb _ZNK9oceanbase4palf16LogSlidingWindow25get_last_submit_log_info_ERNS0_3LSNES3_RlS4_ @@ -1030,587 +1469,155 @@ _ZN9oceanbase4palf19LogGroupEntryHeader8generateEbbRKNS0_11LogWriteBufElRKNS_5sh _ZN9oceanbase4palf19LogGroupEntryHeader23calculate_log_checksum_EbRKNS0_11LogWriteBufElRl _ZN9oceanbase4palf14LogEntryHeader11deserializeEPKclRl _ZN9oceanbase5share3SCN35fixed_deserialize_without_transformEPKclRl +_ZN9oceanbase4palf16LogSlidingWindow25set_last_submit_log_info_ERKNS0_3LSNES4_lRKl +_ZN9oceanbase6common13ObSEArrayImplINS_4palf11LogWriteBuf11InnerStructELl2ENS0_19ModulePageAllocatorELb0EE5reuseEv +_ZN9oceanbase4palf14LogGroupBuffer11get_log_bufERKNS0_3LSNElRNS0_11LogWriteBufE +_ZN9oceanbase6common13ObSEArrayImplINS_4palf10LogLearnerELl1ENS0_19ModulePageAllocatorELb0EE7destroyEv _ZNK9oceanbase4palf19LogGroupEntryHeader28get_header_parity_check_res_Ev _ZNK9oceanbase4palf19LogGroupEntryHeader9serializeEPclRl -_ZN9oceanbase4palf16LogSlidingWindow25set_last_submit_log_info_ERKNS0_3LSNES4_lRKl -_ZN9oceanbase4palf14LogGroupBuffer11get_log_bufERKNS0_3LSNElRNS0_11LogWriteBufE -_ZN9oceanbase6common16ObMemberListBaseILl7EE13remove_serverERKNS0_6ObAddrE -_ZN9oceanbase6common13ObSEArrayImplINS_4palf11LogWriteBuf11InnerStructELl2ENS0_19ModulePageAllocatorELb0EE5reuseEv -_ZN9oceanbase4palf9LogEngine21submit_flush_log_taskERKNS0_13FlushLogCbCtxERKNS0_11LogWriteBufE -_ZZN9oceanbase4palf14LogGroupBuffer11get_log_bufERKNS0_3LSNElRNS0_11LogWriteBufEENK5$_601clEPKc.1598dc2348996c1ae1caea6120522988 _ZN9oceanbase4palf9LogEngine19submit_push_log_reqINS_6common16ObMemberListBaseILl7EEEEEiRKT_RKNS0_11PushLogTypeERKlSD_RKNS0_3LSNESG_RKNS0_11LogWriteBufE _ZN9oceanbase6common13ObSEArrayImplINS_4palf11LogWriteBuf11InnerStructELl2ENS0_19ModulePageAllocatorELb0EE7destroyEv _ZN9oceanbase4palf11LogWriteBufC1ERKS1_ _ZN9oceanbase4palf11LogWriteBufC2ERKS1_ -_ZN9oceanbase4palf11LogWriteBufD1Ev -_ZN9oceanbase4palf11LogWriteBufD2Ev -_ZN9oceanbase4palf6LogRpc12post_requestINS0_10LogPushReqEEEiRKNS_6common6ObAddrElRKT_ -_ZZN9oceanbase4palf16LogSlidingWindow23handle_next_submit_log_ERbENK5$_141clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf13LogNetService23post_request_to_server_INS0_10LogPushReqEEEiRKNS_6common6ObAddrERKT_ENKUlPKcE0_clESC_ -_ZZN9oceanbase4palf19LogGroupEntryHeader23calculate_log_checksum_EbRKNS0_11LogWriteBufElRlENK5$_647clEPKc.1598dc2348996c1ae1caea6120522988 +_ZZN9oceanbase4palf14LogGroupBuffer11get_log_bufERKNS0_3LSNElRNS0_11LogWriteBufEENK5$_690clEPKc.1598dc2348996c1ae1caea6120522988 +_ZN9oceanbase6common8TCRWLock6rdlockEl +_ZZN9oceanbase10logservice13ObApplyStatus29update_palf_committed_end_lsnERKNS_4palf3LSNElENK4$_58clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 +_ZN9oceanbase4palf9LogEngine21submit_flush_log_taskERKNS0_13FlushLogCbCtxERKNS0_11LogWriteBufE +_ZN9oceanbase6common22ObTenantMutilAllocator27alloc_log_io_flush_log_taskEll +_ZN9oceanbase4palf17LogIOFlushLogTaskC1Ell +_ZZN9oceanbase4palf17LogIOFlushLogTask4initERKNS0_13FlushLogCbCtxERKNS0_11LogWriteBufEENK5$_761clEPKc.1598dc2348996c1ae1caea6120522988 _ZN9oceanbase4palf12LSNAllocator10try_freezeERNS0_3LSNERl -_ZNK9oceanbase4palf12LogConfigMgr17get_children_listERNS_6common15BaseLearnerListILl15ENS0_10LogLearnerEEE -_ZN9oceanbase6common13ObSEArrayImplINS_4palf10LogLearnerELl1ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase4palf10LogPushReqD1Ev -_ZZN9oceanbase4palf7LogTask18update_header_infoERKNS0_3LSNElENK5$_585clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf19LogGroupEntryHeader23update_header_checksum_EvENK5$_648clEPKc.1598dc2348996c1ae1caea6120522988.llvm.6220080181141740802 -_ZZN9oceanbase4palf16LogSlidingWindow28generate_group_entry_header_ElPNS0_7LogTaskERNS0_19LogGroupEntryHeaderERlENK5$_161clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZNK9oceanbase4palf19LogGroupEntryHeader9serializeEPclRlENK5$_656clEPKc.1598dc2348996c1ae1caea6120522988 -_ZN9oceanbase11transaction17ObCLogEncryptInfo7destroyEv -_ZN9oceanbase11transaction11ObCtxTxData7destroyEv -_ZZN9oceanbase10logservice13ObApplyStatus19try_handle_cb_queueEPNS0_23ObApplyServiceQueueTaskERbENK4$_30clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 -_ZN9oceanbase6common13ObSEArrayImplINS_4palf11LogWriteBuf11InnerStructELl2ENS0_19ModulePageAllocatorELb0EE7reserveEl -_ZZN9oceanbase11transaction14ObTxVersionMgr20update_max_commit_tsERKNS_5share3SCNEbENKUlPKcE_clES7_ -_ZZN9oceanbase4palf17LogIOFlushLogTask7destroyEvENK5$_670clEPKc.1598dc2348996c1ae1caea6120522988.llvm.6220080181141740802 -_ZZN9oceanbase4palf11LogChecksum22acquire_accum_checksumElRlENK5$_151clEPKc.1598dc2348996c1ae1caea6120522988.llvm.6220080181141740802 +_ZZN9oceanbase4palf16LogSlidingWindow23handle_next_submit_log_ERbENK5$_160clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase10logservice13ObApplyStatus29update_palf_committed_end_lsnERKNS_4palf3LSNEl +_ZZN9oceanbase4palf16LogSlidingWindow23handle_next_submit_log_ERbENK5$_175clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZZN9oceanbase4palf7LogTask18update_header_infoERKNS0_3LSNElENK5$_643clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase6common16ObMemberListBaseILl7EE13remove_serverERKNS0_6ObAddrE +_ZZN9oceanbase4palf16LogSlidingWindow22period_freeze_last_logEvENK5$_194clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase4palf6LogRpc12post_requestINS0_10LogPushReqEEEiRKNS_6common6ObAddrElRKT_ _ZN9oceanbase6common15BaseLearnerListILl15ENS_4palf10LogLearnerEED2Ev -_ZN9oceanbase4palf16LogSlidingWindow25try_freeze_last_log_task_ElRKNS0_3LSNERb -_ZN9oceanbase4palf7LogTask11try_freeze_ERKNS0_3LSNE -_ZZN9oceanbase4palf16LogSlidingWindow23handle_next_submit_log_ERbENK5$_155clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase5obrpc13LogRpcProxyV211post_packetERKNS_6common6ObAddrERKNS_4palf16LogRpcPacketImplINS6_10LogPushReqEEEl +_ZN9oceanbase4palf10LogPushReqD1Ev +_ZZN9oceanbase4palf11LogChecksum21verify_accum_checksumEllENK5$_164clEPKc.1598dc2348996c1ae1caea6120522988 +_ZZN9oceanbase4palf9LogEngine21submit_flush_log_taskERKNS0_13FlushLogCbCtxERKNS0_11LogWriteBufEENK5$_524clEPKc.1598dc2348996c1ae1caea6120522988 +_ZZN9oceanbase4palf19LogGroupEntryHeader8generateEbbRKNS0_11LogWriteBufElRKNS_5share3SCNElRKNS0_3LSNERKlRlENK5$_727clEPKc.1598dc2348996c1ae1caea6120522988.llvm.10525790219234972597 +_ZNK9oceanbase4palf12LogConfigMgr17get_children_listERNS_6common15BaseLearnerListILl15ENS0_10LogLearnerEEE +_ZN9oceanbase5obrpc13LogRpcProxyV211post_packetERKNS_6common6ObAddrERKNS_4palf16LogRpcPacketImplINS6_10LogPushReqEEElRKNS6_28PalfTransportCompressOptionsE _ZN9oceanbase5obrpc13LogRpcProxyV211post_packetERKNS_4palf16LogRpcPacketImplINS2_10LogPushReqEEEPNS0_10ObRpcProxy7AsyncCBINS1_5ObRpcILNS0_15ObRpcPacketCodeE5377EvEEEERKNS0_9ObRpcOptsE _ZN9oceanbase5obrpc8LogRpcCBILNS0_15ObRpcPacketCodeE5377EE8set_argsERKNS_4palf16LogRpcPacketImplINS4_10LogPushReqEEE -_ZNK9oceanbase6common18ObConfigStringItem16get_value_stringEv _ZN9oceanbase6common13ObSEArrayImplINS0_15ObWarningBuffer11WarningItemELl2ENS0_19ModulePageAllocatorELb0EE7reserveEl -_ZZN9oceanbase4palf19LogGroupEntryHeader8generateEbbRKNS0_11LogWriteBufElRKNS_5share3SCNElRKNS0_3LSNERKlRlENK5$_640clEPKc.1598dc2348996c1ae1caea6120522988.llvm.6220080181141740802 -_ZZN9oceanbase4palf14PalfHandleImpl21inner_after_flush_logERKNS0_13FlushLogCbCtxEENK6$_1176clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf16LogSlidingWindow15after_flush_logERKNS0_13FlushLogCbCtxEENK5$_191clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase6common22ObTenantMutilAllocator27alloc_log_io_flush_log_taskEv -_ZZN9oceanbase4palf9LogEngine19submit_push_log_reqINS_6common16ObMemberListBaseILl7EEEEEiRKT_RKNS0_11PushLogTypeERKlSD_RKNS0_3LSNESG_RKNS0_11LogWriteBufEENKUlPKcE1_clESL_ -_ZN9oceanbase11transaction12ObTransTimer23unregister_timeout_taskERNS0_14ObITimeoutTaskE -_ZZN9oceanbase10logservice17ObLogApplyService19handle_submit_task_EPNS0_13ObApplyStatusEENK5$_179clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 -_ZZN9oceanbase10logservice13ObApplyStatus20try_submit_cb_queuesEvENK4$_27clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 -_ZZN9oceanbase4palf9LogEngine21submit_flush_log_taskERKNS0_13FlushLogCbCtxERKNS0_11LogWriteBufEENK5$_452clEPKc.1598dc2348996c1ae1caea6120522988 -_ZZN9oceanbase4palf17LogIOFlushLogTask4initERKNS0_13FlushLogCbCtxERKNS0_11LogWriteBufEllENK5$_669clEPKc.1598dc2348996c1ae1caea6120522988 -_ZZN9oceanbase4palf16LogSlidingWindow25try_freeze_last_log_task_ElRKNS0_3LSNERbENK5$_167clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf17LogIOFlushLogTask13after_consumeEPNS0_11PalfEnvImplEENK5$_683clEPKc.1598dc2348996c1ae1caea6120522988 -_ZZN9oceanbase4palf14PalfHandleImpl21inner_after_flush_logERKNS0_13FlushLogCbCtxEENK6$_1178clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf16LogSlidingWindow23handle_next_submit_log_ERbENK5$_145clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZZNK9oceanbase4palf19LogGroupEntryHeader9serializeEPclRlENK5$_743clEPKc.1598dc2348996c1ae1caea6120522988 +_ZNK9oceanbase6common18ObConfigStringItem16get_value_stringEv +_ZN9oceanbase10logservice14ObReplayStatus17update_end_offsetERKNS_4palf3LSNE +_ZN9oceanbase6common8TCRWLock10RLockGuardD2Ev +_ZNK9oceanbase10logservice14ObReplayStatus15need_submit_logEv +_ZZN9oceanbase4palf16LogSlidingWindow28generate_group_entry_header_ElPNS0_7LogTaskERNS0_19LogGroupEntryHeaderERlENK5$_181clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase4palf16LogSlidingWindow25try_freeze_last_log_task_ElRKNS0_3LSNERb +_ZN9oceanbase4palf7LogTask11try_freeze_ERKNS0_3LSNE +_ZN9oceanbase6common13ObSEArrayImplINS_4palf11LogWriteBuf11InnerStructELl2ENS0_19ModulePageAllocatorELb0EE7reserveEl +_ZZNK9oceanbase4palf16LogSlidingWindow32is_all_committed_log_slided_out_ERNS0_3LSNERlS3_ENK5$_247clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZZN9oceanbase4palf19LogGroupEntryHeader23update_header_checksum_EvENK5$_735clEPKc.1598dc2348996c1ae1caea6120522988.llvm.10525790219234972597 +_ZZN9oceanbase4palf19LogGroupEntryHeader23calculate_log_checksum_EbRKNS0_11LogWriteBufElRlENK5$_734clEPKc.1598dc2348996c1ae1caea6120522988 +_ZN9oceanbase4palf11LogChecksum21verify_accum_checksumEll +_ZZN9oceanbase4palf13LogNetService23post_request_to_server_INS0_10LogPushReqEEEiRKNS_6common6ObAddrERKT_ENKUlPKcE0_clESC_ +_ZNK9oceanbase4palf9LogEngine18get_min_block_infoERmRNS_5share3SCNE +_ZZN9oceanbase4palf16LogSlidingWindow23handle_next_submit_log_ERbENK5$_165clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase4palf14PalfHandleImpl22check_and_switch_stateEv +_ZNK9oceanbase4palf11LogStateMgr10get_leaderEv +_ZN9oceanbase4palf11LogStateMgr26leader_active_need_switch_ERb +_ZNK9oceanbase4palf16LogSlidingWindow8is_emptyEv +_ZN9oceanbase4palf11LogStateMgr19need_update_leader_ERNS_6common6ObAddrE +_ZNK9oceanbase4palf8election12ElectionImpl25get_current_leader_likelyERNS_6common6ObAddrERl +_ZN9oceanbase4palf11LogStateMgr28check_leader_log_sync_state_Ev +_ZN9oceanbase4palf12LogConfigMgr19leader_do_loop_workERb +_ZN9oceanbase5obrpc10ObRpcProxy17calc_payload_sizeEl _ZN9oceanbase5obrpc10ObRpcProxy8rpc_postINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5377EvEEEEiRKNT_7RequestEPNS1_7AsyncCBIS7_EERKNS0_9ObRpcOptsE +_ZNK9oceanbase5obrpc10ObRpcProxy28need_increment_request_levelEi +ev_async_send _ZNK9oceanbase3rpc5frame14ObReqTransport12post_sessionEP14easy_session_t _ZNK9oceanbase3rpc5frame14ObReqTransport14balance_assignEP14easy_session_t -ev_async_send _ZNK9oceanbase4palf16LogRpcPacketImplINS0_10LogPushReqEE9serializeEPclRl -_ZNK9oceanbase6common6ObAddr8is_validEv _ZNK9oceanbase5obrpc10ObRpcProxy8init_pktEPNS0_11ObRpcPacketENS0_15ObRpcPacketCodeERKNS0_9ObRpcOptsEb +_ZN9oceanbase6common8ObLogger10get_loggerEv +easy_client_dispatch +_ZNK9oceanbase4palf10LogPushReq9serializeEPclRl +_ZNK9oceanbase4palf11LogWriteBuf9serializeEPclRl _ZN9oceanbase6common12ObCurTraceId7TraceId4initERKNS0_6ObAddrE _ZNK9oceanbase3rpc5frame14ObReqTransport14create_requestERNS2_7RequestERKNS_6common6ObAddrEllS8_baRKNS5_8ObStringEPKNS2_7AsyncCBE _ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5377EvEEE10set_clonedEb -_ZN9oceanbase5obrpc11ObRpcPacketC1Ev -easy_session_create _ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5398EvEEE10set_clonedEb -_ZNK9oceanbase4palf10LogPushReq9serializeEPclRl -_ZNK9oceanbase4palf11LogWriteBuf9serializeEPclRl +_ZNK9oceanbase6common6ObAddr8is_validEv +_ZN9oceanbase5obrpc11ObRpcPacketC1Ev _ZNK9oceanbase3rpc5frame14ObReqTransport14create_sessionERP14easy_session_tRKNS_6common6ObAddrEllS9_baRKNS6_8ObStringEPKNS2_7AsyncCBEPPSD_ +_ZNK9oceanbase3rpc5frame11EasySPAlloc5allocEl +_ZN9oceanbase3rpc5frame10to_ez_addrERKNS_6common6ObAddrE _ZNK9oceanbase5obrpc8LogRpcCBILNS0_15ObRpcPacketCodeE5377EE5cloneERKNS_3rpc5frame7SPAllocE _ZN4easy30get_easy_per_dest_memory_limitEv -easy_client_dispatch +easy_session_create easy_pool_create -_ZNK9oceanbase3rpc5frame11EasySPAlloc5allocEl -_ZN9oceanbase5obrpc14ObNetKeepAlive8in_blackER11easy_addr_t -easy_hash_code -_ZN9oceanbase5obrpc14get_rpc_serverEP11easy_addr_tPPNS0_14ObNetKeepAlive10rpc_serverEi -_ZNK9oceanbase3rpc5frame14ObReqTransport4postERKNS2_7RequestE _ZN9oceanbase5obrpc10ObRpcProxy18fill_extra_payloadERNS_3rpc5frame14ObReqTransport7RequestElRl -_ZNK9oceanbase3lib16ObRuntimeContext9serializeEPclRl +_ZNK9oceanbase5trace4UUID9serializeEPclRl +_ZNK9oceanbase3rpc5frame14ObReqTransport4postERKNS2_7RequestE +_ZNK9oceanbase5obrpc8LogRpcCBILNS0_15ObRpcPacketCodeE5386EE5cloneERKNS_3rpc5frame7SPAllocE easy_spin_lock.d56e1436a5fe5eadb9d59140bf6fa858 -_ZN9oceanbase5obrpc10ObRpcProxy17calc_payload_sizeEl -_ZZN9oceanbase8memtable13ObLockWaitMgr6wakeupEmENK4$_22clEPKc.1dd22efca7fa83ae50e8099a04ad3959.llvm.14600621969055352740 -_ZZN9oceanbase4palf21LogIOTaskCbThreadPool6handleEPvENK5$_764clEPKc.1598dc2348996c1ae1caea6120522988.llvm.6220080181141740802 -_ZZN9oceanbase4palf16LogSlidingWindow25set_last_submit_log_info_ERKNS0_3LSNES4_lRKlENK5$_193clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase6common6ol_delINS_3rpc14ObLockWaitNodeEEEiPT_S5_RS5_ -_ZN9oceanbase8memtable10ObMemtable11row_compactEPNS0_9ObMvccRowEbNS_5share3SCNE -_ZN9oceanbase8memtable22ObMemtableRowCompactor7compactENS_5share3SCNE -_ZN9oceanbase8memtable22ObMemtableRowCompactor23construct_compact_node_ENS_5share3SCNEPNS0_15ObMvccTransNodeE -_ZN9oceanbase12blocksstable11ObRowWriterD1Ev -_ZN9oceanbase12blocksstable11ObRowWriterD2Ev -_ZN9oceanbase12blocksstable10ObDatumRow7reserveElb -_ZN9oceanbase11transaction14ObPartTransCtxD2Ev -_ZN9oceanbase11transaction9ObTxLogCbD2Ev -_ZN9oceanbase8memtable13ObMemtableCtxD1Ev -_ZN9oceanbase8memtable13ObMemtableCtxD2Ev -_ZN9oceanbase6common15ObFIFOAllocatorD1Ev -_ZN9oceanbase6common15ObFIFOAllocatorD2Ev -_ZZN9oceanbase4palf16LogSlidingWindow32inc_update_max_flushed_log_info_ERKNS0_3LSNES4_RKlENK5$_202clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase11transaction14ObTransHashMapINS0_9tablelock8ObLockIDENS2_9ObOBJLockENS2_14ObOBJLockAllocENS_6common10SpinRWLockELl1024EE16BucketWLockGuardC2ERKS7_m -_ZN9oceanbase12blocksstable11ObRowWriter5writeElRKNS0_10ObDatumRowERPcRl -_ZN9oceanbase12blocksstable11ObRowWriter17inner_write_cellsINS0_14ObStorageDatumEEEiPKT_l -_ZN9oceanbase12blocksstable11ObRowWriter20write_col_in_clusterINS0_14ObStorageDatumEEEiPKT_lll -_ZN9oceanbase3sql12ObDMLService10update_rowERKNS0_10ObUpdCtDefERNS0_10ObUpdRtDefEPKNS0_14ObDASTabletLocES9_RNS0_10ObDMLRtCtxE -_ZN9oceanbase3sql13ObDASUpdateOp14init_task_infoEv -_ZZN9oceanbase3sql16ObDASWriteBuffer11try_add_rowERKNS_6common8ObIArrayIPNS0_6ObExprEEEPNS0_9ObEvalCtxElRbbENK5$_130clEPKc.45c27dd3dc8b42ec4ef71c6f367bd924 -_ZN9oceanbase3sql16ObDASWriteBuffer11try_add_rowERKNS_6common8ObIArrayIPNS0_6ObExprEEEPNS0_9ObEvalCtxElRbb -_ZN9oceanbase3sql16ObDASWriteBuffer12DmlShadowRow11shadow_copyERKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxE -_ZN9oceanbase3sql16ObDASWriteBuffer11try_add_rowERKNS1_12DmlShadowRowElRbPPNS0_17ObChunkDatumStore9StoredRowE -_ZN9oceanbase6common18ObWrapperAllocator5allocElRKNS_3lib9ObMemAttrE -_ZN9oceanbase3sql8ObDASRef15create_das_taskEPKNS0_14ObDASTabletLocENS0_11ObDASOpTypeERPNS0_12ObIDASTaskOpE -_ZNK9oceanbase6common4hash11ObHashTableImNS1_11HashMapPairImPNS_3sql17ObILibCacheObjectEEENS1_9hash_funcImEENS1_8equal_toImEENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE18foreach_refactoredINS4_25ObDumpAllCacheObjByTypeOpEEEiRT_ -easy_hash_del -_ZNK9oceanbase6common4hash11ObHashTableINS_3sql3dtl20ObDTLIntermResultKeyENS1_11HashMapPairIS5_PNS4_21ObDTLIntermResultInfoEEENS1_9hash_funcIS5_EENS1_8equal_toIS5_EENS1_10pair_firstIS9_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS9_EELi82ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE18foreach_refactoredINS4_19ObDTLIntermResultGCEEEiRT_ -_ZNK9oceanbase6common4hash11ObHashTableImNS1_11HashMapPairImPNS_3sql17ObILibCacheObjectEEENS1_9hash_funcImEENS1_8equal_toImEENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE18foreach_refactoredINS4_16ObGetAllPlanIdOpEEEiRT_ -pipecb.f8d7388e3b0c2a08f5c22fd7550445b6 -easy_connection_session_build -_ZN9oceanbase4easy13get_packet_idEP17easy_connection_tPv -_ZN9oceanbase4easy6encodeEP14easy_request_tPv -_ZN9oceanbase5obrpc15ObRpcNetHandler6encodeEP14easy_request_tPv -_ZN9oceanbase5obrpc22ObRpcProtocolProcessor6encodeEP14easy_request_tPNS0_11ObRpcPacketE -_ZN9oceanbase5obrpc29ObVirtualRpcProtocolProcessor21encode_raw_rpc_packetERNS_6common11ObTimeGuardEP14easy_request_tRPNS0_11ObRpcPacketERi -_ZN9oceanbase5obrpc17ObRpcPacketHeader9serializeEPclRl -easy_request_cleanup.f43157592e2c0f0ad5daf1bf99e9d331.llvm.12388834770655289980 -ev_invoke_pending -_ZL17rpc_easy_timer_cbP7ev_loopP8ev_timeri.ab02cd469c956bc87c0a56d54d3b8933 -_ZN9oceanbase3sql10ObExprTrim9eval_trimERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE -_ZN9oceanbase3sql13cast_eval_argERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE -_ZN9oceanbase3sql10ObExprTrim4trimERNS_6common8ObStringElRKS3_S6_ -_ZN9oceanbase6common11ObObjCaster7to_typeENS0_9ObObjTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS5_ -_ZN9oceanbase3sql30eval_assign_question_mark_funcERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE -_ZN9oceanbase3sql15ObDatumObjParam13from_objparamERKNS_6common10ObObjParamEPNS2_12ObIAllocatorE -_ZN9oceanbase7storage19ObStorageTableGuard29check_freeze_to_inc_write_refEPNS0_8ObITableERbS4_ -_ZN9oceanbase8memtable10ObMemtable13inc_write_refEv -easy_pool_alloc_block.f7de06d5b33ebc03a5f26a1761f1134b.llvm.1906452559834132153 -_ZN9oceanbase3sql13ObCmdExecutor7executeERNS0_13ObExecContextERNS0_6ObICmdE -_ZZN9oceanbase3sql13ObCmdExecutor7executeERNS0_13ObExecContextERNS0_6ObICmdEENK4$_21clEv.9f50165c44148c1c108cb64accd07fe7 -_ZZN9oceanbase3sql13ObCmdExecutor7executeERNS0_13ObExecContextERNS0_6ObICmdEENK4$_20clEv.9f50165c44148c1c108cb64accd07fe7 -_ZN9oceanbase3sql18ObEndTransExecutor9end_transERNS0_13ObExecContextERNS0_14ObEndTransStmtE -_ZN9oceanbase3sql17ObSqlTransControl20explicit_start_transERNS0_13ObExecContextEbNS_6common8ObStringE -_ZN9oceanbase6common12ObSliceAlloc4freeEPv -_ZN9oceanbase6common13ObBlockSlicer9free_itemEPNS1_4ItemERb -_ZN9oceanbase11transaction14ObTransService8start_txERNS0_8ObTxDescERKNS0_9ObTxParamE -_ZNSt17_Function_handlerIFiRN9oceanbase11transaction9ObTransIDEESt5_BindIFMNS1_14ObTransServiceEFiS3_EPS6_St12_PlaceholderILi1EEEEE9_M_invokeERKSt9_Any_dataS3_ -_ZN9oceanbase11transaction11ObTxDescMgr3addERNS0_8ObTxDescE -_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_8ObTxDescENS0_11ObTxDescMgr13ObTxDescAllocENS_6common10SpinRWLockELl65536EE8insert__ERKS2_PS3_iPSB_ -_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_8ObTxDescENS0_11ObTxDescMgr13ObTxDescAllocENS_6common10SpinRWLockELl65536EE16BucketWLockGuardC2ERKS7_m -_ZN9oceanbase11transaction14ObTransService13gen_trans_id_ERNS0_9ObTransIDE -_ZZN9oceanbase11transaction11ObTxDescMgr3addERNS0_8ObTxDescEENK6$_1095clEPKc.6c6f3ed9193054173c335adef4549614 -_ZZN9oceanbase11transaction14ObTransService10release_txERNS0_8ObTxDescEENK6$_1331clEPKc.93feb755617c21c32b229b78773c290c -_ZN9oceanbase11transaction14ObTransService10release_txERNS0_8ObTxDescE -_ZN9oceanbase11transaction11ObTxDescMgr13ObTxDescAlloc10free_valueEPNS0_8ObTxDescE -_ZN9oceanbase6common11ObArrayImplINS_11transaction16ObTransIDAndAddrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEED2Ev -_ZZN9oceanbase11transaction14ObTransService10release_txERNS0_8ObTxDescEENK6$_1332clEPKc.93feb755617c21c32b229b78773c290c -_ZN9oceanbase11transaction14ObTransService12finalize_tx_ERNS0_8ObTxDescE -_ZN9oceanbase11transaction8ObTxDescD1Ev -_ZN9oceanbase11transaction8ObTxDescD2Ev -_ZN9oceanbase11transaction11ObGtiSource12get_trans_idERl -_ZZN9oceanbase11transaction14ObTransService13gen_trans_id_ERNS0_9ObTransIDEENK6$_1226clEPKc.93feb755617c21c32b229b78773c290c -_ZN9oceanbase6common21ObFixedClassAllocatorINS_11transaction8ObTxDescEE3getEPKc -_ZN9oceanbase3sql17ObSqlTransControl18explicit_end_transERNS0_13ObExecContextEbNS_6common8ObStringE -_ZN9oceanbase3sql17ObSqlTransControl9end_transERNS0_13ObExecContextEbbPNS0_23ObEndTransAsyncCallbackE -_ZN9oceanbase3sql17ObSqlTransControl13do_end_trans_EPNS0_16ObSQLSessionInfoEbblPNS0_23ObEndTransAsyncCallbackE -_ZZN9oceanbase11transaction14ObTransService13do_commit_tx_ERNS0_8ObTxDescElRNS0_13ObITxCallbackERNS_5share3SCNEENK5$_965clEPKc.93feb755617c21c32b229b78773c290c -_ZN9oceanbase3sql15ObSQLSessionMgr15inc_session_refEPKNS0_16ObSQLSessionInfoE -_ZN9oceanbase6common13ObLinkHashMapINS_3sql14SessionInfoKeyENS2_16ObSQLSessionInfoENS2_15ObSQLSessionMgr10ValueAllocENS0_9RefHandleELl8EE3getERKS3_RPS4_ -_ZN9oceanbase11transaction14ObTransService16submit_commit_txERNS0_8ObTxDescElRNS0_13ObITxCallbackEPKNS_6common8ObStringE -_ZN9oceanbase11transaction8ObTxDesc13set_commit_cbEPNS0_13ObITxCallbackE -_ZN9oceanbase11transaction10ObTransCtx19set_app_trace_info_ERKNS_6common8ObStringE -_ZN9oceanbase6common12ScopedLambdaIZNS_11transaction14ObTransService16submit_commit_txERNS2_8ObTxDescElRNS2_13ObITxCallbackEPKNS0_8ObStringEE6$_1358ED2Ev.93feb755617c21c32b229b78773c290c -_ZN9oceanbase11transaction14ObTransService22decide_tx_commit_info_ERNS0_8ObTxDescERPNS0_8ObTxPartE -_ZZN9oceanbase11transaction14ObTransService22decide_tx_commit_info_ERNS0_8ObTxDescERPNS0_8ObTxPartEENK6$_1001clEPKc.93feb755617c21c32b229b78773c290c -_ZN9oceanbase11transaction11ObTraceInfo18set_app_trace_infoERKNS_6common8ObStringE -_ZN9oceanbase11transaction14ObTransService19local_ls_commit_tx_ERKNS0_9ObTransIDERKNS_5share6ObLSIDERKNS_6common9ObSEArrayIS6_Ll3ENS9_19ModulePageAllocatorELb0EEERKlRKNS9_8ObStringESG_RNS5_3SCNE -_ZNK9oceanbase11transaction14ObPartTransCtx20get_downstream_stateEv -_ZN9oceanbase11transaction14ObPartTransCtx16do_local_tx_end_ENS0_11TxEndActionE -_ZThn72_N9oceanbase11transaction7ObTsMgr7get_gtsEmNS0_11MonotonicTsEPNS0_10ObTsCbTaskERNS_5share3SCNERS2_ -_ZN9oceanbase11transaction11ObCtxTxData18set_commit_versionERKNS_5share3SCNE -_ZN9oceanbase11transaction14ObPartTransCtx8get_gts_ERNS_5share3SCNE -_ZN9oceanbase11transaction14ObTransHashMapINS_5share6ObLSIDENS0_12ObLSTxCtxMgrENS0_17ObLSTxCtxMgrAllocENS_6common11ObQSyncLockELl64EE3getERKS3_RPS4_ -_ZN9oceanbase6common13ObSEArrayImplINS_5share6ObLSIDELl3ENS0_19ModulePageAllocatorELb0EE6assignERKNS0_8ObIArrayIS3_EE -_ZN9oceanbase11transaction10ObTxCtxMgr10get_tx_ctxERKNS_5share6ObLSIDERKNS0_9ObTransIDEbRPNS0_14ObPartTransCtxE -_ZN9oceanbase11transaction10ObTxCtxMgr13revert_tx_ctxEPNS0_14ObPartTransCtxE -_ZN9oceanbase6common13ObSEArrayImplINS_5share6ObLSIDELl3ENS0_19ModulePageAllocatorELb0EE5reuseEv -_ZN9oceanbase11transaction14ObPartTransCtx16submit_log_impl_ENS0_11ObTxLogTypeE -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction9ObTxCbArgELl3ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase8memtable13ObMemtableCtx17calc_checksum_allEv -_ZN9oceanbase11transaction13ObTxCommitLog16before_serializeEv -_ZN9oceanbase11transaction17ObTxSerCompatByte4initEl -_ZN9oceanbase11transaction14ObPartTransCtx17after_submit_log_ERNS0_12ObTxLogBlockEPNS0_9ObTxLogCbEPNS_8memtable21ObRedoLogSubmitHelperE -_ZN9oceanbase8memtable16ObITransCallback13log_submittedEv -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction9ObTxCbArgELl3ENS0_19ModulePageAllocatorELb0EE5reuseEv -_ZN9oceanbase8memtable18ObRedoLogGenerator13log_submittedERKNS0_15ObCallbackScopeE -_ZN9oceanbase11transaction12ObTxLogBlock27serialize_log_block_header_ElRKNS0_18ObTxLogBlockHeaderE -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction9ObTxCbArgELl3ENS0_19ModulePageAllocatorELb0EE6assignERKNS0_8ObIArrayIS3_EE -_ZN9oceanbase11transaction16ObLSTxLogAdapter10submit_logEPKclNS_5share3SCNEPNS0_13ObTxBaseLogCbEb -_ZZN9oceanbase10logservice12ObLogHandler6appendEPKvlRKNS_5share3SCNEbPNS0_8AppendCbERNS_4palf3LSNERS5_ENK5$_198clEPKc.1291a23568de5f940ae06fb9e7354412 -_ZN9oceanbase11transaction12ObTxLogBlock11add_new_logINS0_13ObTxCommitLogEEEiRT_ -_ZN9oceanbase11transaction11ObCtxTxData16set_start_log_tsERKNS_5share3SCNE -_ZN9oceanbase11transaction12ObTxLogBlockD2Ev -_ZNK9oceanbase10logservice12ObLogHandler8is_validEv -_ZNK9oceanbase11transaction11ObCtxTxData16get_start_log_tsEv -_ZNK9oceanbase11transaction18ObTxLogBlockHeader9serializeEPclRl -_ZNK9oceanbase11transaction9ObTransID9serializeEPclRl -_ZNK9oceanbase11transaction13ObTxCommitLog19get_serialize_size_Ev -_ZN9oceanbase11transaction14ObPartTransCtx17get_prev_log_lsn_ERKNS0_12ObTxLogBlockENS0_11ObTxLogTypeERNS_4palf3LSNE -_ZN9oceanbase11transaction14ObPartTransCtx28submit_redo_commit_info_log_ERNS0_12ObTxLogBlockERbRNS_8memtable21ObRedoLogSubmitHelperE -_ZN9oceanbase11transaction17ObTxCommitInfoLog16before_serializeEv -_ZN9oceanbase11transaction17ObTxSerCompatByte15set_object_flagElb -_ZN9oceanbase8memtable13ObMemtableCtx13fill_redo_logEPclRlRNS0_21ObRedoLogSubmitHelperEb -_ZNK9oceanbase8memtable17ObMvccRowCallback10get_seq_noEv -_ZN9oceanbase8memtable17ObMvccRowCallback13get_data_sizeEv -_ZNK9oceanbase8memtable16ObITransCallback18is_logging_blockedEv -_ZN9oceanbase11transaction9tablelock17ObOBJLockCallback13get_data_sizeEv -_ZNK9oceanbase8memtable13ObMemtableCtx13get_trans_ctxEv -_ZNK9oceanbase11transaction9tablelock17ObOBJLockCallback10get_seq_noEv -_ZN9oceanbase8memtable18ObRedoLogGenerator13fill_redo_logEPclRlRNS0_21ObRedoLogSubmitHelperEb -_ZN9oceanbase6common13ob_crc64_isalEmPKcl -_ZNK9oceanbase8memtable17ObMvccRowCallback18is_logging_blockedEv -_ZN9oceanbase8memtable15ObMutatorWriter20append_table_lock_kvElRKNS0_21TableLockRedoDataNodeE -_ZN9oceanbase8memtable15ObMutatorWriter13append_row_kvElRKNS0_12RedoDataNodeERKNS_11transaction17ObCLogEncryptInfoEb -_ZNK9oceanbase8memtable18ObMutatorRowHeader9serializeEPclRl -_ZN9oceanbase8memtable9ObRowData9serializeEPclRl -_ZNK9oceanbase8memtable17ObMvccRowCallback19get_cluster_versionERm -_ZN9oceanbase8memtable17ObMvccRowCallback8get_redoERNS0_12RedoDataNodeE -_ZNK9oceanbase11transaction17ObCLogEncryptInfo16get_encrypt_infoEmRbRNS_5share13ObEncryptMetaE -_ZNK9oceanbase6common8ObRowkey9serializeEPclRl -_ZN9oceanbase11transaction12ObTxLogBlock11add_new_logINS0_17ObTxCommitInfoLogEEEiRT_ -_ZN9oceanbase11transaction12ObTxLogBlock11add_new_logINS0_11ObTxRedoLogEEEiRT_ -_ZN9oceanbase11transaction14ObPartTransCtx16submit_redo_log_ERNS0_12ObTxLogBlockERbRNS_8memtable21ObRedoLogSubmitHelperE -_ZN9oceanbase11transaction11ObTxRedoLog16set_mutator_sizeElb -_ZN9oceanbase11transaction14ObPartTransCtx15prepare_log_cb_EbRPNS0_9ObTxLogCbE -_ZN9oceanbase11transaction12ObTxLogBlock18finish_mutator_bufERNS0_11ObTxRedoLogERKl -_ZN9oceanbase8memtable16ObTxCallbackList13SpinLockGuardD2Ev -_ZN9oceanbase11transaction12ObTxLogBlock4initElRKNS0_18ObTxLogBlockHeaderEb -_ZN9oceanbase11transaction14ObPartTransCtx31prepare_mul_data_source_tx_end_Eb -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction14ObTxBufferNodeELl1ENS0_19ModulePageAllocatorELb0EE6assignERKNS0_8ObIArrayIS3_EE -_ZNK9oceanbase11transaction17ObTxCommitInfoLog19get_serialize_size_Ev -_ZNK9oceanbase6common6ObAddr19get_serialize_size_Ev -_ZNK9oceanbase11transaction11ObTxRedoLog9serializeEPclRl -_ZN9oceanbase11transaction12ObLSTxCtxMgr10get_tx_ctxERKNS0_9ObTransIDEbRPNS0_14ObPartTransCtxE -_ZNK9oceanbase11transaction13ObTxCommitLog9serializeEPclRl -_ZNK9oceanbase11transaction17ObTxCommitInfoLog9serializeEPclRl -_ZNK9oceanbase6common13ObSEArrayImplINS_5share6ObLSIDELl3ENS0_19ModulePageAllocatorELb0EE9serializeEPclRl -_ZNK9oceanbase5share6ObLSID9serializeEPclRl -_ZNK9oceanbase6common6ObAddr9serializeEPclRl -_ZN9oceanbase10logservice12ObLogHandler6appendEPKvlRKNS_5share3SCNEbPNS0_8AppendCbERNS_4palf3LSNERS5_ -_ZNK9oceanbase4palf11LogStateMgr15get_proposal_idEv -_ZN9oceanbase10logservice13ObApplyStatus14push_append_cbEPNS0_8AppendCbE -_ZN9oceanbase4palf14PalfHandleImpl10submit_logERKNS0_17PalfAppendOptionsEPKclRKNS_5share3SCNERNS0_3LSNERS8_ -_ZN9oceanbase4palf16LogSlidingWindow10submit_logEPKclRKNS_5share3SCNERNS0_3LSNERS5_ -_ZNK9oceanbase4palf16LogSlidingWindow12get_start_idEv -_ZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE6revertEl -_ZN9oceanbase4palf14LogEntryHeader23update_header_checksum_Ev -_ZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE3getElRPS2_ -_ZNK9oceanbase4palf16LogSlidingWindow24get_last_submit_end_lsn_ERNS0_3LSNE -_ZN9oceanbase4palf14LogGroupBuffer4fillERKNS0_3LSNEPKcl -_ZNK9oceanbase4palf14LogEntryHeader9serializeEPclRl -_ZZN9oceanbase4palf14LogGroupBuffer4fillERKNS0_3LSNEPKclENK5$_610clES6_.1598dc2348996c1ae1caea6120522988 -_ZNK9oceanbase4palf16LogSlidingWindow14get_max_log_idEv -_ZZN9oceanbase4palf14LogEntryHeader23update_header_checksum_EvENK5$_580clEPKc.1598dc2348996c1ae1caea6120522988.llvm.6220080181141740802 -_ZZN9oceanbase4palf16LogSlidingWindow10submit_logEPKclRKNS_5share3SCNERNS0_3LSNERS5_ENK5$_114clES3_.0e4bf25207570af14a78557c8489c4fc -_ZNK9oceanbase4palf16LogSlidingWindow29leader_can_submit_larger_log_El -_ZZN9oceanbase4palf14LogEntryHeader15generate_headerEPKclRKNS_5share3SCNEENK5$_581clES3_.1598dc2348996c1ae1caea6120522988.llvm.6220080181141740802 -_ZZN9oceanbase4palf16LogSlidingWindow10submit_logEPKclRKNS_5share3SCNERNS0_3LSNERS5_ENK5$_106clES3_.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf12LSNAllocator13alloc_lsn_scnERKNS_5share3SCNElRNS0_3LSNERlRS3_RbSA_S8_ENK5$_617clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE6revertElENKUlPKcE2_clES5_ -_ZNK9oceanbase11transaction14ObTxDataBackup9serializeEPclRl -_ZNK9oceanbase5share3SCN9serializeEPclRl -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction9ObTxCbArgELl3ENS0_19ModulePageAllocatorELb0EE7reserveEl -_ZZN9oceanbase4palf14PalfHandleImpl10submit_logERKNS0_17PalfAppendOptionsEPKclRKNS_5share3SCNERNS0_3LSNERS8_ENK5$_843clES6_.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase11transaction16ObTransStatistic21add_clog_submit_countEml -_ZNK9oceanbase11transaction14ObPartTransCtx20gen_final_mds_array_ERNS_6common9ObSEArrayINS0_14ObTxBufferNodeELl1ENS2_19ModulePageAllocatorELb0EEEb -_ZN9oceanbase8memtable18ObTransCallbackMgr20inc_pending_log_sizeEl -_ZN9oceanbase8memtable16ObTxCallbackList20tx_calc_checksum_allEv -_ZN9oceanbase8memtable16ObITransCallback13calc_checksumENS_5share3SCNEPNS_6common15ObBatchChecksumE -_ZN9oceanbase8memtable16ObTxCallbackList16ensure_checksum_ENS_5share3SCNE -_ZN9oceanbase11transaction10ObTransCtx8set_stc_ENS0_11MonotonicTsE -_ZZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE6revertElENKUlPKcE4_clES5_ -_ZN9oceanbase11transaction16ObTransStatistic24add_trans_log_total_sizeEml -_ZN9oceanbase6common13ObSEArrayImplINS_5share6ObLSIDELl3ENS0_19ModulePageAllocatorELb0EE7reserveEl -_ZN9oceanbase11transaction7ObTsMgr7get_gtsEmNS0_11MonotonicTsEPNS0_10ObTsCbTaskERNS_5share3SCNERS2_ -_ZNSt14_Function_baseD2Ev -_ZN9oceanbase11transaction11ObGtsSource7get_gtsENS0_11MonotonicTsEPNS0_10ObTsCbTaskERlRS2_ -_ZN9oceanbase11transaction11ObGtsSource37get_gts_from_local_timestamp_service_ERNS_6common6ObAddrERlRNS0_11MonotonicTsE -_ZN9oceanbase11transaction11ObIDService17check_and_fill_lsEv -_ZN9oceanbase11transaction11ObGtsSource15get_gts_leader_ERNS_6common6ObAddrE +_ZNK9oceanbase3lib16ObRuntimeContext9serializeEPclRl +_ZNK9oceanbase5obrpc8LogRpcCBILNS0_15ObRpcPacketCodeE5387EE5cloneERKNS_3rpc5frame7SPAllocE _ZZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE6revertElENKUlPKcE3_clES5_ -_ZNK9oceanbase4palf14LogGroupBuffer18can_handle_new_logERKNS0_3LSNElS4_ -_ZN9oceanbase4palf16LogSlidingWindow23generate_new_group_log_ERKNS0_3LSNElRKNS_5share3SCNElRKNS0_7LogTypeEPKclRb -_ZZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE3getElRPS2_ENKUlPKcE0_clES7_ -_ZN9oceanbase4palf16LogSlidingWindow20try_freeze_prev_log_ElRKNS0_3LSNERb -_ZN9oceanbase4palf16LogSlidingWindow24wait_group_buffer_ready_ERKNS0_3LSNEl -_ZN9oceanbase4palf14LogGroupBuffer4waitERKNS0_3LSNEl -_ZZN9oceanbase4palf7LogTask11try_freeze_ERKNS0_3LSNEENK5$_589clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE6revertElENKUlPKcE6_clES5_ -_ZN9oceanbase11transaction14ObPartTransCtx25submit_multi_data_source_ERNS0_12ObTxLogBlockE -_ZZN9oceanbase11transaction14ObPartTransCtx25submit_multi_data_source_ERNS0_12ObTxLogBlockEENK5$_591clEPKc.93feb755617c21c32b229b78773c290c -_ZN9oceanbase6common13ObSEArrayImplINS_4palf3LSNELl10ENS0_19ModulePageAllocatorELb0EE7reserveEl -_ZN9oceanbase11transaction11ObIDService10get_numberEllRlS2_ -_ZZNK9oceanbase11transaction14ObTxVersionMgr15get_max_read_tsEvENKUlPKcE_clES3_ -_ZN9oceanbase11transaction14ObTransService10acquire_txERPNS0_8ObTxDescEj -_ZN9oceanbase11transaction11ObTxDescMgr5allocERPNS0_8ObTxDescE -_ZN6obutil11ObUtilMutexC1Ev -_ZN9oceanbase6common12ObSliceAlloc5allocEv -_ZN9oceanbase11transaction8ObTxDescC1Ev -_ZN9oceanbase11transaction8ObTxDescC2Ev -_ZN9oceanbase6common12ObSliceAlloc13prepare_blockEv -_ZZN9oceanbase4palf7LogTask20try_freeze_by_myselfEvENK5$_588clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase11transaction10ObTransCtx8get_stc_Ev -_ZZN9oceanbase4palf7LogTask23set_initial_header_infoERKNS0_17LogTaskHeaderInfoEENK5$_582clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf16LogSlidingWindow10submit_logEPKclRKNS_5share3SCNERNS0_3LSNERS5_ENK5$_112clES3_.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase10logservice13ObApplyStatus14push_append_cbEPNS0_8AppendCbEENK4$_21clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 -_ZN9oceanbase6common15ObBlockAllocMgr11alloc_blockElRNS_3lib9ObMemAttrE -easy_connection_do_request.8d7a091449e6908669a41293537a4cf4.llvm.9398467476788994940 -_ZN9oceanbase4easy6decodeEP14easy_message_t -_ZN9oceanbase5obrpc15ObRpcNetHandler14set_trace_infoEP14easy_request_tPv -_ZN9oceanbase5obrpc15ObRpcNetHandler6decodeEP14easy_message_t -_ZN9oceanbase5obrpc22ObRpcProtocolProcessor6decodeEP14easy_message_tRPNS0_11ObRpcPacketE -easy_pool_alloc_ex -_ZN9oceanbase5obrpc29ObVirtualRpcProtocolProcessor25decode_raw_net_rpc_packetERNS_6common11ObTimeGuardEP14easy_message_tlRPNS0_11ObRpcPacketE -_ZN9oceanbase5obrpc17ObRpcPacketHeader11deserializeEPKclRl -_ZN9oceanbase3sql12ObDMLService19write_row_to_das_opILi4EEEiRKNS0_17ObDASDMLBaseCtDefERNS0_17ObDASDMLBaseRtDefEPKNS0_14ObDASTabletLocERNS0_10ObDMLRtCtxERKNS_6common12ObFixedArrayIPNS0_6ObExprENSD_12ObIAllocatorEEE -_ZN9oceanbase3sql13ObDASDeleteOp14init_task_infoEv -easy_socket_write -_ZN9oceanbase4palf11PalfEnvImpl22try_freeze_log_for_allEv -_ZN9oceanbase6common13ObLinkHashMapINS_4palf5LSKeyENS2_14PalfHandleImplENS2_19PalfHandleImplAllocENS0_9RefHandleELl8EE3mapINS7_8HandleOnINS2_11PalfEnvImpl16FreezeLogFunctorEEEEEiRT_ -_ZN9oceanbase6common13ObLinkHashMapINS_4palf5LSKeyENS2_14PalfHandleImplENS2_19PalfHandleImplAllocENS0_9RefHandleELl8EE4nextEPNS0_12LinkHashNodeIS3_EE -_ZN9oceanbase4palf16LogSlidingWindow22period_freeze_last_logEv -_ZZN9oceanbase4palf16LogSlidingWindow22period_freeze_last_logEvENK5$_174clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase6common13ObLinkHashMapINS_4palf5LSKeyENS2_14PalfHandleImplENS2_19PalfHandleImplAllocENS0_9RefHandleELl8EE8IteratorD2Ev -_ZN9oceanbase3sql19ObScalarAggregateOp11inner_closeEv -_ZN9oceanbase6common9PageArenaIcNS0_19ModulePageAllocatorEE20free_remain_one_pageEv -_ZN9oceanbase3sql15ObTableDeleteOp10inner_openEv -_ZN9oceanbase3sql15ObTableModifyOp10inner_openEv -_ZN9oceanbase6common11ObArrayWrapINS_3sql10ObDelRtDefEE14allocate_arrayERNS0_12ObIAllocatorEl -_ZN9oceanbase3sql12ObDMLService14init_del_rtdefERNS0_10ObDMLRtCtxERNS0_10ObDelRtDefERKNS0_10ObDelCtDefE -_ZN9oceanbase3sql12ObDMLService18init_das_dml_rtdefERNS0_10ObDMLRtCtxERKNS0_17ObDASDMLBaseCtDefERNS0_17ObDASDMLBaseRtDefEPKNS0_17ObDASTableLocMetaE -_ZN9oceanbase3sql12ObDMLService22init_related_das_rtdefERNS0_10ObDMLRtCtxERKNS_6common12ObFixedArrayIPNS0_17ObDASDMLBaseCtDefENS4_12ObIAllocatorEEERNS4_11ObArrayWrapIPNS0_17ObDASDMLBaseRtDefEEE -_ZN9oceanbase3sql8ObDASCtx18extended_table_locERKNS0_17ObDASTableLocMetaERPNS0_13ObDASTableLocE -_ZN9oceanbase3sql13ObExecContext12get_root_ctxERPS1_ -_ZN9oceanbase3sql15ObTableInsertOp10inner_openEv -_ZN9oceanbase3sql12ObDMLService14init_ins_rtdefERNS0_10ObDMLRtCtxERNS0_10ObInsRtDefERKNS0_10ObInsCtDefERNS_6common8ObIArrayIPNS0_6ObExprEEE -_ZN9oceanbase6common11ObArrayWrapINS_3sql10ObInsRtDefEE14allocate_arrayERNS0_12ObIAllocatorEl -_ZN9oceanbase3sql15ObTableModifyOp26discharge_das_write_bufferEv -_ZN9oceanbase3sql24ObTenantSqlMemoryManager28unregister_work_area_profileERNS0_20ObSqlWorkAreaProfileE -easy_session_process_low_level -_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5377EvEEE10get_clonedEv -realloc_with_mod_stat -_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5377EvEEE9get_rcodeEv -_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5377EvEEE11reset_rcodeEv -_ZN9oceanbase5obrpc8LogRpcCBILNS0_15ObRpcPacketCodeE5377EE7processEv -_ZN9oceanbase6common15ob_easy_reallocEPvm -_Z8async_cbP14easy_request_t -_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5377EvEEE6decodeEPv -_ZN9oceanbase3rpc25get_stat_srv_by_tenant_idEm -_ZNK9oceanbase3omt13ObMultiTenant10get_tenantEmRPNS0_8ObTenantE -_ZN9oceanbase6common14SpinRLockGuardD2Ev -_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_15ObTransRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1626EvEEE10get_clonedEv -_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_15ObTransRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1628EvEEE10get_clonedEv -_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5387EvEEE9get_rcodeEv -_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5398EvEEE10get_clonedEv -easy_pool_destroy -_ZN9oceanbase5obrpc15ObRpcResultCode11deserializeEPKclRl -_ZN9oceanbase6common13ObSEArrayImplINS0_15ObWarningBuffer11WarningItemELl2ENS0_19ModulePageAllocatorELb0EE5resetEv -_ZN9oceanbase6common13ObSEArrayImplINS0_15ObWarningBuffer11WarningItemELl2ENS0_19ModulePageAllocatorELb0EE16prepare_allocateEl -_ZN9oceanbase6common13ObSEArrayImplINS0_15ObWarningBuffer11WarningItemELl2ENS0_19ModulePageAllocatorELb0EE11deserializeEPKclRl -_ZN9oceanbase6common13ObSEArrayImplINS0_15ObWarningBuffer11WarningItemELl2ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5386EvEEE11reset_rcodeEv -_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5398EvEEE6decodeEPv -_ZNK9oceanbase4palf17LogIOFlushLogTask16get_io_task_typeEv -_ZZN9oceanbase11transaction14ObTransService33create_global_implicit_savepoint_ERNS0_8ObTxDescERKNS0_9ObTxParamERlbENK6$_1380clEPKc.93feb755617c21c32b229b78773c290c -_ZN9oceanbase3sql13ObDASInsertOp7open_opEv -_ZN9oceanbase7storage15ObAccessService11insert_rowsERKNS_5share6ObLSIDERKNS_6common10ObTabletIDERNS_11transaction8ObTxDescERKNS0_14ObDMLBaseParamERKNS6_8ObIArrayImEEPNS6_16ObNewRowIteratorERl -_ZN9oceanbase6common16ObNewRowIterator13get_next_rowsERPNS0_8ObNewRowERl -_ZN9oceanbase6common13ObSEArrayImplINS_5share6schema9ObColDescELl52ENS0_19ModulePageAllocatorELb0EED2Ev -_ZN9oceanbase3sql16ObDASDMLIterator12get_next_rowERPNS_6common8ObNewRowE -_ZN9oceanbase7storage17ObLSTabletService11insert_rowsERNS0_10ObStoreCtxERKNS0_14ObDMLBaseParamERKNS_6common8ObIArrayImEEPNS7_16ObNewRowIteratorERl -_ZN9oceanbase7storage10ObRowsInfo11ExistHelper4initERKNS0_15ObRelativeTableERNS0_10ObStoreCtxERKNS0_15ObTableReadInfoERNS_6common23ObReserveArenaAllocatorILl1024EEE -_ZNK9oceanbase8memtable15ObMvccAccessCtx8is_validEv -_ZN9oceanbase7storage10ObRowsInfoC1Ev -_ZN9oceanbase7storage10ObRowsInfoD1Ev -_ZZN9oceanbase3sql20ObDASIndexDMLAdaptorILi2ENS0_16ObDASDMLIteratorEE12write_tabletERS2_RlENKUlPKcE_clES7_ -_ZN9oceanbase7storage17ObLSTabletService21insert_rows_to_tabletERNS0_14ObTabletHandleERNS0_15ObDMLRunningCtxEPKNS_6common8ObNewRowElRNS0_10ObRowsInfoEPNS0_10ObStoreRowERlSE_ -_ZN9oceanbase6common8ObNewRow8get_cellEl -_ZN9oceanbase7storage19ObStorageTableGuardC1EPNS0_8ObTabletERNS0_10ObStoreCtxEbbNS_5share3SCNEb -_ZN9oceanbase7storage17ObLSTabletService21insert_lob_tablet_rowERNS0_14ObTabletHandleERNS0_15ObDMLRunningCtxERNS0_10ObStoreRowE -_ZN9oceanbase7storage8ObTablet14rowkeys_existsERNS0_10ObStoreCtxERNS0_15ObRelativeTableERNS0_10ObRowsInfoERb -_ZN9oceanbase7storage20ObTableStoreIteratorD1Ev -_ZN9oceanbase7storage20ObTableStoreIteratorD2Ev -_ZN9oceanbase7storage8ObTablet16do_rowkeys_existERNS0_20ObTableStoreIteratorERNS0_10ObRowsInfoERb -_ZN9oceanbase7storage8ObTablet15get_read_tablesElRNS0_20ObTableStoreIteratorEb -_ZN9oceanbase8memtable10ObMemtable5existERNS_7storage10ObRowsInfoERbS5_ -_ZN9oceanbase8memtable10ObMemtable5existERNS_7storage10ObStoreCtxEmRKNS2_15ObTableReadInfoERKNS_12blocksstable13ObDatumRowkeyERbSC_ -_ZN9oceanbase8memtable19ObMvccValueIterator13get_next_nodeERPKv -_ZN9oceanbase7storage10ObRowsInfo18clear_found_rowkeyEl -_ZN9oceanbase8memtable13ObMemtableKey6encodeERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEEPKNS2_13ObStoreRowkeyE -_ZN9oceanbase7storage10ObRowsInfo15check_duplicateEPNS0_10ObStoreRowElRNS0_15ObRelativeTableE -_ZN9oceanbase6common23ObReserveArenaAllocatorILl1024EE5allocElRKNS_3lib9ObMemAttrE -_ZN9oceanbase5share6schema19ObSchemaGetterGuardD1Ev -_ZN9oceanbase5share6schema19ObSchemaGetterGuardD2Ev -_ZN9oceanbase7storage19ObStorageTableGuardD1Ev -_ZN9oceanbase7storage19ObStorageTableGuardD2Ev -_ZN9oceanbase6common17ObjHashCalculatorILNS0_9ObObjTypeE22ENS0_13ObDefaultHashENS0_5ObObjEE15calc_hash_valueERKS4_m -_ZN9oceanbase3sql13ObDASInsertOp21insert_row_with_fetchEv -_ZN9oceanbase3sql5ObSql20handle_physical_planERKNS_6common8ObStringERNS0_8ObSqlCtxERNS0_11ObResultSetERNS0_14ObPlanCacheCtxEib -_ZN9oceanbase5share6schema18ObStmtOraNeedPrivsD2Ev -_ZN9oceanbase5share6schema15ObStmtNeedPrivsD2Ev -_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema13ObOraNeedPrivENS0_12ObIAllocatorEED2Ev -_ZN9oceanbase3sql5ObSql16parser_and_checkERKNS_6common8ObStringERNS0_13ObExecContextERNS0_14ObPlanCacheCtxER11ParseResultiRbSC_ -_ZN9oceanbase3sql8ObParser10is_pl_stmtERKNS_6common8ObStringEPbS6_ -_ZN9oceanbase3sql5ObSql22generate_physical_planER11ParseResultPNS0_14ObPlanCacheCtxERNS0_8ObSqlCtxERNS0_11ObResultSetEbbPS2_ -_ZN9oceanbase6common12ObIAllocatoraSERKS1_ -_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema10ObNeedPrivENS0_12ObIAllocatorEE7destroyEv -_ZN9oceanbase6common13ObSEArrayImplISt4pairIPNS_3sql9ObRawExprEPNS3_14ObConstRawExprEELl8ENS0_19ModulePageAllocatorELb0EED2Ev -_ZN9oceanbase3sql10ObResolverD1Ev -_ZN9oceanbase3sql10ObResolverD2Ev -_ZN9oceanbase6common4hash18ObPlacementHashSetImLm256ELb1EED2Ev -_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema13ObOraNeedPrivENS0_12ObIAllocatorEE7destroyEv -_ZN9oceanbase3sql5ObSql13generate_stmtER11ParseResultPNS0_14ObPlanCacheCtxERNS0_8ObSqlCtxERNS_6common12ObIAllocatorERNS0_11ObResultSetERPNS0_6ObStmtEPS2_ -_ZNK9oceanbase3sql6ObStmt19has_global_variableEv -_ZNK9oceanbase3sql6ObStmt11is_dml_stmtEv -_ZN9oceanbase3sql10ObQueryCtxC2Ev -_ZN9oceanbase3sql10ObResolverC1ERNS0_16ObResolverParamsE -_ZN9oceanbase6common13ObSEArrayImplINS_3sql7ObHintsELl8ENS0_19ModulePageAllocatorELb1EE5reuseEv -_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema18ObSchemaObjVersionENS0_12ObIAllocatorEE6assignERKNS0_8ObIArrayIS4_EE -_ZN9oceanbase3sql15ObResolverUtils26get_stmt_type_by_item_typeE10ObItemType -_ZN9oceanbase3sql10ObResolver7resolveENS1_10IsPreparedERK10_ParseNodeRPNS0_6ObStmtE -_ZN9oceanbase3sql18ObEndTransResolverD2Ev -_ZN9oceanbase3sql20ObStartTransResolverD2Ev -_ZN9oceanbase3sql6ObStmt11is_dcl_stmtENS0_4stmt8StmtTypeE -_ZN9oceanbase3sql10ObResolver18stmt_resolver_funcINS0_18ObEndTransResolverEEEiRNS0_16ObResolverParamsERK10_ParseNodeRPNS0_6ObStmtE -_ZN9oceanbase3sql14ObStmtResolver9init_stmtEv -_ZN9oceanbase3sql14ObStmtResolver11create_stmtINS0_14ObEndTransStmtEEEPT_v -_ZN9oceanbase6common11smart_allocElPKc -_ZN9oceanbase6common10smart_freeEPv -_ZN9oceanbase3sql10ObResolver18stmt_resolver_funcINS0_20ObStartTransResolverEEEiRNS0_16ObResolverParamsERK10_ParseNodeRPNS0_6ObStmtE -_ZN9oceanbase3sql20ObStartTransResolver7resolveERK10_ParseNode -_ZN9oceanbase3sql11ObQueryHint15add_stmt_id_mapElNS0_4stmt8StmtTypeE -_ZN9oceanbase5share6schema19ObSchemaGetterGuard23get_sys_variable_schemaEmRPKNS1_25ObSimpleSysVariableSchemaE -_ZN9oceanbase3sql8ObParser9parse_sqlERKNS_6common8ObStringER11ParseResultb -_ZN9oceanbase3sql11ObSQLParser5parseEPKclR11ParseResult -parse_sql -obsql_mysql_yy_switch_to_buffer -parse_realloc -obsql_mysql_yy_scan_bytes -obsql_mysql_yylex_init_extra -_ZN9oceanbase3sql5ObSql15fill_result_setERNS0_11ObResultSetEPNS0_8ObSqlCtxEbRNS0_6ObStmtE -current_time -_ZNK9oceanbase3sql10ObAggrInfo16eval_param_batchERKNS0_11ObBatchRowsERNS0_9ObEvalCtxE -easy_client_list_find -_ZN9oceanbase3sql16ObChunkStoreUtil12alloc_dir_idERl -_ZNK9oceanbase5share6schema9ColumnMap3getEmRi +_ZZN9oceanbase4palf6LogRpc12post_requestINS0_10LogPushReqEEEiRKNS_6common6ObAddrElRKT_ENKUlPKcE_clESC_ +_ZZN9oceanbase4palf16LogSlidingWindow25set_last_submit_log_info_ERKNS0_3LSNES4_lRKlENK5$_213clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZZN9oceanbase4palf9LogEngine19submit_push_log_reqINS_6common16ObMemberListBaseILl7EEEEEiRKT_RKNS0_11PushLogTypeERKlSD_RKNS0_3LSNESG_RKNS0_11LogWriteBufEENKUlPKcE1_clESL_ +_ZZN9oceanbase4palf16LogSlidingWindow31try_update_last_slide_log_info_ElRKNS_5share3SCNERKNS0_3LSNES8_RKllENK5$_215clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase4palf14PalfHandleImpl16update_palf_statEv +_ZN9oceanbase4palf8PalfStatD2Ev +_ZNK9oceanbase4palf9LogEngine12get_log_metaEv +easy_connection_recycle_message.8d7a091449e6908669a41293537a4cf4 +_ZN9oceanbase10rootserver26ObMigrateUnitFinishChecker23try_finish_migrate_unitERKNS_6common4hash12ObReferedMapImNS0_14DRUnitStatInfoEEE _ZN9oceanbase6common12ObKVCacheMap18clean_garbage_nodeERll -_ZZN9oceanbase8memtable10ObMemtable4set_ERNS_7storage10ObStoreCtxEmRKNS2_15ObTableReadInfoERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEERKNS2_10ObStoreRowEPSH_PKNS9_IlEEENK5$_256clEPKc.1dd22efca7fa83ae50e8099a04ad3959 -_ZN9oceanbase3sql12ObDMLService26init_heap_table_pk_for_insERKNS0_10ObInsCtDefERNS0_9ObEvalCtxE -ev_run -_ZN9oceanbase3sql8ObParser16transform_normalERNS_6common8ObStringE -_ZN9oceanbase7storage15ObAccessService25audit_tablet_opt_dml_statERKNS0_14ObDMLBaseParamERKNS_6common10ObTabletIDENS5_16ObOptDmlStatTypeEl -_ZN9oceanbase3sql12ObDMLService18process_update_rowERKNS0_10ObUpdCtDefERNS0_10ObUpdRtDefERbRNS0_15ObTableModifyOpE -_ZN9oceanbase3sql13TriggerHandle15init_param_rowsERNS0_9ObEvalCtxERKNS0_14ObTrigDMLCtDefERNS0_14ObTrigDMLRtDefE -_ZNK9oceanbase3sql6ObExpr23eval_one_datum_of_batchERNS0_9ObEvalCtxERPNS_6common7ObDatumE -_ZN9oceanbase3sql16ForeignKeyHandle9do_handleERNS0_15ObTableModifyOpERKNS0_14ObDMLBaseCtDefERNS0_14ObDMLBaseRtDefE -_ZN9oceanbase3sql9ObExprAdd11add_int_intERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE -_ZN9oceanbase3sql12ObDMLService25check_row_whether_changedERKNS0_10ObUpdCtDefERNS0_10ObUpdRtDefERNS0_9ObEvalCtxE -_ZN9oceanbase3sql19ObIntIntBatchAddRaw9raw_checkElll -_ZN9oceanbase3sql13TriggerHandle18init_param_new_rowERNS0_9ObEvalCtxERKNS0_14ObTrigDMLCtDefERNS0_14ObTrigDMLRtDefE -_ZN9oceanbase3sql13TriggerHandle18init_param_old_rowERNS0_9ObEvalCtxERKNS0_14ObTrigDMLCtDefERNS0_14ObTrigDMLRtDefE -_ZN9oceanbase3sql17datetime_datetimeERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE -_ZN9oceanbase3sql15ObTableUpdateOp10inner_openEv -_ZN9oceanbase6common11ObTimerTask10need_retryEv -_ZN9oceanbase7storage16ObMetaPointerMapINS0_14ObTabletMapKeyENS0_8ObTabletEE20for_each_value_storeINS0_22ObT3mTabletMapIterator17FetchTabletItemOpEEEiRT_ -_ZN9oceanbase3lib17ObTenantMemoryMgr10free_chunkEPNS0_6AChunkERKNS0_9ObMemAttrE -_ZN9oceanbase3lib9AChunkMgr10free_chunkEPNS0_6AChunkE -_ZN9oceanbase5obrpc18ObRpcProcessorBase7cleanupEv -_ZN9oceanbase6common7ob_freeEPv -_ZN9oceanbase3sql16ObFastParserBase19is_multi_byte_spaceEPKcllRl -easy_message_create -_ZTWN9oceanbase5obrpc7g_pcodeE -_ZN9oceanbase3lib20ObTenantCtxAllocator7reallocEPKvlRKNS0_9ObMemAttrE -_ZN9oceanbase6common16ObFixedArrayImplIPNS0_7ObDatumENS0_12ObIAllocatorEE9push_backERKS3_ -easy_message_destroy -_ZN9oceanbase6common9PageArenaIcNS0_19ModulePageAllocatorEE4freeEv -_ZN9oceanbase3sql12ObDMLService18process_delete_rowERKNS0_10ObDelCtDefERNS0_10ObDelRtDefERbRNS0_15ObTableModifyOpE -_ZN9oceanbase3sql15ObTableDeleteOp11inner_closeEv -_ZN9oceanbase3sql15ObTableModifyOp11inner_closeEv -easy_connection_do_response.8d7a091449e6908669a41293537a4cf4.llvm.9398467476788994940 -_ZN9oceanbase5obrpc15ObRpcNetHandler13get_packet_idEP17easy_connection_tPv -_ZN9oceanbase3sql15ObTableUpdateOp11inner_closeEv -_ZZN9oceanbase11transaction8ObTxDesc17execute_commit_cbEvENK6$_1056clEPKc.6c6f3ed9193054173c335adef4549614 -_ZN9oceanbase3sql13ObDASDeleteOpD2Ev -_ZN9oceanbase3sql19ObScalarAggregateOp7destroyEv -_ZN9oceanbase3sql15ObTableInsertOp11inner_closeEv -easy_connection_process_request.8d7a091449e6908669a41293537a4cf4 -_ZN9oceanbase4easy7processEP14easy_request_t -_ZN9oceanbase5obrpc12ObRpcHandler7processEP14easy_request_t -_ZN9oceanbase11transaction7ObTsMgr4run1Ev -_ZN9oceanbase6common13ObLinkHashMapINS0_9ObIntWarpENS_11transaction14ObTsSourceInfoENS3_19ObTsSourceInfoAllocENS0_9RefHandleELl8EE4nextEPNS0_12LinkHashNodeIS2_EE -_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql20ObAggregateProcessor12IAggrFuncCtxENS0_12ObIAllocatorEE16prepare_allocateEl -_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql20ObAggregateProcessor12IAggrFuncCtxENS0_12ObIAllocatorEE4initEl -easy_buf_destroy -_ZN9oceanbase3sql17ObMergeDistinctOp7destroyEv -_ZN9oceanbase4palf11LogIOWorker9run_loop_Ev -_ZN9oceanbase4palf11PalfEnvImpl20get_palf_handle_implElRNS0_19PalfHandleImplGuardE -_ZN9oceanbase4palf11PalfEnvImpl20get_palf_handle_implElRPNS0_14PalfHandleImplE -_ZN9oceanbase6common6DCHashINS_4palf5LSKeyELl8EE3getERKS3_RPNS0_11KeyHashNodeIS3_EE -_ZN9oceanbase6common6DCHashINS_4palf5LSKeyELl8EE6Handle10search_preEmRPNS0_8HashNodeE -_ZN9oceanbase6common6DCHashINS_4palf5LSKeyELl8EE6Handle6retireEil -_ZN9oceanbase4palf14PalfHandleImpl17advance_reuse_lsnERKNS0_3LSNE -_ZN9oceanbase4palf14PalfHandleImpl16inner_append_logERKNS_6common12ObFixedArrayINS0_3LSNENS2_12ObIAllocatorEEERKNS3_IPNS0_11LogWriteBufES5_EERKNS3_INS_5share3SCNES5_EE -_ZN9oceanbase4palf10LogStorage6writevERKNS_6common12ObFixedArrayINS0_3LSNENS2_12ObIAllocatorEEERKNS3_IPNS0_11LogWriteBufES5_EERKNS3_INS_5share3SCNES5_EE -_ZN9oceanbase4palf10LogStorage6writevERKNS0_3LSNERKNS0_11LogWriteBufERKNS_5share3SCNE -_ZN9oceanbase4palf10LogStorage32update_log_tail_guarded_by_lock_El -_ZN9oceanbase4palf11LogBlockMgr6writevEmmRKNS0_11LogWriteBufE -_ZN9oceanbase4palf15LogBlockHandler17inner_write_once_EmPKcl -_ZN9oceanbase6common9ob_pwriteEiPKcll -_ZN9oceanbase4palf16LogDIOAlignedBuf9align_bufEPKclRPcRlRm -_ZN9oceanbase6common16ObFixedArrayImplIPNS_4palf17LogIOFlushLogTaskENS0_12ObIAllocatorEE9push_backERKS4_ -_ZZN9oceanbase4palf11LogIOWorker25BatchLogIOFlushLogTaskMgr26find_usable_batch_io_task_ElRPNS0_22BatchLogIOFlushLogTaskEENK5$_790clEPKc.1598dc2348996c1ae1caea6120522988 -_ZZN9oceanbase4palf14PalfHandleImpl17advance_reuse_lsnERKNS0_3LSNEENK6$_1175clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase6common16ObFixedArrayImplINS_4palf3LSNENS0_12ObIAllocatorEE9push_backERKS3_ -_ZN9oceanbase4palf29push_task_into_cb_thread_poolElPNS0_9LogIOTaskE -_ZZN9oceanbase4palf16LogDIOAlignedBuf12truncate_bufEvENK4$_59clEPKc.1598dc2348996c1ae1caea6120522988 -_ZN9oceanbase6common16ObFixedArrayImplINS_5share3SCNENS0_12ObIAllocatorEE9push_backERKS3_ -_ZN9oceanbase6common16ObFixedArrayImplIPNS_4palf11LogWriteBufENS0_12ObIAllocatorEE9push_backERKS4_ -_ZZN9oceanbase4palf16LogSlidingWindow17advance_reuse_lsnERKNS0_3LSNEENK5$_426clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf15LogBlockHandler6writevEmRKNS0_11LogWriteBufEENK4$_78clEPKc.1598dc2348996c1ae1caea6120522988 -_ZZN9oceanbase4palf10LogStorage6writevERKNS_6common12ObFixedArrayINS0_3LSNENS2_12ObIAllocatorEEERKNS3_IPNS0_11LogWriteBufES5_EERKNS3_INS_5share3SCNES5_EEENK5$_519clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf11LogBlockMgr6writevEmmRKNS0_11LogWriteBufEENK5$_114clEPKc.1598dc2348996c1ae1caea6120522988 -_ZZN9oceanbase4palf11LogWriteBuf5mergeERKS1_RbENK5$_598clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf11PalfEnvImpl20get_palf_handle_implElRPNS0_14PalfHandleImplEENK5$_709clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf10LogStorage6writevERKNS0_3LSNERKNS0_11LogWriteBufERKNS_5share3SCNEENK5$_512clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase6common6DCHashINS_4palf5LSKeyELl8EE24alloc_and_init_cur_arrayEv -_ZZN9oceanbase4palf14LogGroupBuffer20inc_update_reuse_lsnERKNS0_3LSNEENK5$_626clEPKc.1598dc2348996c1ae1caea6120522988.llvm.6220080181141740802 -_ZN9oceanbase6common9Ob2DArrayIPNS_3sql20ObAggregateProcessor8GroupRowELi65408ENS0_19ModulePageAllocatorELb0ENS0_9ObSEArrayIPS5_Ll64ES6_Lb0EEEE7reserveEl -easy_connection_write_socket -_ZN9oceanbase11transaction14ObTransService24handle_tx_commit_result_ERNS0_8ObTxDescEiNS_5share3SCNE -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction13ObTxSavePointELl4ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase11transaction16ObTransStatistic12get_instanceEv -_ZN9oceanbase11transaction14ObTransService18tx_post_terminate_ERNS0_8ObTxDescE -_ZN9oceanbase11transaction14ObTransService28invalid_registered_snapshot_ERNS0_8ObTxDescE -_ZN9oceanbase11transaction16ObTransStatistic25add_trans_total_used_timeEml -_ZN9oceanbase11transaction12ObLSTxCtxMgr13create_tx_ctxERKNS0_13ObTxCreateArgERbRPNS0_14ObPartTransCtxE -_ZN9oceanbase6common18ObServerObjectPoolINS_11transaction14ObPartTransCtxEE13borrow_objectEv -_ZN9oceanbase11transaction14ObPartTransCtx4initEmRKNS_6common6ObAddrEjRKNS0_9ObTransIDElRKNS_5share6ObLSIDEmPNS0_14ObTransServiceEmlPNS0_12ObLSTxCtxMgrEb -_ZN9oceanbase7storage15ObTableHandleV2D1Ev -_ZN9oceanbase7storage15ObTableHandleV2D2Ev -_ZN9oceanbase6common13ObSEArrayImplIjLl8ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase11transaction11ObCtxTxData4initEPNS0_12ObLSTxCtxMgrEl -_ZN9oceanbase7storage15ObTableHandleV2aSERKS1_ -_ZN9oceanbase8memtable18ObTransCallbackMgr11trans_startEv -_ZN9oceanbase11transaction9tablelock11ObLockTable17get_lock_memtableERNS_7storage15ObTableHandleV2E -_ZN9oceanbase8memtable13ObMemtableCtx4initEm -_ZN9oceanbase8memtable24ObMemtableCtxCbAllocator4initEm -_ZN9oceanbase8memtable16ObQueryAllocator4initEm -_ZN9oceanbase7storage13ObTxDataTable13alloc_tx_dataERPNS0_8ObTxDataE -_ZZN9oceanbase11transaction14ObPartTransCtx4initEmRKNS_6common6ObAddrEjRKNS0_9ObTransIDElRKNS_5share6ObLSIDEmPNS0_14ObTransServiceEmlPNS0_12ObLSTxCtxMgrEbENK4$_55clEPKc.93feb755617c21c32b229b78773c290c -_ZN9oceanbase11transaction14ObPartTransCtx11start_transEv -_ZN9oceanbase11transaction14ObPartTransCtxC2Ev -_ZN9oceanbase11transaction9ObTxLogCbC2Ev -_ZN9oceanbase11transaction9ObTxLogCb5resetEv -_ZN9oceanbase8memtable13ObMemtableCtxC1Ev -_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql6ObExprENS0_12ObIAllocatorEE9push_backERKS4_ -_ZZN9oceanbase8observer27init_srv_xlator_for_palfenvEPNS0_14ObSrvRpcXlatorEEN6$_14938__invokeERKNS0_15ObGlobalContextERPNS_3rpc5frame14ObReqProcessorERNS_5obrpc19ObRpcSessionHandlerE.4993347bc18636af120d9542b56e15f4 -easy_request_server_done -_ZN9oceanbase3sql12ObSortOpImpl14before_add_rowEv -_ZN9oceanbase3sql20ObSqlMemMgrProcessor4initEPNS_6common12ObIAllocatorEmlNS0_17ObPhyOperatorTypeEmPNS0_13ObExecContextE -_ZN9oceanbase6common15ObKVCacheHandleD1Ev -_ZN9oceanbase6common15ObKVCacheHandleD2Ev +ev_time +_ZN9oceanbase6common10ObFunctionIFiPNS_4palf15IPalfHandleImplEEED2Ev +easy_sprintf_num.d385e87c688932a1c661f7dac1e442c1 +_ZN9oceanbase5obrpc8LogRpcCBILNS0_15ObRpcPacketCodeE5387EE8set_argsERKNS_4palf16LogRpcPacketImplINS4_8election25ElectionAcceptResponseMsgEEE _ZN9oceanbase5obrpc10ObBatchRpc4run1Ev _ZN9oceanbase5obrpc14ObBatchRpcBase7do_workEv -_ZN9oceanbase6common9ob_usleepILNS0_14ObWaitEventIds17ObWaitEventIdEnumE126EEEvj _ZN9oceanbase6common10FixedHash2INS_5obrpc11ObRpcBufferEE10quick_nextEPS3_ -_ZN9oceanbase8observer20ObInnerSQLConnection4initEPNS0_24ObInnerSQLConnectionPoolEPNS_5share6schema27ObMultiVersionSchemaServiceEPNS_3sql5ObSqlEPNS0_15ObVTIterCreatorEPNS_6common14ObServerConfigEPNS8_16ObSQLSessionInfoEPNSD_12ObISQLClientEPNS0_20ObRestoreSQLModifierEbb -_ZN9oceanbase3sql18ObBasicSessionInfo15get_pc_mem_confERNS0_14ObPCMemPctConfE -_ZNK9oceanbase3sql18ObBasicSessionInfo16get_sys_variableENS_5share17ObSysVarClassTypeERl -_ZN9oceanbase8observer20ObInnerSQLConnection17init_session_infoEPNS_3sql16ObSQLSessionInfoEbbb -_ZN9oceanbase6common12ObStringBufTINS0_19ModulePageAllocatorENS0_9PageArenaIcS2_EEE12write_stringERKNS0_8ObStringEPS6_ +_ZN9oceanbase5obrpc11ObRpcBuffer4sendERNS0_15ObBatchRpcProxyEmRKNS_6common6ObAddrEb +_ZN9oceanbase5obrpc15ObRingRpcBuffer4readERlRPcS2_b +_ZNK9oceanbase6common4hash11ObHashTableImNS1_11HashMapPairImPNS_3sql12ObPsStmtInfoEEENS1_9hash_funcImEENS1_8equal_toImEENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_23SpinReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE18foreach_refactoredINS4_19ObGetClosedStmtIdOpEEEiRT_ +_ZN9oceanbase6common5occam16ObOccamTimerTask9begin_runEv +_ZN9oceanbase6common13TimeWheelBase4scanEv +_ZN9oceanbase6common15ObSmallSpinLockIhLl0ELl500ELl100EE4lockEv +_ZN9oceanbase6common16ObClockGenerator6usleepEl +_ZNK6obutil4Cond15timed_wait_implINS_11ObUtilMutexEEEbRKT_RKNS_9ObSysTimeE +_ZN6obutil4CondD1Ev +_ZN6obutil11ObUtilMutexD1Ev +_ZN9oceanbase6common5occam16ObOccamTimerTask12runTimerTaskEv +_ZN9oceanbase6common5occam16ObOccamTimerTask27commit_task_to_thread_pool_Ev +_ZN9oceanbase6common11ObWeakGuardINS0_10ObFunctionIFbvEEEED2Ev +_ZN9oceanbase6common11ObTimeWheel8scheduleEPNS0_15ObTimeWheelTaskEl +_ZNK9oceanbase6common6future16ObFutureBaseBase4waitEv +_ZN9oceanbase7storage22ObTenantTabletIterator15get_next_tabletERNS0_14ObTabletHandleE +_ZN9oceanbase7storage16ObMetaPointerMapINS0_14ObTabletMapKeyENS0_8ObTabletEE20for_each_value_storeINS0_22ObT3mTabletMapIterator17FetchTabletItemOpEEEiRT_ +_ZZN9oceanbase6common5occam20ObThreadHungDetectorC1EvENKUlvE_clEv +_ZN9oceanbase6common11ObTimerTask10need_retryEv +_ZNK9oceanbase6common12ObMySQLProxy14is_oracle_modeEv +_ZN9oceanbase3sql12ObRemoteTask11deserializeEPKclRl +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction6ObPairINS_5share6ObLSIDElEELl1ENS0_19ModulePageAllocatorELb0EE5resetEv +_ZN9oceanbase6common9Ob2DArrayINS0_10ObObjParamELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS2_Ll1ES3_Lb0EEEE11deserializeEPKclRl +_ZN9oceanbase6common5ObObj11deserializeEPKclRl +_ZN9oceanbase6common19obj_val_deserializeILNS0_9ObObjTypeE0EEEiRNS0_5ObObjEPKclRl +_ZN9oceanbase6common9ObObjMeta11deserializeEPKclRl +_ZN9oceanbase6common19obj_val_deserializeILNS0_9ObObjTypeE5EEEiRNS0_5ObObjEPKclRl +_ZN9oceanbase6common19obj_val_deserializeILNS0_9ObObjTypeE22EEEiRNS0_5ObObjEPKclRl +_ZN9oceanbase6common9Ob2DArrayINS0_10ObObjParamELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS2_Ll1ES3_Lb0EEEE16prepare_allocateEl +_ZN9oceanbase6common9Ob2DArrayINS0_10ObObjParamELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS2_Ll1ES3_Lb0EEEE7destroyEv +_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema18ObSchemaObjVersionENS0_12ObIAllocatorEE16prepare_allocateEl +_ZN9oceanbase3sql16ObDesExecContext17create_my_sessionEm +_ZN9oceanbase3sql15ObSQLSessionMgr13create_sessidERjb +_ZN9oceanbase3sql16ObSQLSessionInfo11deserializeEPKclRl +_ZN9oceanbase6common13ObSEArrayImplImLl8ENS0_19ModulePageAllocatorELb0EE5resetEv +_ZN9oceanbase6common13ObSEArrayImplImLl8ENS0_19ModulePageAllocatorELb0EE16prepare_allocateEl +_ZN9oceanbase6common16ObSessionDDLInfo11deserializeEPKclRl +_ZN9oceanbase3sql18ObBasicSessionInfo11deserializeEPKclRl +_ZN9oceanbase3sql18ObBasicSessionInfo12deserialize_EPKclRl +_ZNK9oceanbase5share36ObSysVarObEnableTransmissionChecksum8get_typeEv _ZN9oceanbase3sql18ObBasicSessionInfo25load_default_sys_variableEbb _ZN9oceanbase3sql18ObBasicSessionInfo21init_system_variablesEbb _ZN9oceanbase5share13ObBasicSysVar4initERKNS_6common5ObObjES5_S5_NS2_9ObObjTypeEl @@ -1619,1270 +1626,1522 @@ _ZN9oceanbase5share15ObSysVarFactory23find_sys_var_id_by_nameERKNS_6common8ObStr _ZN9oceanbase5share15ObSysVarFactory21sys_var_name_case_cmpEPKcRKNS_6common8ObStringE _ZN9oceanbase6common9ObDFMUtil28parse_datetime_format_stringERKNS0_8ObStringERNS0_8ObIArrayINS0_9ObDFMElemEEEb _ZN9oceanbase6commonL10string_intENS0_9ObObjTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS4_m.db28c62327e16d3ae5c8a88acfd53bbb +_ZN9oceanbase6common5ObObj7set_intENS0_9ObObjTypeEl _ZN9oceanbase6commonL24convert_string_collationERKNS0_8ObStringENS0_15ObCollationTypeERS1_S4_RNS0_15ObObjCastParamsE.db28c62327e16d3ae5c8a88acfd53bbb _ZN9oceanbase6common11ObObjCaster7to_typeENS0_9ObObjTypeENS0_15ObCollationTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS6_ -_ZN9oceanbase6commonL11string_uintENS0_9ObObjTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS4_m.db28c62327e16d3ae5c8a88acfd53bbb -_ZN9oceanbase6common5ObObj8set_uintENS0_9ObObjTypeEm _ZN9oceanbase6common13ObSEArrayImplINS0_9ObDFMElemELl10ENS0_19ModulePageAllocatorELb0EE9push_backERKS2_ _ZN9oceanbase6common21common_string_integerERKmRKNS0_9ObObjTypeERKNS0_15ObCollationTypeERKNS0_8ObStringEbRl _ZN9oceanbase6common9ObCharset12strntoullrndEPKcmiPPcPi _ZN9oceanbase6common21check_convert_str_errEPKcS2_iiRKNS0_15ObCollationTypeE _Z22ob_strntoull10rnd_8bitPK13ObCharsetInfoPKcmiPPcPi +_ZN9oceanbase6commonL11string_uintENS0_9ObObjTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS4_m.db28c62327e16d3ae5c8a88acfd53bbb +_ZN9oceanbase6common5ObObj8set_uintENS0_9ObObjTypeEm _ZN9oceanbase6common30common_string_unsigned_integerERKmRKNS0_9ObObjTypeERKNS0_15ObCollationTypeERKNS0_8ObStringEbRm +_ZN9oceanbase5share16IsoCurrencyUtils28get_currency_by_country_nameERKNS_6common8ObStringERS3_ +_ZN9oceanbase6common9ObDFMUtil14check_semanticERKNS0_8ObIArrayINS0_9ObDFMElemEEERNS0_13ObFixedBitSetILl64EEEm +_ZNK9oceanbase6common14ObServerConfig21is_debug_sync_enabledEv _ZN9oceanbase6commonL13string_stringENS0_9ObObjTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS4_m.db28c62327e16d3ae5c8a88acfd53bbb _ZN9oceanbase6commonL11copy_stringERKNS0_15ObObjCastParamsENS0_9ObObjTypeEPKclRNS0_5ObObjEl.db28c62327e16d3ae5c8a88acfd53bbb _ZN9oceanbase6common5ObObj10set_stringENS0_9ObObjTypeEPKci -_ZNK9oceanbase6common5ObObj10get_stringERNS0_8ObStringE -_ZN9oceanbase5share16IsoCurrencyUtils28get_currency_by_country_nameERKNS_6common8ObStringERS3_ -_ZN9oceanbase6common9ObDFMUtil14check_semanticERKNS0_8ObIArrayINS0_9ObDFMElemEEERNS0_13ObFixedBitSetILl64EEEm -_ZN9oceanbase6common5ObObj9deep_copyERKS1_PclRl -_ZNK9oceanbase6common14ObServerConfig21is_debug_sync_enabledEv _ZN9oceanbase6commonL20check_convert_stringENS0_9ObObjTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS4_.db28c62327e16d3ae5c8a88acfd53bbb -_ZN9oceanbase6common9ObCharset20charset_type_by_collENS0_15ObCollationTypeE +_ZN9oceanbase6common9ObCharset18is_valid_collationEl _ZN9oceanbase3sql18ObBasicSessionInfo21gen_sys_var_in_pc_strEv _ZN9oceanbase6common19obj_print_plain_strILNS0_9ObObjTypeE5EEEiRKNS0_5ObObjEPclRlRKNS0_16ObObjPrintParamsE _ZN9oceanbase6common19obj_print_plain_strILNS0_9ObObjTypeE10EEEiRKNS0_5ObObjEPclRlRKNS0_16ObObjPrintParamsE _ZN9oceanbase3sql12ObSysVarInPC18serialize_sys_varsEPclRl -_ZN9oceanbase6common13ObSEArrayImplINS0_5ObObjELl32ENS0_19ModulePageAllocatorELb0EE7reserveEl _ZN9oceanbase6common19obj_print_plain_strILNS0_9ObObjTypeE22EEEiRKNS0_5ObObjEPclRlRKNS0_16ObObjPrintParamsE +_ZNK9oceanbase6common8ObString12case_compareEPKc _ZN9oceanbase5share15ObSysVarFactory14create_sys_varENS0_17ObSysVarClassTypeERPNS0_13ObBasicSysVarE -_ZN9oceanbase5share21ObSysVarSqlThrottleRtC2Ev -_ZN9oceanbase6common9ObCharset18is_valid_collationEl -_ZN9oceanbase3sql18ObBasicSessionInfo31process_session_time_zone_valueERKNS_6common5ObObjEb -_ZN9oceanbase6common9ObCharset27charset_type_by_name_oracleERKNS0_8ObStringE -_ZN9oceanbase6common13ObSEArrayImplINS0_5ObObjELl32ENS0_19ModulePageAllocatorELb0EED2Ev -_ZN9oceanbase5share17ObSysVarSslCapathC2Ev -_ZN9oceanbase5share18ObSysVarSslCrlpathC2Ev +_ZN9oceanbase6common13ObSEArrayImplINS0_5ObObjELl32ENS0_19ModulePageAllocatorELb0EE7reserveEl _ZN9oceanbase6common11ObObjCaster7to_typeENS0_9ObObjTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS5_RPS6_ -_ZN9oceanbase5share31ObSysVarDefaultPasswordLifetimeC2Ev -_ZN9oceanbase5share22ObSysVarHaveQueryCacheC2Ev -_ZN9oceanbase5share27ObSysVarForceParallelDdlDopC2Ev -_ZN9oceanbase5share19ObSysVarSqlWarningsC2Ev -_ZN9oceanbase5share18ObSysVarAutocommitC2Ev -_ZN9oceanbase5share18ObSysVarRecyclebinC2Ev +_ZN9oceanbase6common9ObCharset27charset_type_by_name_oracleERKNS0_8ObStringE _ZN9oceanbase6commonL13string_numberENS0_9ObObjTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS4_m.db28c62327e16d3ae5c8a88acfd53bbb -_ZN9oceanbase6common6number8ObNumber12from_sci_optINS0_15ObObjCastParamsEEEiPKclRT_PsS9_b _ZN9oceanbase6common5ObObj10set_numberENS0_9ObObjTypeERKNS0_6number8ObNumberE -_ZN9oceanbase6common6number8ObNumber10TAllocatorINS0_15ObObjCastParamsEE5allocEl +_ZN9oceanbase6common6number8ObNumber12from_sci_optINS0_15ObObjCastParamsEEEiPKclRT_PsS9_b _ZN9oceanbase6common6number8ObNumber8from_v3_EPKclRNS2_10IAllocatorERiPNS1_16ObNumberFmtModelEPsSA_PKNS_3lib9ObMemAttrEb -_ZN9oceanbase3sql18ObBasicSessionInfo40process_session_compatibility_mode_valueERKNS_6common5ObObjE -_ZN9oceanbase3sql18ObBasicSessionInfo25process_session_log_levelERKNS_6common5ObObjE -_ZN9oceanbase5share14ObSysVarSslKeyC2Ev -_ZN9oceanbase5share13ObSysVarSslCaC2Ev -_ZN9oceanbase5share24ObSysVarObCapabilityFlagC2Ev -_ZN9oceanbase5share23ObSysVarNlsDateLanguageC2Ev -_ZN9oceanbase5share23ObSysVarLockWaitTimeoutC2Ev -_ZN9oceanbase5share15ObSysVarSslCertC2Ev -_ZN9oceanbase5share38ObSysVarWindowfuncOptimizationSettingsC2Ev -_ZN9oceanbase5share27ObSysVarSetPurgeJobIntervalC2Ev -_ZN9oceanbase5share33ObSysVarObSqlPlanMemoryPercentageC2Ev -_ZN9oceanbase5share24ObSysVarVersionCompileOsC2Ev -_ZN9oceanbase5share24ObSysVarObTrxIdleTimeoutC2Ev -_ZN9oceanbase5share34ObSysVarSqlThrottleCurrentPriorityC2Ev -_ZN9oceanbase5share22ObSysVarSecureFilePrivC2Ev -_ZN9oceanbase5share15ObSysVarFactory19create_all_sys_varsEv -_ZN9oceanbase5share15ObSysVarSqlModeC2Ev -_ZN9oceanbase5share27ObSysVarBlockEncryptionModeC2Ev -_ZN9oceanbase5share23ObSysVarNetBufferLengthC2Ev -_ZN9oceanbase5share27ObSysVarForceParallelDmlDopC2Ev -_ZN9oceanbase5share25ObSysVarEnableParallelDmlC2Ev -_ZN9oceanbase5share22ObSysVarBinlogRowImageC2Ev -_ZN9oceanbase5share22ObSysVarQueryCacheTypeC2Ev -_ZN9oceanbase5share24ObSysVarObTrxLockTimeoutC2Ev -_ZN9oceanbase5share22ObSysVarQueryCacheSizeC2Ev -_ZN9oceanbase5share18ObSysVarTlsVersionC2Ev -_ZN9oceanbase5share12ObBoolSysVarC2EPFiRNS_3sql13ObExecContextERKNS0_8ObSetVarERKNS0_13ObBasicSysVarERKNS_6common5ObObjERSC_EPFiS4_S7_SA_SE_EPFiRNSB_12ObIAllocatorERKNS2_18ObBasicSessionInfoESA_SF_EPFiSL_SO_SA_RNSB_8ObStringEEPFNSB_9ObObjTypeEvE -_ZN9oceanbase5share24ObSysVarObPlBlockTimeoutC2Ev -_ZN9oceanbase5share22ObSysVarNlsIsoCurrencyC2Ev -_ZN9oceanbase5share26ObSysVarSqlQuoteShowCreateC2Ev -_ZN9oceanbase5share27ObSysVarEnableParallelQueryC2Ev -_ZN9oceanbase5share40ObSysVarOptimizerCaptureSqlPlanBaselinesC2Ev -_ZN9oceanbase5share28ObSysVarNlsNcharCharactersetC2Ev -_ZN9oceanbase5share17ObSysVarSslCipherC2Ev -_ZN9oceanbase5share24ObSysVarMaxExecutionTimeC2Ev -_ZN9oceanbase5share33ObSysVarGroupbyNopushdownCutRatioC2Ev -_ZN9oceanbase5share35ObSysVarSessionTrackSystemVariablesC2Ev -_ZN9oceanbase5share19ObSysVarInitConnectC2Ev -_ZN9oceanbase5share25ObSysVarSetPurgeJobStatusC2Ev -_ZN9oceanbase5share22ObSysVarVersionCommentC2Ev -_ZN9oceanbase5share26ObSysVarSessionTrackSchemaC2Ev -_ZN9oceanbase5share16ObSysVarSqlNotesC2Ev -_ZN9oceanbase5share27ObSysVarTransactionReadOnlyC2Ev -_ZN9oceanbase5share26ObSysVarCharacterSetSystemC2Ev -_ZN9oceanbase5share24ObSysVarIsResultAccurateC2Ev -_ZN9oceanbase5share25ObSysVarCollationDatabaseC2Ev -_ZN9oceanbase5share36ObSysVarObEnableTransmissionChecksumC2Ev -_ZN9oceanbase5share26ObSysVarObEarlyLockReleaseC2Ev -_ZN9oceanbase5share40ObSysVarObProxySessionTemporaryTableUsedC2Ev -_ZN9oceanbase5share20ObSysVarUniqueChecksC2Ev -_ZN9oceanbase5share33ObSysVarQueryCacheWlockInvalidateC2Ev -_ZN9oceanbase5share30ObSysVarObEnableTransformationC2Ev -_ZN9oceanbase5share30ObSysVarValidatePasswordPolicyC2Ev -_ZN9oceanbase5share21ObSysVarObRoutePolicyC2Ev -_ZN9oceanbase5share37ObSysVarValidatePasswordCheckUserNameC2Ev -_ZN9oceanbase5share29ObSysVarObPxBcastOptimizationC2Ev -_ZN9oceanbase5share20ObSysVarBinlogFormatC2Ev -_ZN9oceanbase5share23ObSysVarProtocolVersionC2Ev -_ZN9oceanbase5share28ObSysVarObSqlAuditPercentageC2Ev -_ZN9oceanbase5share18ObSysVarLcMessagesC2Ev -_ZN9oceanbase5share28ObSysVarNlsNumericCharactersC2Ev -_ZN9oceanbase5share27ObSysVarCreateAuditPurgeJobC2Ev -_ZN9oceanbase5share31ObSysVarObSqlWorkAreaPercentageC2Ev -_ZN9oceanbase5share31ObSysVarSetLastArchiveTimestampC2Ev -_ZN9oceanbase5share27ObSysVarMaxSpRecursionDepthC2Ev +_ZN9oceanbase6common6number8ObNumber10TAllocatorINS0_15ObObjCastParamsEE5allocEl _ZN9oceanbase5share23ObSysVarQueryCacheLimitC2Ev -_ZN9oceanbase5share29ObSysVarForceParallelQueryDopC2Ev _ZN9oceanbase5share20ObSysVarWarningCountC2Ev -_ZN9oceanbase5share26ObSysVarInteractiveTimeoutC2Ev -_ZN9oceanbase5share35ObSysVarValidatePasswordNumberCountC2Ev -_ZN9oceanbase5share33ObSysVarClearLastArchiveTimestampC2Ev -_ZN9oceanbase5share35ObSysVarDefaultAuthenticationPluginC2Ev -_ZN9oceanbase5share15ObSysVarVersionC2Ev -_ZN9oceanbase5share16ObSysVarHostnameC2Ev -_ZN9oceanbase5share25ObSysVarDropAuditPurgeJobC2Ev -_ZN9oceanbase5share32ObSysVarPxPartitionScanThresholdC2Ev -_ZN9oceanbase5share15ObSysVarHaveSslC2Ev -_ZN9oceanbase5share30ObSysVarObSafeWeakReadSnapshotC2Ev -_ZN9oceanbase3sql18ObBasicSessionInfo13set_time_zoneERKNS_6common8ObStringEbb -_ZN9oceanbase5share18ObSysVarGeneralLogC2Ev -_ZN9oceanbase6common6number8ObNumber15round_scale_v3_ElbbPsS3_ -_ZN9oceanbase5share20ObSysVarLastInsertIdC2Ev -_ZN9oceanbase5share27ObSysVarResourceManagerPlanC2Ev -_ZN9oceanbase5share24ObSysVarMaxAllowedPacketC2Ev -_ZN9oceanbase5share20ObSysVarPlsqlCcflagsC2Ev -_ZN9oceanbase5share20ObSysVarObTrxTimeoutC2Ev -_ZN9oceanbase5share26ObSysVarLogRowValueOptionsC2Ev -_ZN9oceanbase5share26ObSysVarMaxUserConnectionsC2Ev -_ZN9oceanbase5share26ObSysVarObMaxReadStaleTimeC2Ev -_ZN9oceanbase5share28ObSysVarCharacterSetDatabaseC2Ev -_ZN9oceanbase5share30ObSysVarCharacterSetConnectionC2Ev -_ZN9oceanbase5share25ObSysVarEnableParallelDdlC2Ev +_ZN9oceanbase5share31ObSysVarDefaultPasswordLifetimeC2Ev +_ZN9oceanbase5share18ObSysVarLcMessagesC2Ev +_ZN9oceanbase5share21ObSysVarHaveProfilingC2Ev +_ZN9oceanbase5share28ObSysVarQueryCacheMinResUnitC2Ev _ZN9oceanbase5share32ObSysVarBinlogRowsQueryLogEventsC2Ev -_ZN9oceanbase5share24ObSysVarPxSharedHashJoinC2Ev -_ZN9oceanbase5share25ObSysVarPerformanceSchemaC2Ev _ZN9oceanbase5share31ObSysVarSessionTrackStateChangeC2Ev -_ZN9oceanbase5share26ObSysVarNljBatchingEnabledC2Ev -_ZN9oceanbase5share36ObSysVarOptimizerUseSqlPlanBaselinesC2Ev -_ZN9oceanbase5share24ObSysVarObEnableSqlAuditC2Ev -_ZN9oceanbase5share24ObSysVarInnodbStrictModeC2Ev -_ZN9oceanbase5share26ObSysVarErrorOnOverlapTimeC2Ev -_ZN9oceanbase3sql18ObBasicSessionInfo26process_session_debug_syncERKNS_6common5ObObjEbb +_ZN9oceanbase5share20ObSysVarUniqueChecksC2Ev +_ZN9oceanbase6common6number8ObNumber15round_scale_v3_ElbbPsS3_ +_ZN9oceanbase3sql18ObBasicSessionInfo14create_sys_varENS_5share17ObSysVarClassTypeElRPNS2_13ObBasicSysVarE _ZN9oceanbase11transaction21tx_isolation_from_strERKNS_6common8ObStringE +_ZN9oceanbase3sql18ObBasicSessionInfo40process_session_compatibility_mode_valueERKNS_6common5ObObjE +_ZN9oceanbase5share16ObSysVarHostnameC2Ev +_ZN9oceanbase5share22ObSysVarHaveQueryCacheC2Ev +_ZN9oceanbase5share24ObSysVarVersionCompileOsC2Ev +_ZN9oceanbase5share18ObSysVarTlsVersionC2Ev +_ZN9oceanbase5share30ObSysVarPxBroadcastFudgeFactorC2Ev +_ZN9oceanbase5share32ObSysVarPxPartitionScanThresholdC2Ev +_ZN9oceanbase5share35ObSysVarSessionTrackSystemVariablesC2Ev +_ZN9oceanbase5share38ObSysVarValidatePasswordMixedCaseCountC2Ev +_ZN9oceanbase5share38ObSysVarWindowfuncOptimizationSettingsC2Ev +_ZN9oceanbase6commonL8int_uintENS0_9ObObjTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS4_m.db28c62327e16d3ae5c8a88acfd53bbb +_ZN9oceanbase5share15ObSysVarFactory19create_all_sys_varsEv +_ZN9oceanbase5share11ObIntSysVarC2EPFiRNS_3sql13ObExecContextERKNS0_8ObSetVarERKNS0_13ObBasicSysVarERKNS_6common5ObObjERSC_EPFiS4_S7_SA_SE_EPFiRNSB_12ObIAllocatorERKNS2_18ObBasicSessionInfoESA_SF_EPFiSL_SO_SA_RNSB_8ObStringEEPFNSB_9ObObjTypeEvE +_ZN9oceanbase5share15ObVarcharSysVarC2EPFiRNS_3sql13ObExecContextERKNS0_8ObSetVarERKNS0_13ObBasicSysVarERKNS_6common5ObObjERSC_EPFiS4_S7_SA_SE_EPFiRNSB_12ObIAllocatorERKNS2_18ObBasicSessionInfoESA_SF_EPFiSL_SO_SA_RNSB_8ObStringEEPFNSB_9ObObjTypeEvE +_ZN9oceanbase5share12ObBoolSysVarC2EPFiRNS_3sql13ObExecContextERKNS0_8ObSetVarERKNS0_13ObBasicSysVarERKNS_6common5ObObjERSC_EPFiS4_S7_SA_SE_EPFiRNSB_12ObIAllocatorERKNS2_18ObBasicSessionInfoESA_SF_EPFiSL_SO_SA_RNSB_8ObStringEEPFNSB_9ObObjTypeEvE +_ZN9oceanbase5share12ObEnumSysVarC2EPPKcPFiRNS_3sql13ObExecContextERKNS0_8ObSetVarERKNS0_13ObBasicSysVarERKNS_6common5ObObjERSF_EPFiS7_SA_SD_SH_EPFiRNSE_12ObIAllocatorERKNS5_18ObBasicSessionInfoESD_SI_EPFiSO_SR_SD_RNSE_8ObStringEEPFNSE_9ObObjTypeEvE +_ZN9oceanbase5share15ObCharsetSysVarC2EPFiRNS_3sql13ObExecContextERKNS0_8ObSetVarERKNS0_13ObBasicSysVarERKNS_6common5ObObjERSC_EPFiS4_S7_SA_SE_EPFiRNSB_12ObIAllocatorERKNS2_18ObBasicSessionInfoESA_SF_EPFiSL_SO_SA_RNSB_8ObStringEEPFNSB_9ObObjTypeEvE +_ZN9oceanbase5share33ObSysVarObEnableTruncateFlashbackC2Ev +_ZN9oceanbase5share40ObSysVarOptimizerCaptureSqlPlanBaselinesC2Ev +_ZN9oceanbase5share21ObSysVarObRoutePolicyC2Ev +_ZN9oceanbase5share26ObSysVarLogRowValueOptionsC2Ev +_ZN9oceanbase5share24ObSysVarInnodbStrictModeC2Ev +_ZN9oceanbase5share30ObSysVarObSafeWeakReadSnapshotC2Ev +_ZN9oceanbase5share29ObSysVarObPxBcastOptimizationC2Ev +_ZN9oceanbase5share37ObSysVarValidatePasswordCheckUserNameC2Ev +_ZN9oceanbase5share26ObSysVarObMaxReadStaleTimeC2Ev +_ZN9oceanbase5share27ObSysVarObCompatibilityModeC2Ev +_ZN9oceanbase5share26ObSessionSpecialBoolSysVarC2EPFiRNS_3sql13ObExecContextERKNS0_8ObSetVarERKNS0_13ObBasicSysVarERKNS_6common5ObObjERSC_EPFiS4_S7_SA_SE_EPFiS4_S7_SE_EPFiRNSB_12ObIAllocatorERKNS2_18ObBasicSessionInfoESA_SF_EPFiSN_SQ_SA_RNSB_8ObStringEEPFNSB_9ObObjTypeEvE +_ZN9oceanbase5share24ObSysVarForeignKeyChecksC2Ev +_ZN9oceanbase5share26ObSysVarNljBatchingEnabledC2Ev +_ZN9oceanbase5share26ObSysVarSessionTrackSchemaC2Ev +_ZN9oceanbase5share33ObSysVarQueryCacheWlockInvalidateC2Ev +_ZN9oceanbase5share30ObSysVarValidatePasswordPolicyC2Ev +_ZN9oceanbase5share14ObSysVarTmpdirC2Ev +_ZN9oceanbase5share19ObSysVarObTraceInfoC2Ev +_ZN9oceanbase5share20ObSysVarTmpTableSizeC2Ev +_ZN9oceanbase5share24ObSysVarObTrxLockTimeoutC2Ev +_ZN9oceanbase5share26ObSysVarObStatementTraceIdC2Ev +_ZN9oceanbase5share27ObSysVarTracefileIdentifierC2Ev +_ZN9oceanbase5share32ObSysVarObOlsPolicySessionLabelsC2Ev +_ZN9oceanbase5share33ObSysVarGroupbyNopushdownCutRatioC2Ev +_ZN9oceanbase5share35ObSysVarValidatePasswordNumberCountC2Ev +_ZN9oceanbase5share40ObSysVarValidatePasswordSpecialCharCountC2Ev +_ZN9oceanbase5share15ObSysVarHaveSslC2Ev +_ZN9oceanbase5share19ObSysVarNlsCurrencyC2Ev +_ZN9oceanbase5share13ObBasicSysVar11deserializeEPKclRl +_ZN9oceanbase5share28ObSysVarTransactionIsolationC2Ev +_ZN9oceanbase3sql18ObBasicSessionInfo26process_session_debug_syncERKNS_6common5ObObjEbb _ZN9oceanbase6common13ObSEArrayImplIlLl32ENS0_19ModulePageAllocatorELb0EE7reserveEl -_ZN9oceanbase3sql18ObBasicSessionInfo11init_tenantERKNS_6common8ObStringEm -_ZN9oceanbase3sql18ObBasicSessionInfo13switch_tenantEm +_ZN9oceanbase6common13ObSEArrayImplINS0_5ObObjELl32ENS0_19ModulePageAllocatorELb0EED2Ev +_ZN9oceanbase5share36ObSysVarObEnableTransmissionChecksumC2Ev +_ZN9oceanbase3sql18ObBasicSessionInfo13set_time_zoneERKNS_6common8ObStringEbb +_ZN9oceanbase3sql18ObBasicSessionInfo30process_session_sql_mode_valueERKNS_6common5ObObjE +_ZN9oceanbase6common14ObTimeZoneInfo11deserializeEPKclRl _ZN9oceanbase6common15ObTimeConverter13str_to_offsetERKNS0_8ObStringERiS5_bb -_ZN9oceanbase8observer15ObSyncCmdDriver15response_resultERNS0_16ObMySQLResultSetE -_ZN9oceanbase8observer15ObSyncCmdDriver30process_schema_version_changesERKNS0_16ObMySQLResultSetE -_ZN9oceanbase3sql17ObPhysicalPlanCtx21sync_last_value_localEv -_ZZN9oceanbase11transaction14ObTransService14create_tx_ctx_ERKNS_5share6ObLSIDEPNS_7storage4ObLSERKNS0_8ObTxDescERPNS0_14ObPartTransCtxEENK6$_1055clEPKc.93feb755617c21c32b229b78773c290c -_ZN9oceanbase7storage17ObLSTabletService24check_old_row_legitimacyERNS0_14ObTabletHandleERNS0_15ObDMLRunningCtxERKNS_6common8ObNewRowE -_ZZN9oceanbase3sql20ObDASIndexDMLAdaptorILi4ENS0_16ObDASDMLIteratorEE12write_tabletERS2_RlENKUlPKcE_clES7_ -_ZL20ob_strnncoll_utf8mb4PK13ObCharsetInfoPKhmS3_mb.5aa8bf9a2f1d92c2672c2bb9fbfc2e97 -_ZN9oceanbase3sql15ObTableUpdateOp20write_rows_post_procEi -_ZN9oceanbase3lib9ObjectSet18do_free_dirty_listEv -_ZN9oceanbase3sql17ObSqlTransControl18implicit_end_transERNS0_13ObExecContextEbPNS0_23ObEndTransAsyncCallbackE -_ZN9oceanbase10rootserver26ObMigrateUnitFinishChecker23try_finish_migrate_unitERKNS_6common4hash12ObReferedMapImNS0_14DRUnitStatInfoEEE -_ZNK9oceanbase6common4hash11ObHashTableImNS1_12ObReferedMapImNS_10rootserver14DRUnitStatInfoEE4ItemENS1_9hash_funcImEENS1_8equal_toImEENS7_6GetKeyENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi5ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE5beginEv -ev_timer_start -_ZZN9oceanbase11transaction14ObPartTransCtx12start_accessERKNS0_8ObTxDescElENK5$_648clEPKc.93feb755617c21c32b229b78773c290c.llvm.1174378797137616508 -_ZN9oceanbase6common13ObSEArrayImplIPNS_3sql12ObIDASTaskOpELl2ENS0_19ModulePageAllocatorELb0EED2Ev -easy_baseth_pool_invoke.4cdd23ddacb096b5c68ec580fb4fcf84.llvm.15793086446273169408 -_ZN9oceanbase3sql16ObSQLSessionInfo24update_show_warnings_bufEv -_ZN9oceanbase3sql11ObPxSqcUtil24get_sqc_est_worker_ratioEPNS0_13ObExecContextE -_ZZN9oceanbase4palf22BatchLogIOFlushLogTask9push_backEPNS0_17LogIOFlushLogTaskEENK5$_728clEPKc.1598dc2348996c1ae1caea6120522988 -check_easy_request_rt -_ZN9oceanbase4palf12LogPushRespP7processEv -_ZN9oceanbase4palf17LogRequestHandler14handle_requestINS0_11LogPushRespEEEilRKNS_6common6ObAddrERKT_ -_ZN9oceanbase4palf19__get_palf_env_implEmRPNS0_11PalfEnvImplE -_ZN9oceanbase4palf14PalfHandleImpl7ack_logERKNS_6common6ObAddrERKlRKNS0_3LSNE -_ZN9oceanbase4palf16LogSlidingWindow7ack_logERKNS_6common6ObAddrERKNS0_3LSNE -_ZNK9oceanbase4palf12LogConfigMgr30get_paxos_log_sync_replica_numERl -_ZN9oceanbase4palf7LogTask11can_be_slidEv -_ZN9oceanbase4palf16LogSlidingWindow22gen_committed_end_lsn_ERNS0_3LSNE -_ZN9oceanbase6common8ObMember5resetEv -_ZNK9oceanbase4palf12LogConfigMgr23get_paxos_log_sync_listERNS_6common16ObMemberListBaseILl7EEE -_ZN9oceanbase4palf16LogSlidingWindow26try_advance_committed_lsn_ERKNS0_3LSNE -_ZN9oceanbase4palf24palf_reach_time_intervalElRl -_ZN9oceanbase4palf16LogSlidingWindow21handle_committed_log_Ev -_ZNK9oceanbase4palf11LogStateMgr12can_slide_swEv -_ZNK9oceanbase4palf16LogSlidingWindow17get_majority_lsn_ERKNS_6common16ObMemberListBaseILl7EEElRNS0_3LSNE -_ZN9oceanbase6common15ObLinearHashMapINS0_6ObAddrENS_4palf3LSNENS0_14ShareMemMgrTagEE7do_get_ERKS2_RS4_ -_ZN9oceanbase6common15ObLinearHashMapINS0_6ObAddrENS_4palf3LSNENS0_14ShareMemMgrTagEE16load_access_bkt_ERKS2_RmRPNS6_6BucketE -_ZSt16__insertion_sortIPN9oceanbase4palf3LSNEN9__gnu_cxx5__ops15_Iter_comp_iterINS1_10LSNCompareEEEEvT_S9_T0_ -_ZN9oceanbase4palf7LogTask5resetEv -_ZZNK9oceanbase4palf16LogSlidingWindow17get_majority_lsn_ERKNS_6common16ObMemberListBaseILl7EEElRNS0_3LSNEENK5$_283clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase6common8TCRWLock21RLockGuardWithTimeoutD2Ev -_ZN9oceanbase6common15ObLinearHashMapINS0_6ObAddrENS_4palf3LSNENS0_14ShareMemMgrTagEE17load_factor_ctrl_Em -_ZN9oceanbase4palf16LogSlidingWindow25try_update_match_lsn_map_ERKNS_6common6ObAddrERKNS0_3LSNE -_ZNK9oceanbase4palf12LogConfigMgr20get_curr_member_listERNS_6common16ObMemberListBaseILl7EEE -_ZN9oceanbase4palf16LogSlidingWindow10sliding_cbElPKNS0_22FixedSlidingWindowSlotE -_ZN9oceanbase10logservice11ObApplyFsCb14update_end_lsnElRKNS_4palf3LSNEl -_ZN9oceanbase10logservice12ObReplayFsCb14update_end_lsnElRKNS_4palf3LSNEl -_ZN9oceanbase4palf15PalfFSCbWrapper14update_end_lsnElRKNS0_3LSNEl -_ZN9oceanbase4palf16LogSlidingWindow31try_update_last_slide_log_info_ElRKNS_5share3SCNERKNS0_3LSNES8_RKll -_ZNK9oceanbase4palf16LogSlidingWindow32is_all_committed_log_slided_out_ERNS0_3LSNERlS3_ -_ZNK9oceanbase4palf16LogSlidingWindow24get_last_slide_log_info_ERlRNS_5share3SCNERNS0_3LSNES7_S2_S2_ -_ZZN9oceanbase4palf16LogSlidingWindow21handle_committed_log_EvENK5$_136clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase6common8TCRWLock6rdlockEl -_ZNK9oceanbase6common15ObLinearHashMapINS0_6ObAddrENS_4palf3LSNENS0_14ShareMemMgrTagEE15get_load_factorEv -_ZN9oceanbase4palf11LogChecksum21verify_accum_checksumEll -_ZN9oceanbase10logservice13ObApplyStatus29update_palf_committed_end_lsnERKNS_4palf3LSNEl -_ZN9oceanbase6common8TCRWLock10RLockGuardD2Ev -_ZSt16__introsort_loopIPN9oceanbase4palf3LSNElN9__gnu_cxx5__ops15_Iter_comp_iterINS1_10LSNCompareEEEEvT_S9_T0_T1_ -_ZZN9oceanbase4palf11LogChecksum21verify_accum_checksumEllENK5$_153clEPKc.1598dc2348996c1ae1caea6120522988.llvm.6220080181141740802 -_ZZN9oceanbase4palf17LogRequestHandler14handle_requestINS0_11LogPushRespEEEilRKNS_6common6ObAddrERKT_ENK3$_7clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf16LogSlidingWindow26try_advance_committed_lsn_ERKNS0_3LSNEENK5$_197clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase10logservice13ObApplyStatus29update_palf_committed_end_lsnERKNS_4palf3LSNElENK4$_58clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 -_ZZN9oceanbase4palf16LogSlidingWindow7ack_logERKNS_6common6ObAddrERKNS0_3LSNEENK5$_399clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf14PalfHandleImpl7ack_logERKNS_6common6ObAddrERKlRKNS0_3LSNEENK6$_1107clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf16LogSlidingWindow25try_update_match_lsn_map_ERKNS_6common6ObAddrERKNS0_3LSNEENK5$_387clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf16LogSlidingWindow21handle_committed_log_EvENK5$_137clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase10logservice14ObReplayStatus17update_end_offsetERKNS_4palf3LSNE -_ZNK9oceanbase10logservice14ObReplayStatus15need_submit_logEv -_ZZNK9oceanbase4palf16LogSlidingWindow32is_all_committed_log_slided_out_ERNS0_3LSNERlS3_ENK5$_226clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE5slideElPNS0_16ISlidingCallBackEENKUlPKcE5_clES7_ -_ZZN9oceanbase4palf18FixedSlidingWindowINS0_7LogTaskEE5slideElPNS0_16ISlidingCallBackEENKUlPKcE1_clES7_ -_ZZN9oceanbase4palf16LogSlidingWindow31try_update_last_slide_log_info_ElRKNS_5share3SCNERKNS0_3LSNES8_RKllENK5$_195clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZN9oceanbase4palf16LogSlidingWindow10sliding_cbElPKNS0_22FixedSlidingWindowSlotEENK5$_234clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZN9oceanbase4palf6LogRpc12post_requestINS0_13CommittedInfoEEEiRKNS_6common6ObAddrElRKT_ -_ZZN9oceanbase4palf13LogNetService23post_request_to_server_INS0_13CommittedInfoEEEiRKNS_6common6ObAddrERKT_ENKUlPKcE0_clESC_ -_ZN9oceanbase5obrpc13LogRpcProxyV211post_packetERKNS_6common6ObAddrERKNS_4palf16LogRpcPacketImplINS6_13CommittedInfoEEEl -_ZN9oceanbase5obrpc13LogRpcProxyV211post_packetERKNS_4palf16LogRpcPacketImplINS2_13CommittedInfoEEEPNS0_10ObRpcProxy7AsyncCBINS1_5ObRpcILNS0_15ObRpcPacketCodeE5398EvEEEERKNS0_9ObRpcOptsE -_ZN9oceanbase5obrpc10ObRpcProxy8rpc_postINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5398EvEEEEiRKNT_7RequestEPNS1_7AsyncCBIS7_EERKNS0_9ObRpcOptsE -_ZNK9oceanbase4palf16LogRpcPacketImplINS0_13CommittedInfoEE9serializeEPclRl -_ZNK9oceanbase4palf13CommittedInfo9serializeEPclRl -_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql20ObAggregateProcessor12IAggrFuncCtxENS0_12ObIAllocatorEE7reserveEl -_ZNK9oceanbase5share6schema11ObSchemaMgr16get_table_schemaEmmRPKNS1_21ObSimpleTableSchemaV2E -_ZNK9oceanbase6common4hash16ObPointerHashMapImPNS_5share6schema21ObSimpleTableSchemaV2ENS4_13GetTableKeyV2ELl8064ENS0_19ModulePageAllocatorEE14get_refactoredERKmRS6_ -_ZNK9oceanbase5share6schema21ObSimpleTableSchemaV212get_table_idEv -_ZN9oceanbase3sql17ObDASTabletMapper24get_tablet_and_object_idENS_5share6schema16ObPartitionLevelEmRKNS_6common10ObNewRangeERNS5_8ObIArrayINS5_10ObTabletIDEEERNS9_ImEE -_ZZNK9oceanbase5share6schema17ObPartitionSchema24get_tablet_and_object_idERNS_6common10ObTabletIDERmENK6$_2752clEPKc.a6efbaab9d7140ca03b63e06bec6f512 -_ZN9oceanbase5share6schema16ObPartitionUtils24get_tablet_and_object_idERKNS1_13ObTableSchemaERNS_6common10ObTabletIDERmPNS1_16RelatedTableInfoE -easy_connection_recycle_message.8d7a091449e6908669a41293537a4cf4 -_ZN9oceanbase3sql12ObDMLService25check_dml_tablet_validityERNS0_10ObDMLRtCtxERKNS0_14ObDASTabletLocERKNS_6common12ObFixedArrayIPNS0_6ObExprENS7_12ObIAllocatorEEERKNS0_14ObDMLBaseCtDefERNS0_14ObDMLBaseRtDefE -_ZN9oceanbase10logservice11ObLSAdapter16wait_append_syncERKNS_5share6ObLSIDE -easy_vsnprintf -_ZNK9oceanbase6common4hash11ObHashTableImNS1_11HashMapPairImPNS_3sql12ObPsStmtInfoEEENS1_9hash_funcImEENS1_8equal_toImEENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_23SpinReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE18foreach_refactoredINS4_19ObGetClosedStmtIdOpEEEiRT_ -easy_connection_on_wakeup +_ZN9oceanbase5share17ObLabelSeResolver26deserialize_session_labelsERKNS_6common8ObStringERNS2_8ObIArrayINS0_21ObLabelSeSessionLabelEEE +_ZZN9oceanbase3sql18ObBasicSessionInfo12deserialize_EPKclRlENK5$_397clEv.7d011f5114f8312fd0eb7b31f2639cf5 +_ZN9oceanbase5share3SCN11deserializeEPKclRl +_ZN9oceanbase6common13ObSEArrayImplINS_3sql18ObBasicSessionInfo13TableStmtTypeELl2ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase6common8ObString11deserializeEPKclRl +_ZN9oceanbase6common13ObSEArrayImplINS_5share21ObLabelSeSessionLabelELl4ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase3sql18ObBasicSessionInfo16SysVarsCacheData11deserializeEPKclRl +_ZN9oceanbase3sql8ObTaskID11deserializeEPKclRl +_ZN9oceanbase3sql7ObJobID11deserializeEPKclRl +_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema18ObSchemaObjVersionENS0_12ObIAllocatorEE7reserveEl +_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema18ObSchemaObjVersionENS0_12ObIAllocatorEE4initEl +_ZN9oceanbase11transaction16ObTxReadSnapshot11deserializeEPKclRl +_ZN9oceanbase11transaction9ObTransID11deserializeEPKclRl +_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema18ObSchemaObjVersionENS0_12ObIAllocatorEE11deserializeEPKclRl +_ZN9oceanbase5share6schema18ObSchemaObjVersion11deserializeEPKclRl +_ZN9oceanbase3sql15ObSQLSessionMgr14create_sessionEmjmlRPNS0_16ObSQLSessionInfoE +_ZN9oceanbase6common8ObMalloc5allocEl +_ZNK9oceanbase6common12ObConfigItem3strEv +_ZN9oceanbase3sql23ObFLTControlInfoManagerD2Ev +_ZN9oceanbase3sql23ObFLTControlInfoManager4initEv +_ZN9oceanbase6common13ObLinkHashMapINS_3sql14SessionInfoKeyENS2_16ObSQLSessionInfoENS2_15ObSQLSessionMgr10ValueAllocENS0_9RefHandleELl8EE18get_retire_stationEv +_ZN9oceanbase6common6DCHashINS_3sql14SessionInfoKeyELl8EE6Handle6retireEil +_ZN9oceanbase3sql18ObBasicSessionInfo23update_last_active_timeEv +_ZN9oceanbase6common6DCHashINS_3sql14SessionInfoKeyELl8EE6Handle10search_preEmRPNS0_8HashNodeE +_ZN9oceanbase6common9ParamFlag11deserializeEPKclRl +_ZN9oceanbase6common18ObTimeZoneInfoWrap11deserializeEPKclRl +_ZN9oceanbase3sql23ObFLTControlInfoManager9from_jsonERNS_6common16ObArenaAllocatorEPcl +_ZN9oceanbase6common9ob_usleepILNS0_14ObWaitEventIds17ObWaitEventIdEnumE127EEEvj +_ZN9oceanbase6common13ObLinkHashMapINS_3sql14SessionInfoKeyENS2_16ObSQLSessionInfoENS2_15ObSQLSessionMgr10ValueAllocENS0_9RefHandleELl8EE3mapINS8_8HandleOnINS_5share20ObActiveSessHistTaskEEEEEiRT_ _ZN9oceanbase6common13ObLinkHashMapINS_3sql14SessionInfoKeyENS2_16ObSQLSessionInfoENS2_15ObSQLSessionMgr10ValueAllocENS0_9RefHandleELl8EE4nextEPNS0_12LinkHashNodeIS3_EE -_ZN9oceanbase5obrpc18ObRpcProcessorBase13part_responseEib -_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5378EvEEE11encode_baseEPclRl -_ZN9oceanbase5obrpc24ObEasyRpcRequestOperator21alloc_response_bufferEPNS_3rpc9ObRequestEl -_ZN9oceanbase5obrpc15ObRpcResultCodeD2Ev -_ZNK9oceanbase5obrpc15ObRpcResultCode19get_serialize_size_Ev -_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13ObGtsRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1808EvEEE11encode_baseEPclRl -_ZNK9oceanbase5obrpc15ObRpcResultCode9serializeEPclRl -_ZNK9oceanbase5obrpc15ObRpcResultCode19serialize_dispatch_EPclRlSt17integral_constantIbLb0EE -_ZN9oceanbase6common13serialization11encode_vi32EPclRli -_ZNK9oceanbase5obrpc15ObRpcResultCode10serialize_EPclRl -_ZN9oceanbase6common13serialization6encodeILl512EEEiPclRlRAT__Kc -_ZNK9oceanbase6common13ObSEArrayImplINS0_15ObWarningBuffer11WarningItemELl2ENS0_19ModulePageAllocatorELb0EE9serializeEPclRl -_ZN9oceanbase6common13serialization11encode_vi64EPclRll -_ZN9oceanbase6common16ObWaitEventGuardD1Ev -_ZNK9oceanbase6common6number8ObNumber9format_v2EPclRlsb -_ZN9oceanbase6common15ObFastFormatInt15format_unsignedEmPc -_ZZN9oceanbase4palf11LogIOWorker15reduce_io_task_EPvENK5$_777clEPKc.1598dc2348996c1ae1caea6120522988 -_ZN9oceanbase3sql15ObTableInsertOp20write_rows_post_procEi -_ZN9oceanbase3sql17ObPhysicalPlanCtx22sync_last_value_globalEv -_ZN9oceanbase3sql12ObDMLService24set_heap_table_hidden_pkERKNS0_10ObInsCtDefERKNS_6common10ObTabletIDERNS0_9ObEvalCtxE -lnprintf -easy_request_wakeup -_ZNK9oceanbase3sql25ObDumpAllCacheObjByTypeOp11should_dumpEPNS0_17ObILibCacheObjectE -_ZN9oceanbase11transaction12ObLSTxCtxMgr35try_wait_gts_and_inc_max_commit_ts_Ev -_ZNK9oceanbase5share6schema19ObSchemaGetterGuard14get_schema_mgrEmRPKNS1_11ObSchemaMgrE -_ZNK9oceanbase6common13ObSEArrayImplINS_5share6schema15ObSchemaMgrInfoELl2ENS0_19ModulePageAllocatorELb0EEixEl -_ZZN9oceanbase5share6schema19ObSchemaGetterGuard20get_from_local_cacheINS1_13ObTableSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_ENKUlPKcE3_clESB_ -_ZN9oceanbase3sql12ObSqlPlanSet13get_plan_typeERKNS_6common8ObIArrayINS0_15ObTableLocationEEEbRNS0_14ObPlanCacheCtxERNS3_INS0_15ObCandiTableLocEEERNS0_13ObPhyPlanTypeE -_ZN9oceanbase6common15ObPriorityQueueILi1EE3popERPNS0_6ObLinkEl -_ZN9oceanbase3sql15ObTableDeleteOp20write_rows_post_procEi -_ZN9oceanbase10rootserver14ObDDLScheduler9DDLIdling20get_idle_interval_usEv -_ZN9oceanbase8observer16ObMPPacketSender12flush_bufferEb -_ZNK9oceanbase6common4hash18ObPointerHashArrayINS_5share6schema24ObTableSchemaHashWrapperEPNS4_21ObSimpleTableSchemaV2ENS4_13GetTableKeyV2EE21placement_hash_searchERKS5_Rl +_ZN9oceanbase6common13ObLinkHashMapINS_3sql14SessionInfoKeyENS2_16ObSQLSessionInfoENS2_15ObSQLSessionMgr10ValueAllocENS0_9RefHandleELl8EE6revertEPS4_ +easy_hash_del +_ULx86_64_init_local +_ZN9oceanbase6common21ObNullSafeDatumStrCmpILNS0_15ObCollationTypeE45ELb0ELb1EE3cmpERKNS0_7ObDatumES6_ +_ZL22ob_strnncollsp_utf8mb4PK13ObCharsetInfoPKhmS3_mb.5aa8bf9a2f1d92c2672c2bb9fbfc2e97 +easy_pool_alloc_block.f7de06d5b33ebc03a5f26a1761f1134b.llvm.2628905037001967589 +_ZN9oceanbase6common11ObArrayImplImNS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackImEENS0_22NotImplementItemEncodeImEEE5resetEv +_ZNK9oceanbase5share20ObSysVarObTrxTimeout8get_typeEv +easy_pool_alloc_ex +_ZN9oceanbase8keybtree8IteratorINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE18estimate_one_levelEllllldRlS7_S7_ +_ZN9oceanbase8keybtree10ScanHandleINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE12scan_forwardEl +easy_hash_code +_ZN9oceanbase5share6schema19ObSchemaGetterGuard23get_simple_table_schemaEmmRKNS_6common8ObStringEbRPKNS1_21ObSimpleTableSchemaV2Eb +_ZNK9oceanbase5share6schema11ObSchemaMgr16get_table_schemaEmmmRKNS_6common8ObStringERPKNS1_21ObSimpleTableSchemaV2E +_ZNK9oceanbase6common4hash16ObPointerHashMapINS_5share6schema24ObTableSchemaHashWrapperEPNS4_21ObSimpleTableSchemaV2ENS4_13GetTableKeyV2ELl8064ENS0_19ModulePageAllocatorEE14get_refactoredERKS5_RS7_ +_ZNK9oceanbase6common4hash18ObPointerHashArrayINS_5share6schema24ObTableSchemaHashWrapperEPNS4_21ObSimpleTableSchemaV2ENS4_13GetTableKeyV2EE14get_refactoredERKS5_RS7_ _ZNK9oceanbase5share6schema21ObSimpleTableSchemaV213get_tenant_idEv +_ZNK9oceanbase6common4hash18ObPointerHashArrayINS_5share6schema24ObTableSchemaHashWrapperEPNS4_21ObSimpleTableSchemaV2ENS4_13GetTableKeyV2EE21placement_hash_searchERKS5_Rl _ZN9oceanbase6common9ObCharset4hashENS0_15ObCollationTypeEPKclmbPFmPKvmmE _ZL20ob_hash_sort_utf8mb4PK13ObCharsetInfoPKhmPmS4_bPFmPKvmmE.5aa8bf9a2f1d92c2672c2bb9fbfc2e97 -_ZN9oceanbase6common12ObMurmurHash4hashEPKvmm +_ZL16ob_mb_wc_utf8mb4PK13ObCharsetInfoPmPKhS4_.5aa8bf9a2f1d92c2672c2bb9fbfc2e97 +_ZN9oceanbase5share6schema17ObSysTableChecker20check_sys_table_nameEmmRKNS_6common8ObStringERb +_ZNK9oceanbase5share6schema17ObSysTableChecker16TableNameWrappereqERKS3_ +_ZNK9oceanbase5share6schema17ObSysTableChecker16TableNameWrapper4hashEv +_ZNK9oceanbase6common4hash9ObHashMapImPNS0_9ObSEArrayINS_5share6schema17ObSysTableChecker16TableNameWrapperELl2ENS0_19ModulePageAllocatorELb0EEENS1_19NoPthreadDefendModeENS1_9hash_funcImEENS1_8equal_toImEENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairImSA_EEEELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EE14get_refactoredERKmRSA_l +_ZN9oceanbase5share6schema25ObCompareNameWithTenantID7compareERKNS_6common8ObStringES6_ +_ZL20ob_strnncoll_utf8mb4PK13ObCharsetInfoPKhmS3_mb.5aa8bf9a2f1d92c2672c2bb9fbfc2e97 _ZN9oceanbase6common9ObCharset6strcmpENS0_15ObCollationTypeEPKclS4_l -_ZN9oceanbase3omt8ObTenant19check_paused_workerERNS0_10ObThWorkerE -_ZN9oceanbase3sql13ObPxTargetMgr4run1Ev -_ZN9oceanbase6common13ObLinkHashMapINS0_9ObIntWarpENS_3sql11ObPxResInfoENS3_13ObPxInfoAllocENS0_9RefHandleELl8EE4nextEPNS0_12LinkHashNodeIS2_EE -_ZN9oceanbase6common13ObLinkHashMapINS0_9ObIntWarpENS_3sql11ObPxResInfoENS3_13ObPxInfoAllocENS0_9RefHandleELl8EE11try_inc_refEPNS0_12LinkHashNodeIS2_EE -_ZN9oceanbase3sql23ObPxTenantTargetMonitor8get_roleERNS_6common6ObRoleE -_ZN9oceanbase4palf7PalfEnv5closeERNS0_10PalfHandleE -_ZNK9oceanbase4palf10PalfHandle8get_roleERNS_6common6ObRoleERlRb -_ZN9oceanbase4palf10PalfHandle25unregister_role_change_cbEv -_ZZN9oceanbase4palf10PalfHandle25unregister_role_change_cbEvENK5$_790clEPKc.0e4bf25207570af14a78557c8489c4fc.llvm.14005567824221156422 -_ZN9oceanbase5share25_make_tenant_switch_guardEv -_ZN9oceanbase4palf15PalfHandleGuardD2Ev -_ZN9oceanbase4palf11PalfEnvImpl23revert_palf_handle_implEPNS0_14PalfHandleImplE -_ZN9oceanbase10logservice12ObLogService9open_palfERKNS_5share6ObLSIDERNS_4palf15PalfHandleGuardE -_ZZN9oceanbase4palf7PalfEnv4openElRNS0_10PalfHandleEENK5$_645clEPKc.0e4bf25207570af14a78557c8489c4fc.llvm.14005567824221156422 -_ZZN9oceanbase10logservice12ObLogService9open_palfERKNS_5share6ObLSIDERNS_4palf15PalfHandleGuardEENK5$_358clEPKc.1291a23568de5f940ae06fb9e7354412 -_ZNK9oceanbase10logservice12ObLogService16check_palf_existERKNS_5share6ObLSIDERb -_ZN9oceanbase4palf7PalfEnv4openElRNS0_10PalfHandleE -_ZN9oceanbase5obrpc18ObRpcProcessorBase16check_cluster_idEv -_ZNK9oceanbase5share16ObReplicaAttrSet41get_encryption_logonly_replica_attr_arrayEv -_ZN9oceanbase6common16ObCompressorPool12get_instanceEv -_ZN9oceanbase6common13TimeWheelBase4scanEv -_ZN9oceanbase6common16ObClockGenerator6usleepEl -_ZNK6obutil9ObMonitorINS_11ObUtilMutexEE10timed_waitERKNS_9ObSysTimeE -_ZN6obutil11ObUtilMutexD1Ev -_ZN6obutil4CondD1Ev -_ZN9oceanbase6common15ObTimeWheelTask6cancelEv -_ZN9oceanbase6common5occam16ObOccamTimerTask12runTimerTaskEv -_ZN9oceanbase6common5occam16ObOccamTimeGuardD2Ev -_ZN9oceanbase6common5occam16ObOccamTimerTask27commit_task_to_thread_pool_Ev -_ZN9oceanbase6common8function24DefaultFunctionAllocator4freeEPv -_ZNK9oceanbase6common6future12ObFutureBaseIbE8is_validEv -_ZN9oceanbase6common5occam17ObOccamThreadPool11commit_taskILNS1_13TASK_PRIORITYE1ERNS1_16ObOccamTimerTask11TaskWrapperEJEEEiRNS0_8ObFutureINSt9result_ofIFT0_DpT1_EE4typeEEEOSA_DpOSB_ -_ZN9oceanbase6common5occam17ObOccamThreadPool14InnerTaskQueue9push_taskERKNS0_10ObFunctionIFvvEEE -_ZNK9oceanbase6common10ObFunctionIFvvEE7DerivedIZNS0_5occam17ObOccamThreadPool11commit_taskILNS5_13TASK_PRIORITYE1ERNS5_16ObOccamTimerTask11TaskWrapperEJEEEiRNS0_8ObFutureINSt9result_ofIFT0_DpT1_EE4typeEEEOSE_DpOSF_EUlvE_E4copyERNS0_12ObIAllocatorEPv -_ZN9oceanbase11transaction30ObTransDeadlockDetectorAdapter36maintain_deadlock_info_when_end_stmtERNS_3sql13ObExecContextEb -_ZZN9oceanbase6common5occam20ObThreadHungDetectorC1EvENKUlvE_clEv -_ZN9oceanbase3sql20ObAggregateProcessor18generate_group_rowERPNS1_8GroupRowEl -_ZN9oceanbase6common16ObFixedArrayImplINS_12blocksstable21ObStorageDatumCmpFuncENS0_12ObIAllocatorEE7destroyEv -_ZN9oceanbase5share6schema19ObSchemaGetterGuard17get_schema_statusEmRNS1_21ObRefreshSchemaStatusE -_ZN9oceanbase6common9ObScannerD1Ev -_ZN9oceanbase6common9ObScannerD2Ev -_ZN9oceanbase3sql15ObSessionValMapD1Ev -_ZN9oceanbase3sql15ObSessionValMapD2Ev -_ZN9oceanbase6common4hash9ObHashMapINS0_8ObStringENS_3sql17ObSessionVariableENS1_19NoPthreadDefendModeENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS0_17ObPooledAllocatorINS1_15ObHashTableNodeINS1_11HashMapPairIS3_S5_EEEENS0_18ObWrapperAllocatorENS0_10ObNullLockEEENS1_13NormalPointerESG_Ll1EED2Ev -_ZN9oceanbase6common12ObStringBufTINS0_19ModulePageAllocatorENS0_9PageArenaIcS2_EEED2Ev -_ZN9oceanbase3sql12ObDMLService29check_rowkey_whether_distinctERKNS_6common8ObIArrayIPNS0_6ObExprEEEllNS0_12DistinctTypeERNS0_9ObEvalCtxERNS0_13ObExecContextEPNS2_4hash9ObHashSetINS0_12SeRowkeyItemENSE_19NoPthreadDefendModeENSE_9hash_funcISG_EENSE_8equal_toISG_EENSE_13SimpleAllocerINSE_15ObHashTableNodeINSE_11HashMapPairISG_NSE_11HashNullObjEEEEELi89ENSE_19SpinMutexDefendModeENSE_29DefaultSimpleAllocerAllocatorEEENSE_13NormalPointerENS2_8ObMallocELl1EEERb -_ZThn16_N9oceanbase7storage22ObLSStorageClogHandler11get_rec_scnEv -_ZN9oceanbase11transaction12ObLSTxCtxMgr11get_rec_scnERNS_5share3SCNE -_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_10ObTransCtxENS0_13TransCtxAllocENS_6common10SpinRWLockELl16384EE19generate_value_arr_ElRNS5_9ObSEArrayIPS3_Ll32ENS5_19ModulePageAllocatorELb0EEE -_ZN9oceanbase11transaction18GetRecLogTSFunctor17internal_operatorERKNS0_9ObTransIDEPNS0_14ObPartTransCtxE -_ZN9oceanbase11transaction12ObTxExecInfoC2Ev -_ZN9oceanbase7storage16ObTxCtxTableInfoD2Ev -_ZN9oceanbase11transaction12ObTxExecInfoD2Ev -_ZNK9oceanbase6common11ObFifoArena42get_writing_throttling_trigger_percentage_Ev -_ZN9oceanbase3sql20ObAggregateProcessor19collect_aggr_resultERNS1_8AggrCellEPKNS0_6ObExprERKNS0_10ObAggrInfoEll -_ZN9oceanbase3sql20ObAggregateProcessor8AggrCell14collect_resultENS_6common14ObObjTypeClassERNS0_9ObEvalCtxERKNS0_10ObAggrInfoE -_ZN9oceanbase6common6number8ObNumber10TAllocatorINS_3sql19ObNumStackAllocatorILl2EEEE5allocEl -_ZN9oceanbase6common6number8ObNumber13from_integer_IlEEiT_RNS2_10IAllocatorE -_ZN9oceanbase6common14ObKVCacheStore24compute_tenant_wash_sizeEv -_ZN9oceanbase6common16ObKVCacheInstMap18get_all_cache_infoERNS0_8ObIArrayINS0_19ObKVCacheInstHandleEEE -_ZN9oceanbase6common22ObFixedHashMapIteratorImPNS0_14ObKVCacheStore14TenantWashInfoENS0_4hash9hash_funcImEEEppEv -_ZN9oceanbase3omt15ObResourceGroup18check_worker_countERNS0_10ObThWorkerE -_ZN9oceanbase5share16ObLSRecoveryStatD2Ev +_ZN9oceanbase6common9ObCharset17is_argument_validENS0_15ObCollationTypeEPKclS4_l +_ZN9oceanbase6common12ObMurmurHash4hashEPKvmm +_ZN9oceanbase6common4hash11ObHashTableImNS1_11HashMapPairImNS_5share15ObSequenceValueEEENS1_9hash_funcImEENS1_8equal_toImEENS1_10pair_firstIS6_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS6_EELi65ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv +_ZN9oceanbase7storage15ObTxDataHashMap7destroyEv +_ZNK9oceanbase3sql17ObChunkDatumStore18get_serialize_sizeEv _ZN9oceanbase6common7ObTimer4run1Ev _ZN9oceanbase6common12ObKVCacheMap21replace_fragment_nodeERll _ZN9oceanbase6common14ObTimerMonitor10start_taskElllPKNS0_11ObTimerTaskE _ZN6obutil9ObSysTime3nowENS0_5ClockE -_ZN6obutil7ObLockTINS_9ObMonitorINS_11ObUtilMutexEEEED2Ev -_ZN9oceanbase4palf16BlockGCTimerTask12runTimerTaskEv +_ZNK6obutil9ObMonitorINS_11ObUtilMutexEE10timed_waitERKNS_9ObSysTimeE _ZN9oceanbase6common7ObTimer12insert_tokenERKNS1_5TokenE -_ZNK9oceanbase5share12ObLSLocation12is_same_withERKS1_ +_ZN9oceanbase4palf16BlockGCTimerTask12runTimerTaskEv +_ZN6obutil7ObLockTINS_9ObMonitorINS_11ObUtilMutexEEEED2Ev +_ZN9oceanbase12blocksstable14ObBlockManager19InspectBadBlockTask12runTimerTaskEv +_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdENS2_14ObBlockManager9BlockInfoENS0_14ShareMemMgrTagEE7do_get_ERKS3_RS5_ +_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdENS2_14ObBlockManager9BlockInfoENS0_14ShareMemMgrTagEE16load_access_bkt_ERKS3_RmRPNS7_6BucketE _ZN9oceanbase4palf11PalfEnvImpl18try_recycle_blocksEv _ZNK9oceanbase4palf14PalfHandleImpl25get_total_used_disk_spaceEv _ZN9oceanbase4palf11PalfEnvImpl15get_disk_usage_ERlS2_S2_ _ZNK9oceanbase4palf9LogEngine25get_total_used_disk_spaceERl _ZNK9oceanbase4palf11LogBlockMgr18get_block_id_rangeERmS2_ _ZNK9oceanbase4palf10LogStorage11get_end_lsnEv -_ZZNK9oceanbase4palf9LogEngine25get_total_used_disk_spaceERlENK5$_526clEPKc.1598dc2348996c1ae1caea6120522988 -_ZZN9oceanbase4palf11PalfEnvImpl21GetTotalUsedDiskSpaceclERKNS0_5LSKeyEPNS0_14PalfHandleImplEENK5$_749clEPKc.0e4bf25207570af14a78557c8489c4fc -_ZZNK9oceanbase4palf9LogEngine25get_total_used_disk_spaceERlENK5$_524clEPKc.1598dc2348996c1ae1caea6120522988 -_ZN9oceanbase12blocksstable14ObBlockManager19InspectBadBlockTask12runTimerTaskEv -_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdENS2_14ObBlockManager9BlockInfoENS0_14ShareMemMgrTagEE7do_get_ERKS3_RS5_ -_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdENS2_14ObBlockManager9BlockInfoENS0_14ShareMemMgrTagEE16load_access_bkt_ERKS3_RmRPNS7_6BucketE -_ZN9oceanbase3omt11ObTenantSrs27TenantSrsUpdatePeriodicTask12runTimerTaskEv -_ZN9oceanbase3sql27ObPlanRealInfoEliminateTask12runTimerTaskEv -_ZN9oceanbase7storage20ObDDLCtrlSpeedHandle22RefreshSpeedHandleTask12runTimerTaskEv -_ZN9oceanbase3omt14ObTenantSrsMgr16DeleteTenantTask12runTimerTaskEv +_ZZN9oceanbase4palf11PalfEnvImpl21GetTotalUsedDiskSpaceclERKNS0_5LSKeyEPNS0_15IPalfHandleImplEENK5$_782clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase14dbms_scheduler18ObDBMSSchedJobTask12runTimerTaskEv +_ZN9oceanbase3sql26ObPlanCacheEliminationTask12runTimerTaskEv +_ZN9oceanbase3sql19ObDumpAllCacheObjOpclERNS_6common4hash11HashMapPairImPNS0_17ObILibCacheObjectEEE +_ZNK9oceanbase3sql25ObDumpAllCacheObjByTypeOp11should_dumpEPNS0_17ObILibCacheObjectE +_ZN9oceanbase6common11ObArrayImplINS_3sql17AllocCacheObjInfoENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE9push_backERKS3_ +_ZN9oceanbase6common11ObArrayImplINS_3sql17AllocCacheObjInfoENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE10extend_bufEl +_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdENS2_14ObBlockManager9BlockInfoENS0_14ShareMemMgrTagEE17load_factor_ctrl_Em +_ZN9oceanbase5share21ObLSLocationTimerTask12runTimerTaskEv +_ZN9oceanbase5share19ObLSLocationService13fill_locationElRKNS0_8ObLSInfoERNS0_12ObLSLocationE +_ZN9oceanbase5share12ObLSLocation20add_replica_locationERKNS0_19ObLSReplicaLocationE +_ZN9oceanbase5share19ObLSReplicaLocation4initERKNS_6common6ObAddrERKNS2_6ObRoleERKlRKNS2_13ObReplicaTypeERKNS2_17ObReplicaPropertyERKNS0_17ObLSRestoreStatusEl +_ZN9oceanbase6common13ObSEArrayImplINS_5share19ObLSReplicaLocationELl3ENS0_19ModulePageAllocatorELb0EE9push_backERKS3_ +_ZN9oceanbase5share19ObLSLocationService12update_cacheElmRKNS0_6ObLSIDEbRNS0_12ObLSLocationE +_ZN9oceanbase5share15ObLSLocationMap6updateEbRKNS0_20ObLSLocationCacheKeyERNS0_12ObLSLocationE +_ZN9oceanbase7obmysql15ObEliminateTask12runTimerTaskEv _ZN9oceanbase7storage23ObTenantTabletScheduler13MergeLoopTask12runTimerTaskEv _ZN9oceanbase7storage22ObGetMergeTablesResultC1Ev _ZN9oceanbase10compaction22ObPartitionMergePolicy22get_minor_merge_tablesERKNS_7storage21ObGetMergeTablesParamERNS2_4ObLSERKNS2_8ObTabletERNS2_22ObGetMergeTablesResultE _ZN9oceanbase6common11ObDebugSync8instanceEv _ZN9oceanbase10compaction22ObPartitionMergePolicy29get_boundary_snapshot_versionERKNS_7storage8ObTabletERlS6_b -_ZN9oceanbase7storage11ObLSService11get_ls_iterERNS_6common13ObSharedGuardINS0_12ObLSIteratorEEENS0_10ObLSGetModE +_ZN9oceanbase10compaction22ObPartitionMergePolicy27get_hist_minor_merge_tablesERKNS_7storage21ObGetMergeTablesParamERNS2_4ObLSERKNS2_8ObTabletERNS2_22ObGetMergeTablesResultE _ZNK9oceanbase7storage8ObTablet23get_max_medium_snapshotERl -_ZN9oceanbase10compaction22ObMediumCompactionInfoD1Ev -_ZN9oceanbase10compaction22ObMediumCompactionInfoD2Ev +_ZN9oceanbase10compaction22ObPartitionMergePolicy23find_minor_merge_tablesERKNS_7storage21ObGetMergeTablesParamEllRNS2_4ObLSERKNS2_8ObTabletERNS2_22ObGetMergeTablesResultE +_ZN9oceanbase7storage19ObTablesHandleArray5resetEv +_ZN9oceanbase7storage19ObTablesHandleArray9add_tableEPNS0_8ObITableE +_ZN9oceanbase10compaction22ObPartitionMergePolicy25get_neighbour_freeze_infoElPKNS_7storage8ObITableERNS2_21ObTenantFreezeInfoMgr19NeighbourFreezeInfoE +_ZN9oceanbase7storage20ObDDLCtrlSpeedHandle22RefreshSpeedHandleTask12runTimerTaskEv _ZN9oceanbase12blocksstable14ObBlockManager14mark_and_sweepEv -_ZN9oceanbase6common13ObSEArrayImplINS_7storage14ObTabletMapKeyELl8ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase7storage30ObTenantInMemoryTabletIterator15get_next_tabletERNS0_14ObTabletHandleE -_ZN9oceanbase5obrpc18ObRpcProcessorBase13after_processEi +_ZN9oceanbase6common14ObKVCacheStore18reuse_wash_structsEv +easy_connection_session_build +_ZN9oceanbase4easy13get_packet_idEP17easy_connection_tPv +_ZN9oceanbase4easy6encodeEP14easy_request_tPv +_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdENS2_14ObBlockManager9BlockInfoENS0_14ShareMemMgrTagEE16do_foreach_scan_INS4_25GetAllMacroBlockIdFunctorENS7_14DoForeachOnBktIS9_EEEEbmmRT_RT0_ +_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdENS2_14ObBlockManager9BlockInfoENS0_14ShareMemMgrTagEE16load_access_bkt_EmRPNS7_6BucketE +_ZN9oceanbase6common11ObArrayImplINS_12blocksstable12MacroBlockIdENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE9push_backERKS3_ +_ZN9oceanbase12blocksstable14ObBlockManager25GetAllMacroBlockIdFunctorclERKNS0_12MacroBlockIdERKNS1_9BlockInfoE +_ZN9oceanbase6common14ObKVCacheStore24compute_tenant_wash_sizeEv +_ZN9oceanbase6common16ObKVCacheInstMap14get_cache_infoEmRNS0_8ObIArrayINS0_19ObKVCacheInstHandleEEE +_ZN9oceanbase6common22ObFixedHashMapIteratorImPNS0_14ObKVCacheStore14TenantWashInfoENS0_4hash9hash_funcImEEEppEv +_ZN9oceanbase6common14ObFixedHashMapImPNS0_14ObKVCacheStore14TenantWashInfoENS0_4hash9hash_funcImEEE3setERKmRKS4_ +_ZN9oceanbase6common16ObFixedArrayImplINS0_19ObKVCacheInstHandleENS0_16ObArenaAllocatorEE9push_backERKS2_ +_ZN9oceanbase6common15ObLinearHashMapINS_5share6ObLSIDEPNS_10logservice14ObReplayStatusENS0_14ShareMemMgrTagEE16do_foreach_scan_INS4_18ObLogReplayService15FetchLogFunctorENS8_14DoForeachOnBktISB_EEEEbmmRT_RT0_ +_ZN9oceanbase6common15ObLinearHashMapINS_5share6ObLSIDEPNS_10logservice14ObReplayStatusENS0_14ShareMemMgrTagEE16load_access_bkt_EmRPNS8_6BucketE +_ZN9oceanbase10logservice14ObReplayStatus17trigger_fetch_logEv +_ZN9oceanbase10logservice18ObLogReplayService11submit_taskEPNS0_19ObReplayServiceTaskE +_ZN9oceanbase6common7ObLatch10try_wrlockEjPKj _ZN9oceanbase3omt13ObMultiTenant4run1Ev _ZN9oceanbase3omt15ObResourceGroup18check_worker_countEv -_ZN9oceanbase6common10FixedHash2INS_3omt19ObResourceGroupNodeEE10quick_nextEPS3_ _ZN9oceanbase3omt13ObMultiTenant19set_group_sug_tokenEv -easy_inet_addr_to_str +_ZN9oceanbase6common13ObLinkHashMapINS_11transaction7ObBLKeyENS2_9ObBLValueENS2_16ObBlackListAllocENS0_9RefHandleELl128EE4nextEPNS0_12LinkHashNodeIS3_EE +_ZN9oceanbase6common6DCHashINS_11transaction7ObBLKeyELl128EE9next_nodeEPNS0_11KeyHashNodeIS3_EE +_ZNSt17_Function_handlerIFiPN9oceanbase3lib17ObTenantMemoryMgrEEZNS1_17ObMallocAllocator16get_tenant_limitEmE4$_46E9_M_invokeERKSt9_Any_dataOS3_.8b77a7b4402fb90ce681ad6611953c01.llvm.15867183633543710644 +_ZN9oceanbase6common14ObTimerMonitor12get_instanceEv +_ZN9oceanbase6common16ObBinaryHeapBaseIPNS0_10ObPhyQueueENS0_13ObMClockQueue11HeapCompareIS2_XadL_ZNS2_15reservation_ts_EEEEELl50EE20reset_root_cmp_cacheEv +_ZN9oceanbase6common13ObSEArrayImplIPNS_7storage8ObITableELl16ENS0_19ModulePageAllocatorELb0EE5reuseEv +_ZN9oceanbase10rootserver17ObUnitStatManager11gather_statEv +_ZN9oceanbase5share21ObSyslogPerErrLimiter13RefreshThread4run1Ev +_ZN9oceanbase6common11ObArrayImplINS0_19ObFixedLengthStringILl128EEENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEED2Ev +_ZN9oceanbase6common11ObArrayImplINS0_9ObSEArrayINS0_10ObObjParamELl8ENS0_19ModulePageAllocatorELb0EEES4_Lb0ENS0_22ObArrayDefaultCallBackIS5_EENS0_17DefaultItemEncodeIS5_EEED2Ev +easy_session_process_low_level +realloc_with_mod_stat +_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5377EvEEE10get_clonedEv +_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5377EvEEE9get_rcodeEv +_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5377EvEEE11reset_rcodeEv +_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5398EvEEE10get_clonedEv +_ZN9oceanbase6common15ob_easy_reallocEPvm +_ZN9oceanbase5obrpc8LogRpcCBILNS0_15ObRpcPacketCodeE5398EE7processEv +_Z8async_cbP14easy_request_t +_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5377EvEEE6decodeEPv +easy_pool_destroy +_ZN9oceanbase5obrpc8LogRpcCBILNS0_15ObRpcPacketCodeE5377EE7processEv +_ZN9oceanbase5obrpc15ObRpcResultCode11deserializeEPKclRl +_ZN9oceanbase6common13ObSEArrayImplINS0_15ObWarningBuffer11WarningItemELl2ENS0_19ModulePageAllocatorELb0EE16prepare_allocateEl +_ZN9oceanbase6common13ObSEArrayImplINS0_15ObWarningBuffer11WarningItemELl2ENS0_19ModulePageAllocatorELb0EE11deserializeEPKclRl +_ZN9oceanbase6common13ObSEArrayImplINS0_15ObWarningBuffer11WarningItemELl2ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5398EvEEE6decodeEPv +_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5386EvEEE6decodeEPv +_ZN9oceanbase5obrpc10ObRpcProxy7AsyncCBINS0_12ObPxRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1311EvEEE6decodeEPv +easy_client_list_find +_ZN9oceanbase10rootserver15ObServerManager13check_serversEv +_ZN9oceanbase6common4hash11ObHashTableINS0_6ObAddrENS1_11HashMapPairIS3_NS1_11HashNullObjEEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS6_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS6_EELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19ReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE6createElPSI_PSL_ +easy_connection_do_response.8d7a091449e6908669a41293537a4cf4.llvm.3698276299519448603 +_ZN9oceanbase5obrpc15ObRpcNetHandler13get_packet_idEP17easy_connection_tPv +_ZN9oceanbase5obrpc15ObRpcNetHandler14set_trace_infoEP14easy_request_tPv +_ZN9oceanbase7storage18ObTenantMetaMemMgr11TableGCTask12runTimerTaskEv +_ZN9oceanbase10logservice20ObArbitrationService4run1Ev +_ZN9oceanbase6common15ObLinearHashMapINS_4palf5LSKeyENS0_9ObSEArrayINS2_16LogMemberAckInfoELl7ENS0_19ModulePageAllocatorELb0EEENS0_14ShareMemMgrTagEE20unset_foreach_L_lmt_Em +_ZN9oceanbase6common15ObLinearHashMapINS_4palf5LSKeyENS0_9ObSEArrayINS2_16LogMemberAckInfoELl7ENS0_19ModulePageAllocatorELb0EEENS0_14ShareMemMgrTagEE18set_foreach_L_lmt_Ev +_ZN9oceanbase6common15ObLinearHashMapINS_4palf5LSKeyENS0_9ObSEArrayINS2_16LogMemberAckInfoELl7ENS0_19ModulePageAllocatorELb0EEENS0_14ShareMemMgrTagEE16do_foreach_scan_INS_10logservice20ObArbitrationService16DoUpgradeFunctorENS9_14DoForeachOnBktISD_EEEEbmmRT_RT0_ +_ZN9oceanbase6common15ObLinearHashMapINS_4palf5LSKeyENS0_9ObSEArrayINS2_16LogMemberAckInfoELl7ENS0_19ModulePageAllocatorELb0EEENS0_14ShareMemMgrTagEE16do_foreach_scan_INS_10logservice20ObArbitrationService16DoDegradeFunctorENS9_14DoForeachOnBktISD_EEEEbmmRT_RT0_ +_ZN9oceanbase6common15ObLinearHashMapINS_4palf5LSKeyENS0_9ObSEArrayINS2_16LogMemberAckInfoELl7ENS0_19ModulePageAllocatorELb0EEENS0_14ShareMemMgrTagEE16load_access_bkt_EmRPNS9_6BucketE +_ZN9oceanbase4palf11PalfEnvImpl8for_eachERKNS_6common10ObFunctionIFiRKNS0_10PalfHandleEEEE +_ZNK9oceanbase4palf14PalfHandleImpl11get_palf_idERl +_ZZN9oceanbase10logservice20ObArbitrationService9run_loop_EvENK5$_674clEPKc.1291a23568de5f940ae06fb9e7354412 +_ZNK9oceanbase6common10ObFunctionIFiRKNS_4palf10PalfHandleEEE7DerivedIZNS_10logservice20ObArbitrationService21get_server_sync_info_EvE5$_668E6invokeES5_.1291a23568de5f940ae06fb9e7354412 +_ZN9oceanbase6common15ObLinearHashMapINS_4palf5LSKeyENS0_9ObSEArrayINS2_16LogMemberAckInfoELl7ENS0_19ModulePageAllocatorELb0EEENS0_14ShareMemMgrTagEE7do_get_ERKS3_RS7_ +_ZN9oceanbase6common15ObLinearHashMapINS_4palf5LSKeyENS0_9ObSEArrayINS2_16LogMemberAckInfoELl7ENS0_19ModulePageAllocatorELb0EEENS0_14ShareMemMgrTagEE16load_access_bkt_ERKS3_RmRPNS9_6BucketE +_ZN9oceanbase6common15ObLinearHashMapINS_4palf5LSKeyENS0_9ObSEArrayINS2_16LogMemberAckInfoELl7ENS0_19ModulePageAllocatorELb0EEENS0_14ShareMemMgrTagEE7shrink_Ev +_ZNK9oceanbase4palf14PalfHandleImpl21get_paxos_member_listERNS_6common16ObMemberListBaseILl7EEERl +_ZNK9oceanbase4palf13LogConfigInfo29get_expected_paxos_memberlistERNS_6common16ObMemberListBaseILl7EEERl +_ZNK9oceanbase4palf14PalfHandleImpl18get_ack_info_arrayERNS_6common9ObSEArrayINS0_16LogMemberAckInfoELl7ENS2_19ModulePageAllocatorELb0EEERNS2_15BaseLearnerListILl2000ENS2_8ObMemberEEE +_ZZZN9oceanbase10logservice20ObArbitrationService21get_server_sync_info_EvENK5$_668clERKNS_4palf10PalfHandleEENKUlPKcE2_clES8_.1291a23568de5f940ae06fb9e7354412 +_ZN9oceanbase6common15ObLinearHashMapINS_4palf5LSKeyENS0_9ObSEArrayINS2_16LogMemberAckInfoELl7ENS0_19ModulePageAllocatorELb0EEENS0_14ShareMemMgrTagEE17load_factor_ctrl_Em +check_easy_request_rt +_ZN9oceanbase7storage13ObTabletIDSet7foreachINS0_17ObLSTabletService22GetAllTabletIDOperatorEEEiRT_ +_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl128ENS0_19ModulePageAllocatorELb0EE9push_backERKS2_ +_ZN9oceanbase6common4hash11ObHashTableINS0_10ObTabletIDENS1_11HashMapPairIS3_NS1_11HashNullObjEEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS6_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS6_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE5beginEv +_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl128ENS0_19ModulePageAllocatorELb0EE7reserveEl +_ZN9oceanbase8observer20ObInnerSQLConnection7destroyEv _ZN9oceanbase3sql16ObSQLSessionInfo7destroyEb _ZN9oceanbase3sql16ObSQLSessionInfo5resetEb -_ZN9oceanbase6common6ObPoolINS0_8ObMallocENS0_10ObNullLockEE5resetEv -_ZN9oceanbase6common13ObSEArrayImplImLl8ENS0_19ModulePageAllocatorELb0EE7destroyEv _ZN9oceanbase6common13ObSEArrayImplIlLl32ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase3sql16ObSQLSessionInfo23reset_all_package_stateEv +_ZN9oceanbase3sql20ObDblinkCtxInSession21free_dblink_conn_poolEv +_ZN9oceanbase6common13ObSEArrayImplImLl8ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase5share6schema19ObSchemaGetterGuard5resetEv +_ZN9oceanbase6common13ObSEArrayImplINS_3sql18ObBasicSessionInfo10ChangedVarELl8ENS0_19ModulePageAllocatorELb0EE7destroyEv _ZN9oceanbase3sql18ObBasicSessionInfo5resetEb _ZN9oceanbase5share13ObBasicSysVarD2Ev _ZN9oceanbase5share15ObTypeLibSysVarD2Ev _ZN9oceanbase3sql15ObSessionValMap5reuseEv _ZN9oceanbase5share15ObSysVarFactory7destroyEv -_ZN9oceanbase6common13ObSEArrayImplINS0_8ObStringELl16ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase6common13ObSEArrayImplINS_3sql18ObBasicSessionInfo13TableStmtTypeELl1ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase6common13ObSEArrayImplINS_5share6schema19ObSchemaGetterGuard9SchemaObjELl2ENS0_19ModulePageAllocatorELb0EE14internal_free_EPv -_ZN9oceanbase7storage13ObTabletIDSet7foreachINS0_17ObLSTabletService22GetAllTabletIDOperatorEEEiRT_ -_ZN9oceanbase10rootserver17ObUnitStatManager11gather_statEv -_ZN9oceanbase10rootserver15ObServerManager13check_serversEv -_ZN9oceanbase8observer16ObInnerSQLResult21MemEntifyDestroyGuardD2Ev -_ZN9oceanbase3lib17__MemoryContext__15destory_contextERNS0_13MemoryContextE -_ZN9oceanbase6common9ObSEArrayINS_3sql18ObBasicSessionInfo13TableStmtTypeELl2ENS0_19ModulePageAllocatorELb0EEC2Ev -_ZN9oceanbase3omt19ObTenantTimezoneMgr19get_tenant_timezoneEmRNS_6common11ObTZMapWrapERPNS2_21ObTimeZoneInfoManagerE -_ZN9oceanbase3omt19ObTenantTimezoneMgr25get_tenant_timezone_innerEmRNS_6common11ObTZMapWrapERPNS2_21ObTimeZoneInfoManagerE -_ZN9oceanbase5share6schema19ObSchemaGetterGuard18put_to_local_cacheINS1_8ObSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_RNS_6common15ObKVCacheHandleE -_ZN9oceanbase6common15ObKVCacheHandle5resetEv -_ZN9oceanbase6common13ObSEArrayImplINS_5share6schema19ObSchemaGetterGuard9SchemaObjELl2ENS0_19ModulePageAllocatorELb0EE7reserveEl -_ZN9oceanbase6common14ObKVCacheStore18reuse_wash_structsEv -_Z14ob_malloc_hookmPKv +_ZNSt14_Function_base13_Base_managerIZN9oceanbase5share25get_tenant_base_with_lockEmRNS1_6common10ObLDHandleERPNS2_12ObTenantBaseERSt8functionIFiS5_EEE4$_13E10_M_managerERSt9_Any_dataRKSF_St18_Manager_operation.dffa7baff4f06077efbca9bde9102f22 +_ZZN9oceanbase11transaction14ObTransService10release_txERNS0_8ObTxDescEENK6$_1540clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase6common6ObPoolINS0_8ObMallocENS0_10ObNullLockEE5resetEv +_ZN9oceanbase3sql18ObBasicSessionInfo16SysVarsCacheData5resetEv +_ZN9oceanbase6common13ObSEArrayImplIlLl32ENS0_19ModulePageAllocatorELb0EE14internal_free_EPv +_ZN9oceanbase6common18ObDSSessionActions9clear_allEv +_ZN9oceanbase11transaction14ObTransService10release_txERNS0_8ObTxDescE +_ZN9oceanbase11transaction11ObTxDescMgr13ObTxDescAlloc10free_valueEPNS0_8ObTxDescE +_ZZN9oceanbase11transaction14ObTransService10release_txERNS0_8ObTxDescEENK6$_1541clEPKc.93feb755617c21c32b229b78773c290c +_ZN9oceanbase3sql16ObSQLSessionInfo24destroy_session_plan_mgrEv +_ZN9oceanbase3sql16ObSQLSessionInfo17close_all_ps_stmtEv +_ZN9oceanbase11transaction8ObTxDescD1Ev +_ZN9oceanbase11transaction8ObTxDescD2Ev +_ZN9oceanbase11transaction8ObTxDesc5resetEv +_ZN9oceanbase6common11ObArrayImplINS_11transaction16ObTransIDAndAddrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEED2Ev +easy_vsnprintf +_ZNSt14_Function_baseD2Ev +_ZZN9oceanbase4palf11LogIOWorker15reduce_io_task_EPvENK5$_885clEPKc.1598dc2348996c1ae1caea6120522988 +_ZN9oceanbase6common9ObScannerD1Ev +_ZN9oceanbase6common9ObScannerD2Ev +_ZN9oceanbase3sql15ObSessionValMapD1Ev +_ZN9oceanbase3sql15ObSessionValMapD2Ev +_ZN9oceanbase6common4hash9ObHashMapINS0_8ObStringENS_3sql17ObSessionVariableENS1_19NoPthreadDefendModeENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS0_17ObPooledAllocatorINS1_15ObHashTableNodeINS1_11HashMapPairIS3_S5_EEEENS0_18ObWrapperAllocatorENS0_10ObNullLockEEENS1_13NormalPointerESG_Ll1EED2Ev +_ZN9oceanbase12blocksstable17ObTmpFileIOHandleD1Ev +_ZN9oceanbase12blocksstable17ObTmpFileIOHandleD2Ev _ZN9oceanbase8observer24ObInnerSQLConnectionPool9free_connEPNS0_20ObInnerSQLConnectionE -_ZN9oceanbase6common7ObDListINS_8observer24ObInnerSQLConnectionPool8LinkNodeEE8add_lastEPS4_ _ZN9oceanbase8observer20ObInnerSQLConnectionD2Ev -_ZN9oceanbase6common4hash13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairImNS_5share15ObSequenceValueEEEEELi65ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEED2Ev -_ZN9oceanbase3sql16ObSQLSessionInfo11CursorCacheD2Ev -_ZN9oceanbase6common17ObTimeZoneInfoPosD2Ev -_ZN9oceanbase6common11ObArrayImplINS0_22ObTZTransitionTypeInfoENS0_8ObMallocELb0ENS0_22ObArrayDefaultCallBackIS2_EENS0_17DefaultItemEncodeIS2_EEED2Ev -_ZN9oceanbase6common4hash13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairINS0_8ObStringEmEEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEED2Ev +_ZN9oceanbase6common18ObDSSessionActionsD1Ev +_ZN9oceanbase6common18ObDSSessionActionsD2Ev +_ZN9oceanbase6common13ObSEArrayImplINS0_8ObStringELl16ENS0_19ModulePageAllocatorELb0EED2Ev +_ZN9oceanbase6common4hash9ObHashMapINS0_8ObStringEPNS_3sql17ObInnerContextMapENS1_19NoPthreadDefendModeENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairIS3_S6_EEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl2EED2Ev +_ZN9oceanbase6common4hash11ObHashTableINS0_8ObStringENS1_11HashMapPairIS3_PNS_3sql17ObInnerContextMapEEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS8_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS8_EELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl2EE7destroyEv +_ZN9oceanbase6common8ObMalloc4freeEPv +_ZN9oceanbase6common7ObDListINS_8observer24ObInnerSQLConnectionPool8LinkNodeEE8add_lastEPS4_ _ZN9oceanbase3sql18ObBasicSessionInfoD2Ev _ZN9oceanbase5share15ObSysVarFactoryD1Ev _ZN9oceanbase5share15ObSysVarFactoryD2Ev -_ZN9oceanbase6common21ObSmallBlockAllocatorINS0_8ObMallocENS0_10ObNullLockEED2Ev -_ZN9oceanbase6common13ObSEArrayImplINS0_8ObStringELl16ENS0_19ModulePageAllocatorELb0EED2Ev _ZN9oceanbase6common9PageArenaIcNS0_19ModulePageAllocatorEED2Ev -_ZN9oceanbase6common13ObSEArrayImplINS_5share21ObLabelSeSessionLabelELl4ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase6common21ObSmallBlockAllocatorINS0_8ObMallocENS0_10ObNullLockEED2Ev +_ZN9oceanbase6common6ObPoolINS0_18ObWrapperAllocatorENS0_10ObNullLockEED2Ev +_ZN9oceanbase6common12ObStringBufTINS0_19ModulePageAllocatorENS0_9PageArenaIcS2_EEED2Ev +_ZN9oceanbase11transaction14ObTxExecResultD1Ev +_ZN9oceanbase6common13ObSEArrayImplINS_3sql18ObBasicSessionInfo10ChangedVarELl8ENS0_19ModulePageAllocatorELb0EED2Ev +_ZN9oceanbase6common23ObReserveArenaAllocatorILl256EED2Ev _ZN9oceanbase6common13ObSEArrayImplIlLl32ENS0_19ModulePageAllocatorELb0EED2Ev +_ZN9oceanbase6common13ObSEArrayImplINS_5share17ObSysVarClassTypeELl64ENS0_19ModulePageAllocatorELb0EED2Ev +_ZN9oceanbase6common4hash9ObHashMapImPNS_3sql15ObPsSessionInfoENS1_19NoPthreadDefendModeENS1_9hash_funcImEENS1_8equal_toImEENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairImS5_EEEELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EED2Ev _ZN9oceanbase3sql18ObBasicSessionInfo7destroyEv +_ZN9oceanbase5share17ObFeedbackManagerD2Ev +_ZN9oceanbase11transaction12ObLSTxCtxMgr11get_rec_scnERNS_5share3SCNE +_ZN9oceanbase11transaction18GetRecLogTSFunctor17internal_operatorERKNS0_9ObTransIDEPNS0_14ObPartTransCtxE +_ZN9oceanbase7storage16ObTxCtxTableInfoD2Ev +_ZN9oceanbase7storage16ObTxCtxTableInfo5resetEv +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction9tablelock13ObTableLockOpELl10ENS2_24TransModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase11transaction12ObTxExecInfoD2Ev +_ZN9oceanbase7storage16ObTxCtxTableInfoC2Ev +_ZN9oceanbase11transaction12ObTxExecInfoC2Ev +_ZN9oceanbase6common9ObSEArrayINS_11transaction9tablelock13ObTableLockOpELl10ENS2_24TransModulePageAllocatorELb0EEC2Ev +_ZN9oceanbase6common10ObFunctionIFvvEE6assignIZNS0_5occam17ObOccamThreadPool11commit_taskILNS5_13TASK_PRIORITYE1ERNS5_16ObOccamTimerTask11TaskWrapperEJEEEiRNS0_8ObFutureINSt9result_ofIFT0_DpT1_EE4typeEEEOSE_DpOSF_EUlvE_Lb1EEEiOT_ +_ZN9oceanbase7storage18ObLSTabletIterator19get_next_ddl_kv_mgrERNS0_14ObMetaObjGuardINS0_16ObTabletDDLKvMgrEEE _ZN9oceanbase7storage18ObTenantMetaMemMgr21get_tablet_ddl_kv_mgrERKNS0_14ObTabletMapKeyERNS0_14ObMetaObjGuardINS0_16ObTabletDDLKvMgrEEE -_ZN9oceanbase7storage13ObResourceMapINS0_14ObTabletMapKeyENS0_13ObMetaPointerINS0_8ObTabletEEEE3getINS0_25ObResourceDefaultCallbackIS2_S5_EEEEiRKS2_RNS0_16ObResourceHandleIS5_EET_ _ZN9oceanbase7storage15ObTabletPointer14get_ddl_kv_mgrERNS0_14ObMetaObjGuardINS0_16ObTabletDDLKvMgrEEE _ZN9oceanbase7storage14ObMetaObjGuardINS0_16ObTabletDDLKvMgrEEaSERKS3_ -_ZN9oceanbase6common9PageArenaIcNS0_19ModulePageAllocatorEE9alloc_bigEl -easy_connection_do_client.8d7a091449e6908669a41293537a4cf4 -_ZN9oceanbase12blocksstableL18nonext_ext_compareERKNS0_14ObStorageDatumES3_RKNS_6common9ObCmpFuncERi.8f1e732d6655d093e942b32e16c602d8.llvm.8460120496997391948 -_ZNK9oceanbase6common15ObFIFOAllocator5totalEv -_ZN9oceanbase6common13serialization19encoded_length_vi64El -_ZN9oceanbase6common14ObTimerMonitor12get_instanceEv -_ZN9oceanbase4palf13LogLoopThread9log_loop_Ev -_ZN9oceanbase4palf11PalfEnvImpl24try_switch_state_for_allEv -_ZN9oceanbase6common13ObLinkHashMapINS_4palf5LSKeyENS2_14PalfHandleImplENS2_19PalfHandleImplAllocENS0_9RefHandleELl8EE3mapINS7_8HandleOnINS2_11PalfEnvImpl18SwitchStateFunctorEEEEEiRT_ -_ZN9oceanbase6common13ObLinkHashMapINS_4palf5LSKeyENS2_14PalfHandleImplENS2_19PalfHandleImplAllocENS0_9RefHandleELl8EE8HandleOnINS2_11PalfEnvImpl18SwitchStateFunctorEEclERS3_PS4_ -_ZN9oceanbase4palf11LogStateMgr16is_state_changedEv -_ZNK9oceanbase4palf16LogSlidingWindow8is_emptyEv -_ZN9oceanbase4palf11LogStateMgr28check_leader_log_sync_state_Ev -_ZN9oceanbase4palf12LogConfigMgr19leader_do_loop_workEv -_ZN9oceanbase4palf11LogStateMgr19need_update_leader_ERNS_6common6ObAddrE -_ZNK9oceanbase4palf8election12ElectionImpl25get_current_leader_likelyERNS_6common6ObAddrERl -_ZN9oceanbase3sql19ObDataAccessService17do_local_das_taskERNS0_8ObDASRefERNS0_12ObDASTaskArgE -_ZN9oceanbase5share20ObZoneReplicaAttrSetD2Ev -_ZN9oceanbase7storage16ObTxCtxTableInfo5resetEv -_ZNK9oceanbase5share6schema19ObSchemaGetterGuard16check_inner_statEv -_ZNK9oceanbase6common10ObFunctionIFbvEE7DerivedINS_7storage38ObReCheckTxNodeForLockForReadOperationEE4copyERNS0_12ObIAllocatorEPv -_ZN9oceanbase5share25get_tenant_base_with_lockEmRNS_6common10ObLDHandleERPNS0_12ObTenantBaseERSt8functionIFiS3_EE -_ZNK9oceanbase3omt13ObMultiTenant27get_tenant_with_tenant_lockEmRNS_6common10ObLDHandleERPNS0_8ObTenantE -_ZN9oceanbase3sql17ObILibCacheObject13dec_ref_countENS0_16CacheRefHandleIDE -_ZZN9oceanbase4palf12LogPushRespP13process_impl_ILb0ELb1EEEivENKUlPKcE1_clES4_ -_ZN9oceanbase7storage18ObTenantMetaMemMgr11TableGCTask12runTimerTaskEv -_ZN9oceanbase11transaction10ObTxCtxMgr38get_ls_min_uncommit_tx_prepare_versionERKNS_5share6ObLSIDERNS2_3SCNE -_ZN9oceanbase11transaction14ObTransHashMapINS_5share6ObLSIDENS0_12ObLSTxCtxMgrENS0_17ObLSTxCtxMgrAllocENS_6common11ObQSyncLockELl64EE6revertEPS4_ -_ULx86_64_tdep_trace -_ZN9oceanbase6common5guard27DefaultSharedGuardAllocator4freeEPv -_ZN9oceanbase7storage17ObLSTabletService24prepare_scan_table_paramERNS0_16ObTableScanParamERNS_5share6schema27ObMultiVersionSchemaServiceE -_ZN9oceanbase3sql8ObJoinOp18get_next_right_rowEv -_ZN9oceanbase6common2SVINS0_12ObISQLClient10ReadResultELb1EED2Ev -_ZN9oceanbase6common6QClock13try_quiescentERm -_ZN9oceanbase3lib2_SILNS0_13ContextSourceE0EED2Ev -_ZN9oceanbase6common4hash11ObHashTableINS0_6ObAddrENS1_12ObReferedMapIS3_NS_10rootserver16DRServerStatInfoEE4ItemENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS8_6GetKeyENS1_13SimpleAllocerINS1_15ObHashTableNodeIS8_EELi76ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv -_ZN9oceanbase3sql11ObPlanCache20asyn_update_baselineEv -_ZN9oceanbase3sql20ObCacheObjectFactory10inner_freeERPNS0_17ObILibCacheObjectENS0_16CacheRefHandleIDE -_ZN9oceanbase3sql18ObPlanCacheManager24get_or_create_plan_cacheEmRKNS0_14ObPCMemPctConfE +_ZN9oceanbase7storage14ObMetaObjGuardINS0_16ObTabletDDLKvMgrEE5resetEv +_ZN9oceanbase7storage13ObResourceMapINS0_14ObTabletMapKeyENS0_13ObMetaPointerINS0_8ObTabletEEEE3getINS0_25ObResourceDefaultCallbackIS2_S5_EEEEiRKS2_RNS0_16ObResourceHandleIS5_EET_ +_ZN9oceanbase3sql18ObBasicSessionInfo15get_pc_mem_confERNS0_14ObPCMemPctConfE +_ZNK9oceanbase3sql18ObBasicSessionInfo16get_sys_variableENS_5share17ObSysVarClassTypeERl +_ZNK10__cxxabiv120__si_class_type_info12__do_dyncastElNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE +_ZN9oceanbase4palf11LogIOWorker9run_loop_Ev +_ZN9oceanbase4palf14PalfHandleImpl17advance_reuse_lsnERKNS0_3LSNE +_ZN9oceanbase4palf14PalfHandleImpl16inner_append_logERKNS_6common12ObFixedArrayINS0_3LSNENS2_12ObIAllocatorEEERKNS3_IPNS0_11LogWriteBufES5_EERKNS3_INS_5share3SCNES5_EE +_ZN9oceanbase4palf10LogStorage6writevERKNS_6common12ObFixedArrayINS0_3LSNENS2_12ObIAllocatorEEERKNS3_IPNS0_11LogWriteBufES5_EERKNS3_INS_5share3SCNES5_EE +_ZN9oceanbase4palf10LogStorage6writevERKNS0_3LSNERKNS0_11LogWriteBufERKNS_5share3SCNE +_ZN9oceanbase4palf11LogBlockMgr6writevEmmRKNS0_11LogWriteBufE +_ZN9oceanbase6common9ob_pwriteEiPKcll +_ZN9oceanbase4palf15LogBlockHandler17inner_write_once_EmPKcl +_ZN9oceanbase4palf16LogDIOAlignedBuf9align_bufEPKclRPcRlRm +_ZZN9oceanbase4palf11LogBlockMgr6writevEmmRKNS0_11LogWriteBufEENK5$_115clEPKc.1598dc2348996c1ae1caea6120522988 +_ZZN9oceanbase4palf15LogBlockHandler6writevEmRKNS0_11LogWriteBufEENK4$_79clEPKc.1598dc2348996c1ae1caea6120522988 +_ZN9oceanbase6common16ObFixedArrayImplIPNS_4palf11LogWriteBufENS0_12ObIAllocatorEE9push_backERKS4_ +_ZZN9oceanbase4palf16LogSlidingWindow17advance_reuse_lsnERKNS0_3LSNEENK5$_472clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZZN9oceanbase4palf16LogDIOAlignedBuf12truncate_bufEvENK4$_60clEPKc.1598dc2348996c1ae1caea6120522988 +_ZN9oceanbase6common16ObFixedArrayImplINS_4palf3LSNENS0_12ObIAllocatorEE9push_backERKS3_ +_ZN9oceanbase4palf29push_task_into_cb_thread_poolElPNS0_9LogIOTaskE +_ZN9oceanbase6common16ObFixedArrayImplINS_5share3SCNENS0_12ObIAllocatorEE9push_backERKS3_ +_ZZN9oceanbase4palf14PalfHandleImpl17advance_reuse_lsnERKNS0_3LSNEENK6$_1248clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZZN9oceanbase4palf10LogStorage6writevERKNS0_3LSNERKNS0_11LogWriteBufERKNS_5share3SCNEENK5$_563clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZZN9oceanbase4palf10LogStorage6writevERKNS_6common12ObFixedArrayINS0_3LSNENS2_12ObIAllocatorEEERKNS3_IPNS0_11LogWriteBufES5_EERKNS3_INS_5share3SCNES5_EEENK5$_570clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZNK9oceanbase3sql17ObChunkDatumStore9StoredRow7to_exprILb0EEEiRKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxE +_ZN9oceanbase6common13ObSEArrayImplINS_8memtable13ObLockWaitMgr8SessPairELl16ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase6common13ObSEArrayImplINS_3sql13ObRoutePolicy16CandidateReplicaELl7ENS0_19ModulePageAllocatorELb1EE7destroyEv +_ZN9oceanbase6common13ObSharedGuardINS0_6future12ObFutureBaseIbE11FutureBlockEE5resetEv +_ZN9oceanbase6common6future22DefaultFutureAllocator4freeEPv +ev_timer_start +_ZN9oceanbase8observer21ObInnerSQLReadContextD2Ev +_ZN9oceanbase8observer16ObInnerSQLResult21MemEntifyDestroyGuardD2Ev +_ZN9oceanbase3sql3dtl19ObDtlDatumMsgWriter5resetEv _ZN9oceanbase3sql11ObPlanCache8ref_planEmRNS0_15ObCacheObjGuardE _ZN9oceanbase6common4hash11ObHashTableImNS1_11HashMapPairImPNS_3sql17ObILibCacheObjectEEENS1_9hash_funcImEENS1_8equal_toImEENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE6atomicINS4_18ObCacheObjAtomicOpENS1_8pre_procIS7_EEEEiRKmRT_RT0_ _ZN9oceanbase3sql17ObILibCacheObject13inc_ref_countENS0_16CacheRefHandleIDE -_ZNK9oceanbase6common4hash9ObHashMapImPNS0_9ObSEArrayINS_5share6schema17ObSysTableChecker16TableNameWrapperELl2ENS0_19ModulePageAllocatorELb0EEENS1_19NoPthreadDefendModeENS1_9hash_funcImEENS1_8equal_toImEENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairImSA_EEEELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EE14get_refactoredERKmRSA_l -_ZN9oceanbase6common18ObDSSessionActions9clear_allEv -_ZN9oceanbase8observer16ObInnerSQLResultD2Ev -_ZN9oceanbase8observer16ObInnerSQLResult5closeEv -_ZN9oceanbase6common4hash9ObHashMapINS0_8ObStringElNS1_19NoPthreadDefendModeENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairIS3_lEEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EED2Ev -_ZN9oceanbase6common4hash11ObHashTableINS0_8ObStringENS1_11HashMapPairIS3_lEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS5_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS5_EELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv +_ULx86_64_tdep_trace +_ZN9oceanbase6common11ObArrayImplINS0_18ObTZRevertTypeInfoENS0_8ObMallocELb0ENS0_22ObArrayDefaultCallBackIS2_EENS0_17DefaultItemEncodeIS2_EEED2Ev +easy_inet_addr_to_str +_ZN9oceanbase6common13ObLinkHashMapINS_3sql14SessionInfoKeyENS2_16ObSQLSessionInfoENS2_15ObSQLSessionMgr10ValueAllocENS0_9RefHandleELl8EE3delERKS3_ +_ZN9oceanbase3sql15ObSQLSessionMgr10ValueAlloc10free_valueEPNS0_16ObSQLSessionInfoE +_ZN9oceanbase6common16ObClassAllocatorINS_3sql16ObSQLSessionInfoEE4freeEPS3_ +_ZN9oceanbase6common4hash9ObHashMapINS0_8ObStringEmNS1_19NoPthreadDefendModeENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairIS3_mEEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EED2Ev +_ZN9oceanbase3sql16ObSQLSessionInfoD1Ev +_ZN9oceanbase3sql16ObSQLSessionInfoD2Ev +_ZN9oceanbase6common11ObSqlStringD1Ev +_ZN9oceanbase6common11ObSqlStringD2Ev +_ZN9oceanbase6common15ObWarningBufferD2Ev +_ZN9oceanbase3sql29ObTenantCachedSchemaGuardInfoD2Ev +_ZN9oceanbase6common11ObArrayImplIlNS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIlEENS0_22NotImplementItemEncodeIlEEED2Ev +_ZN9oceanbase6common4hash13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairIlPNS_2pl14ObPLCursorInfoEEEEELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEED2Ev +_ZN9oceanbase6common11ObArrayImplINS0_15ObWarningBuffer11WarningItemENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEED2Ev +_ZN9oceanbase6common11ObArrayImplIPNS0_9sqlclient28ObCommonServerConnectionPoolENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_22NotImplementItemEncodeIS4_EEED2Ev +_ZN9oceanbase6common13ObSEArrayImplINS_5share6schema19ObSchemaGetterGuard9SchemaObjELl2ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase6common15ObKVCacheHandleD1Ev +_ZN9oceanbase6common15ObKVCacheHandleD2Ev +_ZN9oceanbase6common4hash9ObHashMapImPNS_2pl16ObPLPackageStateENS1_19NoPthreadDefendModeENS1_9hash_funcImEENS1_8equal_toImEENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairImS5_EEEELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EED2Ev +_ZN9oceanbase6common4hash11ObHashTableImNS1_11HashMapPairImPNS_2pl16ObPLPackageStateEEENS1_9hash_funcImEENS1_8equal_toImEENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv +_ZN9oceanbase3sql20ObDblinkCtxInSessionD2Ev +_ZN9oceanbase3sql20ObDblinkCtxInSession17clean_dblink_connEv +_ZN9oceanbase6common11ObArrayImplIlNS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIlEENS0_22NotImplementItemEncodeIlEEE7destroyEv +_ZN9oceanbase3sql20ObOptimizerTraceImplD1Ev +_ZN9oceanbase3sql15LogFileAppenderD2Ev +_ZN9oceanbase6common14ObFileAppenderD1Ev +_ZN9oceanbase6common14ObFileAppenderD2Ev +_ZN9oceanbase6common13FileComponent18BufferFileAppenderD2Ev +_ZN9oceanbase6common13ObObjFreeList4freeEPv +_ZN9oceanbase6common14ObStringHolder5resetEv +_ZN9oceanbase3sql10ObSQLUtils21clear_expr_eval_flagsERKNS0_6ObExprERNS0_9ObEvalCtxE +current_time +_ZN9oceanbase8observer16ObInnerSQLResult4nextEv +_ZN9oceanbase3lib2_SILNS0_13ContextSourceE0EED2Ev _ZN9oceanbase5share19ObTenantSwitchGuard9switch_toEPNS0_12ObTenantBaseE -_ZN9oceanbase6common4hash13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairINS0_8ObStringElEEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEE4freeEPS7_ -_ZN9oceanbase3sql8ObSqlCtxD2Ev -_ZN9oceanbase3sql8ObSqlCtx5resetEv -_ZN9oceanbase8observer16ObInnerSQLResult11inner_closeEv -_ZN9oceanbase6common4hash11ObHashTableIlNS1_11HashMapPairIllEENS1_9hash_funcIlEENS1_8equal_toIlEENS1_10pair_firstIS4_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS4_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv -_Z13ob_charpos_mbPK13ObCharsetInfoPKcS3_m -_ZN9oceanbase7storage8ObLSMeta19ObSpinLockTimeGuardD2Ev -obsql_mysql_yyparse -new_non_terminal_node -parse_malloc -merge_tree -obsql_mysql_yylex -yy_get_previous_state.609565a8af3f883a2d183bfc9d8bb068 -mysql_non_reserved_keyword_lookup +_ZN9oceanbase5share11ObTenantEnv10set_tenantEPNS0_12ObTenantBaseE +_ZN9oceanbase5share12ObTenantBaseaSERKS1_ +_ZN9oceanbase5share12ObTenantBaseC1Emb +_ZN9oceanbase5share12ObTenantBaseC2Emb +_ZN9oceanbase5share19ObTenantSwitchGuardD2Ev +_ZN9oceanbase5share12ObTenantBaseD2Ev +_ZN9oceanbase3sql11ObResultSet12get_next_rowERPKNS_6common8ObNewRowE +_ZN9oceanbase7storage15ObStorageSchema5resetEv +_ZN9oceanbase6common11ObArrayImplINS_5share6schema22ObSimpleConstraintInfoENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_22NotImplementItemEncodeIS4_EEE7destroyEv _ZN9oceanbase5share19ObPersistentLSTable20construct_ls_replicaERNS_6common9sqlclient13ObMySQLResultERNS0_11ObLSReplicaE +_ZNK9oceanbase8observer16ObInnerSQLResult11get_varcharEPKcRNS_6common8ObStringE _ZNK9oceanbase8observer16ObInnerSQLResult7get_intEPKcRl _ZNK9oceanbase8observer16ObInnerSQLResult8find_idxEPKcRl _ZN9oceanbase6common4hash11ObHashTableINS0_8ObStringENS1_11HashMapPairIS3_lEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS5_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS5_EELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE14set_refactoredERKS3_RKS5_iii -_ZNK9oceanbase8observer16ObInnerSQLResult13get_timestampEPKcPKNS_6common14ObTimeZoneInfoERl -_ZN9oceanbase5share11ObLSReplica4initEllmRKNS0_6ObLSIDERKNS_6common6ObAddrElRKNS5_6ObRoleERKNS5_13ObReplicaTypeElRKNS0_15ObReplicaStatusERKNS0_17ObLSRestoreStatusElmRKNS5_8ObStringElll +_ZNK9oceanbase8observer16ObInnerSQLResult7get_intElRl +_ZNK9oceanbase8observer16ObInnerSQLResult7get_objElRPKNS_6common5ObObjE +_ZNK9oceanbase8observer16ObInnerSQLResult11get_varcharElRNS_6common8ObStringE _ZN9oceanbase6common4hash13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairINS0_8ObStringElEEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEE5allocIJEEEPS7_DpRT_ -_ZNK9oceanbase8observer16ObInnerSQLResult13get_timestampElPKNS_6common14ObTimeZoneInfoERl -ev_timer_stop -_ZZN9oceanbase4palf11LogIOWorker25BatchLogIOFlushLogTaskMgr6handleElPNS0_11PalfEnvImplEENK5$_787clEPKc.1598dc2348996c1ae1caea6120522988 -_ZN9oceanbase6common13serialization6encodeEPclRll -_ZN9oceanbase6common16ObKVCacheInstMap18clean_garbage_instEv -_ZN9oceanbase6common13ObSEArrayImplINS_3sql12PCVSchemaObjELl4ENS0_19ModulePageAllocatorELb0EE9push_backERKS3_ -_ZN9oceanbase5share6schema27ObMultiVersionSchemaService10get_schemaEPKNS1_11ObSchemaMgrERKNS1_21ObRefreshSchemaStatusENS1_12ObSchemaTypeEmlRNS_6common15ObKVCacheHandleERPKNS1_8ObSchemaE -_ZN9oceanbase5share6schema13ObSchemaCache10get_schemaENS1_12ObSchemaTypeEmmlRNS_6common15ObKVCacheHandleERPKNS1_8ObSchemaE -_ZN9oceanbase6common9ObKVCacheINS_5share6schema16ObSchemaCacheKeyENS3_18ObSchemaCacheValueEE3getERKS4_RPKS5_RNS0_15ObKVCacheHandleE -_ZN9oceanbase6common4hash11ObHashTableINS_5share6schema16ObSchemaCacheKeyENS1_11HashMapPairIS5_PKNS4_18ObSchemaCacheValueEEENS1_9hash_funcIS5_EENS1_8equal_toIS5_EENS1_10pair_firstISA_EENS1_13SimpleAllocerINS1_15ObHashTableNodeISA_EELi76ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19ReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE14get_refactoredERKS5_RSA_l -_ZN9oceanbase6common15ObKVGlobalCache3getElRKNS0_13ObIKVCacheKeyERPKNS0_15ObIKVCacheValueERPNS0_18ObKVMemBlockHandleE -_ZN9oceanbase6common12ObKVCacheMap3getElRKNS0_13ObIKVCacheKeyERPKNS0_15ObIKVCacheValueERPNS0_18ObKVMemBlockHandleE -_ZNK9oceanbase5share6schema16ObSchemaCacheKeyeqERKNS_6common13ObIKVCacheKeyE -_ZNK9oceanbase5share6schema16ObSchemaCacheKey4hashEv -_ZN9oceanbase6common13ObLinkHashMapINS_3sql14SessionInfoKeyENS2_16ObSQLSessionInfoENS2_15ObSQLSessionMgr10ValueAllocENS0_9RefHandleELl8EE8HandleOnINS5_19CheckSessionFunctorEEclERS3_PS4_ -_ZN9oceanbase5share6schema19ObSchemaGetterGuard5resetEv -_ZN9oceanbase5share6schema17ObSchemaMgrHandle5resetEv -_ZN9oceanbase3sql18ObBasicSessionInfo10is_timeoutERb -_ZN9oceanbase6common8ObMalloc5allocElRKNS_3lib9ObMemAttrE -_ZN9oceanbase6common16ObClockGenerator4run1Ev -_ZN9oceanbase7storage9ObTxTable18check_with_tx_dataENS_11transaction9ObTransIDERNS0_21ObITxDataCheckFunctorEl -_ZN9oceanbase11transaction14ObPartTransCtx18check_with_tx_dataERNS_7storage21ObITxDataCheckFunctorE -_ZN9oceanbase7storage18LockForReadFunctorclERKNS0_8ObTxDataEPNS0_9ObTxCCCtxE -_ZN9oceanbase6common14ObTscTimestamp12current_timeEv -_ZN9oceanbase7storage18LockForReadFunctor19inner_lock_for_readERKNS0_8ObTxDataEPNS0_9ObTxCCCtxE -_ZN9oceanbase11transaction12ObLSTxCtxMgr18check_with_tx_dataERKNS0_9ObTransIDERNS_7storage21ObITxDataCheckFunctorE -_ZN9oceanbase11transaction12ObLSTxCtxMgr11get_tx_ctx_ERKNS0_9ObTransIDEbRPNS0_14ObPartTransCtxE -_ZZN9oceanbase5share6schema19ObSchemaGetterGuard18get_schema_versionENS1_12ObSchemaTypeEmmRlENK6$_1237clEPKc.a6efbaab9d7140ca03b63e06bec6f512 -_ZN9oceanbase11transaction12_GLOBAL__N_114SyncTxCommitCb8callbackEi.93feb755617c21c32b229b78773c290c -_ZN9oceanbase5share6schema27ObMultiVersionSchemaService23get_tenant_schema_guardEmRNS1_19ObSchemaGetterGuardEllNS2_17RefreshSchemaModeE -_ZN9oceanbase5share6schema17ObSchemaMgrHandleaSERKS2_ -_ZN9oceanbase5share6schema27ObMultiVersionSchemaService19add_schema_mgr_infoERNS1_19ObSchemaGetterGuardEPNS1_13ObSchemaStoreERKNS1_21ObRefreshSchemaStatusEmllNS2_17RefreshSchemaModeE -_ZN9oceanbase5share6schema15ObSchemaMgrInfoD1Ev -_ZN9oceanbase5share6schema15ObSchemaMgrInfoD2Ev -_ZN9oceanbase5share6schema16ObSchemaMgrCache3getElRPKNS1_11ObSchemaMgrERNS1_17ObSchemaMgrHandleE -_ZN9oceanbase5share6schema17ObSchemaMgrHandleD1Ev -_ZN9oceanbase5share6schema17ObSchemaMgrHandleD2Ev -_ZN9oceanbase6common13ObLinkHashMapINS_3sql14SessionInfoKeyENS2_16ObSQLSessionInfoENS2_15ObSQLSessionMgr10ValueAllocENS0_9RefHandleELl8EE6revertEPS4_ -_ZN9oceanbase6common9ObSEArrayINS_11transaction9tablelock13ObTableLockOpELl10ENS2_24TransModulePageAllocatorELb0EEC2Ev -_ZN9oceanbase5share6schema19ObSchemaGetterGuard23get_simple_table_schemaEmmRKNS_6common8ObStringEbRPKNS1_21ObSimpleTableSchemaV2Eb -_ZNK9oceanbase5share6schema11ObSchemaMgr16get_table_schemaEmmmRKNS_6common8ObStringERPKNS1_21ObSimpleTableSchemaV2E -_ZNK9oceanbase6common4hash16ObPointerHashMapINS_5share6schema24ObTableSchemaHashWrapperEPNS4_21ObSimpleTableSchemaV2ENS4_13GetTableKeyV2ELl8064ENS0_19ModulePageAllocatorEE14get_refactoredERKS5_RS7_ -_ZNK9oceanbase5share6schema16ObSysVariableMgr23get_sys_variable_schemaEmRPKNS1_25ObSimpleSysVariableSchemaE -_ZN9oceanbase5share6schema17ObSysTableChecker17is_sys_table_nameEmmRKNS_6common8ObStringERb -_ZZN9oceanbase5share6schema17ObSysTableChecker20check_sys_table_nameEmmRKNS_6common8ObStringERbENK6$_2027clEPKc.a6efbaab9d7140ca03b63e06bec6f512 -_Z15ob_malloc_retrym -_ZN9oceanbase5share6schema19ObSchemaGetterGuard18get_schema_versionENS1_12ObSchemaTypeEmmRl +_ZN9oceanbase6common13CStringBufMgr14try_clear_listEv +_ZN9oceanbase6common4hash11ObHashTableINS0_8ObStringENS1_11HashMapPairIS3_lEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS5_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS5_EELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE6createElPSH_PSK_ +_ZN9oceanbase5share11ObLSReplica4initEllmRKNS0_6ObLSIDERKNS_6common6ObAddrElRKNS5_6ObRoleERKNS5_13ObReplicaTypeElRKNS0_15ObReplicaStatusERKNS0_17ObLSRestoreStatusElmRKNS5_8ObStringElll +_ZN9oceanbase5share11ObLSReplica16text2member_listEPKcRNS_6common9ObSEArrayINS0_12SimpleMemberELl7ENS4_15ObNullAllocatorELb0EEE +_ZN9oceanbase11transaction14ObPartTransCtx29need_to_ask_scheduler_status_Ev +_ZNK9oceanbase11transaction14ObPartTransCtx18get_upstream_stateEv +_ZN9oceanbase7storage12ObLSIteratorD2Ev +_ZN9oceanbase6common8function24DefaultFunctionAllocator4freeEPv _ZN9oceanbase11transaction14ObTxLoopWorker4run1Ev -_ZN9oceanbase5share11ObTenantEnv3mtlIPNS_7storage11ObLSServiceEEET_v -_ZN9oceanbase11transaction14ObTxLoopWorker21update_max_commit_ts_EPNS_7storage4ObLSE _ZN9oceanbase11transaction14ObTxLoopWorker12scan_all_ls_Ebb _ZN9oceanbase7storage12ObLSIterator8get_nextERPNS0_4ObLSE -_ZN9oceanbase11transaction14ObTxLoopWorker14do_keep_alive_EPNS_7storage4ObLSERKNS_5share3SCNENS0_17MinStartScnStatusE +_ZN9oceanbase7storage11ObLSService11get_ls_iterERNS_6common13ObSharedGuardINS0_12ObLSIteratorEEENS0_10ObLSGetModE +_ZN9oceanbase6common13ObVSliceAlloc5allocEl +_ZN9oceanbase6common13ObSharedGuardINS_7storage12ObLSIteratorEE6assignIZNS2_11ObLSService11get_ls_iterERS4_NS2_10ObLSGetModEE5$_395EEiPS3_OT_RNS0_12ObIAllocatorE.a13d96b7c27110f7acdd340c58275d80 +_ZN9oceanbase6common13ObVSliceAlloc4freeEPv +_ZN9oceanbase11transaction14ObTxLoopWorker21update_max_commit_ts_EPNS_7storage4ObLSE _ZN9oceanbase11transaction7ObTsMgr7get_gtsEmPNS0_10ObTsCbTaskERNS_5share3SCNE _ZN9oceanbase11transaction11ObGtsSource7get_gtsEPNS0_10ObTsCbTaskERl +_ZN9oceanbase11transaction14ObTxLoopWorker14do_keep_alive_EPNS_7storage4ObLSERKNS_5share3SCNENS0_17MinStartScnStatusE +_ZNK9oceanbase10logservice12ObLogHandler11get_max_scnERNS_5share3SCNE +_ZN9oceanbase6common9Ob2DArrayINS0_10ObObjParamELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS2_Ll1ES3_Lb0EEEED2Ev +_ZN9oceanbase3sql20ObCacheObjectFactory10inner_freeERPNS0_17ObILibCacheObjectENS0_16CacheRefHandleIDE +_ZN9oceanbase3sql17ObLCObjectManager11common_freeEPNS0_17ObILibCacheObjectENS0_16CacheRefHandleIDE +_ZN9oceanbase3sql17ObILibCacheObject13dec_ref_countENS0_16CacheRefHandleIDE +_ZNSt17_Function_handlerIFiPKN9oceanbase3lib17ObTenantMemoryMgrEEZNKS1_20ObTenantCtxAllocator10iter_labelESt8functionIFiRNS1_7ObLabelEPNS0_6common9LabelItemEEEE4$_65E9_M_invokeERKSt9_Any_dataOS4_.8b77a7b4402fb90ce681ad6611953c01 +_ZZN9oceanbase4palf11LogIOWorker25BatchLogIOFlushLogTaskMgr26find_usable_batch_io_task_ElRPNS0_22BatchLogIOFlushLogTaskEENK5$_898clEPKc.1598dc2348996c1ae1caea6120522988 +_ZN9oceanbase6common4hash11ObHashTableINS0_6ObAddrENS1_12ObReferedMapIS3_NS_10rootserver16DRServerStatInfoEE4ItemENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS8_6GetKeyENS1_13SimpleAllocerINS1_15ObHashTableNodeIS8_EELi76ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv +_ZN9oceanbase6common10ObAccuracy11deserializeEPKclRl +_ZNK9oceanbase10rootserver17ObZoneManagerBase16check_inner_statEv +_ZN9oceanbase6common11ObArrayImplINS_5share11ReplicaAttrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE7reserveEl +_ZN9oceanbase6common13ObSEArrayImplImLl1024ENS0_19ModulePageAllocatorELb0EE9push_backERKm +_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql6ObExprENS0_12ObIAllocatorEE7destroyEv +_ZN9oceanbase6common16ObFixedArrayImplIiNS0_12ObIAllocatorEE7destroyEv +_ZN9oceanbase5obrpc14ObNetKeepAlive8in_blackERK11easy_addr_tRbPNS0_18ObNetKeepAliveDataE +_ZN9oceanbase8memtable22ObMemtableScanIteratorC2Ev +_ZN9oceanbase6common16ObClockGenerator4run1Ev +_ZN9oceanbase3sql23ObRpcRemoteSyncExecuteP14before_processEv +_ZN9oceanbase5share6schema27ObMultiVersionSchemaService23get_tenant_schema_guardEmRNS1_19ObSchemaGetterGuardEllNS2_17RefreshSchemaModeE +_ZN9oceanbase5share6schema17ObSchemaMgrHandleD1Ev +_ZN9oceanbase5share6schema17ObSchemaMgrHandleD2Ev +_ZN9oceanbase5share6schema27ObMultiVersionSchemaService19add_schema_mgr_infoERNS1_19ObSchemaGetterGuardEPNS1_13ObSchemaStoreERKNS1_21ObRefreshSchemaStatusEmllNS2_17RefreshSchemaModeE +_ZN9oceanbase5share6schema17ObSchemaMgrHandleaSERKS2_ +_ZN9oceanbase5share6schema16ObSchemaMgrCache3getElRPKNS1_11ObSchemaMgrERNS1_17ObSchemaMgrHandleE +_ZN9oceanbase5share6schema27ObMultiVersionSchemaService27get_baseline_schema_versionEmbRl +_ZN9oceanbase5share6schema19ObSchemaGetterGuard23check_tenant_is_restoreEmRb +easy_client_wait_process +_ZN9oceanbase5share11ObLSReplica6assignERKS1_ +_ZN9oceanbase6common13ObSEArrayImplINS_5share12SimpleMemberELl7ENS0_15ObNullAllocatorELb0EE5reuseEv +_ZN9oceanbase5share11ObLSReplica5resetEv +_ZN9oceanbase6common13ObSEArrayImplINS_5share12SimpleMemberELl7ENS0_15ObNullAllocatorELb0EE7destroyEv +_ZN9oceanbase6common16copy_assign_wrapINS0_9ObSEArrayINS_5share12SimpleMemberELl7ENS0_15ObNullAllocatorELb0EEEEEiRT_RKS7_NS0_8BoolTypeILb0EEE +_ZN9oceanbase6common13ObSEArrayImplINS_5share12SimpleMemberELl7ENS0_15ObNullAllocatorELb0EE7reserveEl +_ZN9oceanbase5share6ObLSID11deserializeEPKclRl +_ZN9oceanbase8keybtree8IteratorINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE13next_on_levelElRS3_RS5_ +_ZN9oceanbase6common14ObKVCacheStore13de_handle_refEPNS0_18ObKVMemBlockHandleE +_ZN9oceanbase3sql14ObOptTabletLoc33assign_with_only_readable_replicaERKmRKNS_6common10ObTabletIDERKNS_5share12ObLSLocationERKNS4_8ObIArrayINS4_6ObAddrEEE +_Z14ob_malloc_hookmPKv +_ZN9oceanbase12blocksstable19ObIntArrayFuncTable11upper_boundItEElPKvlll +_ZNSt14_Function_base13_Base_managerIN9oceanbase3sql3dtl26ObDtlLocalFirstBufferCache16ObDtlBufferCleanEE10_M_managerERSt9_Any_dataRKS7_St18_Manager_operation +_ZN9oceanbase5share6schema19ObSchemaGetterGuardC1Ev +_ZN9oceanbase6common15check_from_heapEiRb +_ZN9oceanbase6common13ObSEArrayImplINS_5share10ObRootAddrELl7ENS0_19ModulePageAllocatorELb0EE5reuseEv +_ZN9oceanbase6common15ObLinearHashMapINS_5share6ObLSIDEPNS_10logservice14ObReplayStatusENS0_14ShareMemMgrTagEE20unset_foreach_L_lmt_Em +_ZN9oceanbase12blocksstable27ObIndexBlockDataTransformer9transformERKNS_7storage15ObTableReadInfoERKNS0_16ObMicroBlockDataEPcl _ZNK9oceanbase7storage8ObTablet17get_sstables_sizeERl _ZNK9oceanbase7storage8ObTablet22inner_get_all_sstablesERNS_6common8ObIArrayIPNS0_8ObITableEEE _ZNK9oceanbase7storage13ObITableArray14get_all_tablesERNS_6common8ObIArrayIPNS0_8ObITableEEE -_ZZN9oceanbase4palf10PalfHandle23unregister_file_size_cbEvENK5$_785clEPKc.0e4bf25207570af14a78557c8489c4fc.llvm.14005567824221156422 -_ZN9oceanbase6common10ObFunctionIFvvEE7DerivedIZNS0_5occam17ObOccamThreadPool11commit_taskILNS5_13TASK_PRIORITYE1ERNS5_16ObOccamTimerTask11TaskWrapperEJEEEiRNS0_8ObFutureINSt9result_ofIFT0_DpT1_EE4typeEEEOSE_DpOSF_EUlvE_ED2Ev -_ZN9oceanbase6common13ObSharedGuardINS0_6future12ObFutureBaseIbE11FutureBlockEE5resetEv -_ZN9oceanbase3sql16ObSQLSessionInfo26reset_pl_debugger_resourceEv -_ZN9oceanbase6common4hash9do_createIPNS1_17ObHashTableBucketINS1_11HashMapPairImNS_5share15ObSequenceValueEEENS1_5NLockENS1_5NCondEEENS0_8ObMallocEEEiRT_lllNS1_16NormalPointerTagERT0_ -_ZNK9oceanbase3sql18ObBasicSessionInfo16get_sys_variableENS_5share17ObSysVarClassTypeERNS_6common5ObObjE -_ZZN9oceanbase3sql20ObRemoteBaseExecutePINS_5obrpc18ObExecutorRpcProxy5ObRpcILNS2_15ObRpcPacketCodeE1308EvEEE20base_before_responseERNS_6common9ObScannerEENKUlPKcE0_clESC_ -_ZNK9oceanbase3sql18ObBasicSessionInfo17get_int64_sys_varENS_5share17ObSysVarClassTypeERl -_ZN9oceanbase5share15ObLSLocationMap6updateERKNS0_20ObLSLocationCacheKeyERKNS0_12ObLSLocationE -_ZN9oceanbase6common11ObArrayImplINS_5share11ObLSReplicaENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEED2Ev -_ZN9oceanbase3sql16ObPlanCacheValue24check_dep_schema_versionERKNS_6common8ObIArrayINS0_12PCVSchemaObjEEERKNS3_IPS4_EERb -_ZN9oceanbase5obrpc18ObRpcProcessorBase11deserializeEv -_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5378EvEEE11decode_baseEPKclRl -_ZN9oceanbase6common6ObAddr11deserializeEPKclRl -_ZN9oceanbase4palf11LogPushResp11deserializeEPKclRl -_ZN9oceanbase3lib16ObRuntimeContext11deserializeEPKclRl -_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5387EvEEE11decode_baseEPKclRl -_ZN9oceanbase4palf8election18ElectionMsgDebugTs11deserializeEPKclRl -_ZN9oceanbase4palf16LogConfigVersion11deserializeEPKclRl -_ZN9oceanbase3sql12ObRemoteTask11deserializeEPKclRl -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction6ObPairINS_5share6ObLSIDElEELl1ENS0_19ModulePageAllocatorELb0EE5resetEv -_ZN9oceanbase6common10ObObjParam11deserializeEPKclRl -_ZN9oceanbase6common13ObSEArrayImplImLl8ENS0_19ModulePageAllocatorELb0EE11deserializeEPKclRl -_ZN9oceanbase3sql18ObBasicSessionInfo11deserializeEPKclRl -_ZN9oceanbase3sql18ObBasicSessionInfo12deserialize_EPKclRl -_ZNK9oceanbase5share28ObSysVarNlsTimestampTzFormat8get_typeEv -_ZN9oceanbase6common13ObSEArrayImplINS_5share21ObLabelSeSessionLabelELl4ENS0_19ModulePageAllocatorELb0EE16prepare_allocateEl -_ZN9oceanbase3sql18ObBasicSessionInfo14create_sys_varENS_5share17ObSysVarClassTypeElRPNS2_13ObBasicSysVarE -_ZN9oceanbase3sql18ObBasicSessionInfo22deep_copy_sys_variableERNS_5share13ObBasicSysVarENS2_17ObSysVarClassTypeERKNS_6common5ObObjE -_ZN9oceanbase5share13ObBasicSysVar11deserializeEPKclRl -_ZN9oceanbase6common12ob_write_objINS0_9PageArenaIcNS0_19ModulePageAllocatorEEEEEiRT_RKNS0_5ObObjERS7_ -_ZN9oceanbase6common9PageArenaIcNS0_19ModulePageAllocatorEE6_allocEl -_ZN9oceanbase3sql8ObTaskID11deserializeEPKclRl -_ZN9oceanbase3sql7ObJobID11deserializeEPKclRl -_ZZN9oceanbase3sql18ObBasicSessionInfo12deserialize_EPKclRlENK5$_387clEv.7d011f5114f8312fd0eb7b31f2639cf5 -_ZN9oceanbase11transaction16ObTxReadSnapshot11deserializeEPKclRl -_ZN9oceanbase5share6ObLSID11deserializeEPKclRl -_ZN9oceanbase11transaction9ObTransID11deserializeEPKclRl -_ZN9oceanbase3sql16ObSQLSessionInfo11deserializeEPKclRl -_ZN9oceanbase6common9ParamFlag11deserializeEPKclRl -_ZN9oceanbase3sql16ObDesExecContext17create_my_sessionEm -_ZN9oceanbase3sql23ObFLTControlInfoManagerD2Ev -_ZN9oceanbase4palf8election15ElectionMsgBase11deserializeEPKclRl -_ZN9oceanbase3sql18ObBasicSessionInfo16SysVarsCacheData11deserializeEPKclRl -_ZN9oceanbase3sql15ObSQLSessionMgr14create_sessionEmjmlRPNS0_16ObSQLSessionInfoE -_ZNK9oceanbase6common12ObConfigItem3strEv -_ZN9oceanbase3sql16ObSQLSessionInfo4initEjmPNS_6common12ObIAllocatorEPKNS2_11ObTZInfoMapElm -_ZN9oceanbase6common4hash9ObHashMapImNS_5share15ObSequenceValueENS1_19NoPthreadDefendModeENS1_9hash_funcImEENS1_8equal_toImEENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairImS4_EEEELi65ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EE6createElRKNS_3lib7ObLabelESO_mm -_ZN9oceanbase6commonL13parse_versionEPKcPml.61d1885c38c5cddde571b3feb2b6fe43.llvm.2966096993378287844 -_ZN9oceanbase6common4hash9do_createIPNS1_17ObHashTableBucketINS1_11HashMapPairImPNS_2pl16ObPLPackageStateEEENS1_5NLockENS1_5NCondEEENS0_8ObMallocEEEiRT_lllNS1_16NormalPointerTagERT0_ -_ZN9oceanbase3sql18ObBasicSessionInfo4initEjmPNS_6common12ObIAllocatorEPKNS2_11ObTZInfoMapE -_ZN9oceanbase6common18ObWrapperAllocator5allocEl -_ZN9oceanbase3omt19ObTenantTimezoneMgr26get_tenant_timezone_staticEmRNS_6common11ObTZMapWrapE -_ZN9oceanbase6common4hash11ObHashTableINS0_8ObStringENS1_11HashMapPairIS3_NS_3sql17ObSessionVariableEEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS7_EENS0_17ObPooledAllocatorINS1_15ObHashTableNodeIS7_EENS0_18ObWrapperAllocatorENS0_10ObNullLockEEENS1_19NoPthreadDefendModeENS1_13NormalPointerESH_Ll1EE6createElPSJ_PSH_ -_ZN9oceanbase3sql23ObFLTControlInfoManager4initEv -_ZN9oceanbase6common4hash9ObHashMapImPNS_2pl16ObPLPackageStateENS1_19NoPthreadDefendModeENS1_9hash_funcImEENS1_8equal_toImEENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairImS5_EEEELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EE6createElRKNS_3lib7ObLabelESP_mm -_ZN9oceanbase6common8ObMalloc5allocEl -_ZN9oceanbase3sql18ObBasicSessionInfo17set_session_stateENS0_17ObSQLSessionStateE -_ZN9oceanbase3sql18ObBasicSessionInfo18set_session_state_ENS0_17ObSQLSessionStateE -_ZN9oceanbase3sql23ObFLTControlInfoManager9from_jsonERNS_6common16ObArenaAllocatorEPcl -_ZN9oceanbase6common16ObSessionDDLInfo11deserializeEPKclRl -_ZN9oceanbase6common18ObTimeZoneInfoWrap11deserializeEPKclRl -_ZN9oceanbase6common14ObTimeZoneInfo11deserializeEPKclRl -_ZN9oceanbase11transaction12ObGtsRequest11deserializeEPKclRl -_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5386EvEEE11decode_baseEPKclRl -_ZN9oceanbase5obrpc14ObRpcProcessorINS0_12ObPxRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1315EvEEE11decode_baseEPKclRl -_ZN9oceanbase6common13ObSEArrayImplINS_3sql17ObPxRpcAddrTargetELl100ENS0_19ModulePageAllocatorELb0EE5resetEv -_ZN9oceanbase6common13ObSEArrayImplINS_3sql17ObPxRpcAddrTargetELl100ENS0_19ModulePageAllocatorELb0EE11deserializeEPKclRl -_ZN9oceanbase11transaction17ObTxRollbackSPMsg11deserializeEPKclRl -_ZN9oceanbase6common4hash11ObHashTableIlNS1_11HashMapPairIlNS1_11HashNullObjEEENS1_9hash_funcIlEENS1_8equal_toIlEENS1_10pair_firstIS5_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS5_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19ReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv -_ZN9oceanbase6common11ObLoserTreeINS_7storage24ObScanMergeLoserTreeItemENS2_23ObScanMergeLoserTreeCmpELl80EE3topERPKS3_ -_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl128ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase6common16ObFixedArrayImplINS_3sql17PartParamIdxArrayENS0_12ObIAllocatorEED2Ev -_ZN9oceanbase6common9Ob2DArrayINS0_10ObObjParamELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS2_Ll1ES3_Lb0EEEED2Ev -_ZZN9oceanbase5share6schema19ObSchemaGetterGuard20get_from_local_cacheINS1_13ObTableSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_ENKUlPKcE1_clESB_ -_ZN9oceanbase3sql11ObPlanCache20check_after_get_planEiRNS0_14ObILibCacheCtxEPNS0_17ObILibCacheObjectE -_ZN9oceanbase7storage19ObTablesHandleArray5resetEv -_ZN9oceanbase7storage9ObTxTable13lock_for_readERKNS_11transaction16ObLockForReadArgElRbRNS_5share3SCNES6_RKNS_6common10ObFunctionIFiRKNS0_8ObTxDataEPNS0_9ObTxCCCtxEEEERKNSB_IFbvEEE -_ZN9oceanbase7storage9ObTxTable22check_state_and_epoch_ENS_11transaction9ObTransIDElbRi -_ZN9oceanbase8observer24ObInnerSQLConnectionPool10alloc_connERPNS0_20ObInnerSQLConnectionE -_ZN9oceanbase6common4hash9ObHashMapINS0_8ObStringEmNS1_19NoPthreadDefendModeENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairIS3_mEEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EEC2Ev -_ZN9oceanbase3sql16ObSQLSessionInfoC1Ev -_ZN9oceanbase3sql16ObSQLSessionInfoC2Ev -_ZN9oceanbase6common13ObSEArrayImplINS_5share6schema15ObSchemaMgrInfoELl2ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase6common9ObSEArrayIlLl32ENS0_19ModulePageAllocatorELb0EEC2Ev -_ZN9oceanbase3sql23ObEndTransAsyncCallbackC1Ev -_ZN9oceanbase5share6schema19ObSchemaGetterGuardC1ENS1_15ObSchemaMgrItem3ModE -_ZN9oceanbase3sql18ObBasicSessionInfo16SysVarsCacheDataC2Ev -_ZN9oceanbase5share15ObSysVarFactoryC1Ev -_ZN9oceanbase6common15ObWarningBufferC2Ev -_ZN9oceanbase8observer15ObSqlEndTransCbC1Ev -_ZN9oceanbase6common4hash9ObHashMapImPNS_3sql15ObPsSessionInfoENS1_19NoPthreadDefendModeENS1_9hash_funcImEENS1_8equal_toImEENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairImS5_EEEELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EEC2Ev -_ZN9oceanbase6common17ObTimeZoneInfoPosC2Ev -_ZN9oceanbase3sql20ObOptimizerTraceImplC1Ev -_ZN9oceanbase3sql15ObSessionValMapC2ElRKNS_6common18ObWrapperAllocatorE -_ZN9oceanbase11transaction14ObTransService25handle_trans_msg_callbackERKNS_5share6ObLSIDES5_RKNS0_9ObTransIDEsiRKNS_6common6ObAddrElRKNS2_3SCNE -_ZN9oceanbase6common16ObCommonSqlProxy7acquireEmRPNS0_9sqlclient16ObISQLConnectionE -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction9tablelock13ObTableLockOpELl10ENS2_24TransModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase6common13ObLinkHashMapINS_3sql14SessionInfoKeyENS2_16ObSQLSessionInfoENS2_15ObSQLSessionMgr10ValueAllocENS0_9RefHandleELl8EE3delERKS3_ -_ZN9oceanbase6common16ObClassAllocatorINS_3sql16ObSQLSessionInfoEE3getElNS0_14ObMemCacheTypeERKNS_3lib7ObLabelElb -_ZN9oceanbase6common6DCHashINS_3sql14SessionInfoKeyELl8EE3delERKS3_RPNS0_11KeyHashNodeIS3_EE -_ZN9oceanbase6common6DCHashINS_3sql14SessionInfoKeyELl8EE6Handle6retireEil -_ZN9oceanbase6common6DCHashINS_3sql14SessionInfoKeyELl8EE15do_pending_taskEPNS0_7DCArrayE -_ZN9oceanbase3sql15ObSQLSessionMgr10ValueAlloc10free_valueEPNS0_16ObSQLSessionInfoE -_ZN9oceanbase6common16ObClassAllocatorINS_3sql16ObSQLSessionInfoEE4freeEPS3_ -_ZN9oceanbase6common13ObObjFreeList4freeEPv -_ZN9oceanbase8observer16ObMPPacketSenderD2Ev -_ZN9oceanbase3sql16ObSQLSessionInfoD1Ev -_ZN9oceanbase3sql16ObSQLSessionInfoD2Ev -_ZN9oceanbase6common4hash11ObHashTableINS0_8ObStringENS1_11HashMapPairIS3_PNS_3sql17ObInnerContextMapEEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS8_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS8_EELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl2EE7destroyEv -_ZN9oceanbase6common4hash11ObHashTableImNS1_11HashMapPairImPNS_2pl16ObPLPackageStateEEENS1_9hash_funcImEENS1_8equal_toImEENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv -_ZN9oceanbase6common8ObMalloc4freeEPv -_ZN9oceanbase6common11ObArrayImplINS0_15ObWarningBuffer11WarningItemENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEED2Ev -_ZN9oceanbase6common4hash11ObHashTableImNS1_11HashMapPairImNS_5share15ObSequenceValueEEENS1_9hash_funcImEENS1_8equal_toImEENS1_10pair_firstIS6_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS6_EELi65ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv -_ZN9oceanbase6common4hash13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairIlPNS_2pl14ObPLCursorInfoEEEEELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEED2Ev -_ZN9oceanbase3sql11ObPlanCache13dec_ref_countEv -_ZN9oceanbase3sql20ObOptimizerTraceImplD1Ev -_ZN9oceanbase6common11ObSqlStringD1Ev -_ZN9oceanbase6common11ObSqlStringD2Ev -_ZN9oceanbase6common15ObLinearHashMapINS_5share14ObCascadMemberENS2_15ObDstServerInfoENS0_14ShareMemMgrTagEE16load_access_bkt_EmRPNS6_6BucketE -_ZN9oceanbase6common10to_cstringINS0_8ObStringEEEPKcRKT_NS0_8BoolTypeILb0EEE -_ZN9oceanbase6common13ObObjCmpFuncs8cmp_funcILNS0_14ObObjTypeClassE10ELS3_10EEEiRKNS0_5ObObjES6_RKNS0_12ObCompareCtxE -_ZN9oceanbase6common9ObCharset8strcmpspENS0_15ObCollationTypeEPKclS4_lb -_ZN9oceanbase7storage19ObSSTableRowScannerD2Ev -_ZN9oceanbase6common16ObFixedArrayImplINS_7storage30ObIndexTreeMultiPassPrefetcher22ObIndexTreeLevelHandleENS0_12ObIAllocatorEED2Ev -_ZN9oceanbase12blocksstable34ObMultiVersionMicroBlockRowScannerD2Ev -_ZN9oceanbase5share6schema18ObTableSchemaParam11deserializeEPKclRl -_ZN9oceanbase5share6schema13ObColumnParam11deserializeEPKclRl -_ZN9oceanbase6common19obj_val_deserializeILNS0_9ObObjTypeE0EEEiRNS0_5ObObjEPKclRl -_ZN9oceanbase6common10ObAccuracy11deserializeEPKclRl -_ZN9oceanbase5share6schema13ObColumnParam13deep_copy_objERKNS_6common5ObObjERS4_ -_ZN9oceanbase6common5ObObj11deserializeEPKclRl -_ZN9oceanbase6common9ObObjMeta11deserializeEPKclRl -_ZN9oceanbase6common19obj_val_deserializeILNS0_9ObObjTypeE5EEEiRNS0_5ObObjEPKclRl -_ZN9oceanbase6common16ObFixedArrayImplIPNS_5share6schema13ObColumnParamENS0_12ObIAllocatorEE9push_backERKS5_ -_ZN9oceanbase6common19obj_val_deserializeILNS0_9ObObjTypeE22EEEiRNS0_5ObObjEPKclRl -_ZN9oceanbase6common8ObString11deserializeEPKclRl -_ZN9oceanbase6common19obj_val_deserializeILNS0_9ObObjTypeE10EEEiRNS0_5ObObjEPKclRl -_ZN9oceanbase7storage15ObTableReadInfo11deserializeERNS_6common12ObIAllocatorEPKclRl -_ZN9oceanbase6common9ObObjMeta7set_intEv -_ZN9oceanbase6common11ObArrayImplIPNS_5share6schema13ObColumnParamENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS5_EENS0_22NotImplementItemEncodeIS5_EEE9push_backERKS5_ -_ZN9oceanbase6common16ObFixedArrayImplIiNS0_12ObIAllocatorEE11deserializeEPKclRl -_ZN9oceanbase6common16ObFixedArrayImplIiNS0_12ObIAllocatorEE16prepare_allocateEl -_ZN9oceanbase12blocksstable19ObStorageDatumUtils4initERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEElbRNS2_12ObIAllocatorE -_ZN9oceanbase6common13ObSEArrayImplINS_5share6schema9ObColDescELl32ENS0_19ModulePageAllocatorELb0EE9push_backERKS4_ -_ZN9oceanbase6common16ObFixedArrayImplINS0_10ObHashFuncENS0_12ObIAllocatorEE9push_backERKS2_ -_ZN9oceanbase6common16ObFixedArrayImplINS_12blocksstable21ObStorageDatumCmpFuncENS0_12ObIAllocatorEE9push_backERKS3_ -_ZN9oceanbase7storage15ObTableReadInfo21build_index_read_infoERNS_6common12ObIAllocatorElbRKNS2_8ObIArrayINS_5share6schema9ObColDescEEE -_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema9ObColDescENS0_12ObIAllocatorEE11deserializeEPKclRl -_ZN9oceanbase5share6schema9ObColDesc11deserializeEPKclRl -_ZN9oceanbase6common16ObFixedArrayImplINS0_10ObHashFuncENS0_12ObIAllocatorEE4initEl -_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema9ObColDescENS0_12ObIAllocatorEE7reserveEl -_ZN9oceanbase5share6schema9ColumnMap4initERKNS_6common8ObIArrayIPNS1_13ObColumnParamEEE -_ZN9oceanbase5share6schema9ColumnMap4initERKNS_6common8ObIArrayImEE -_ZN9oceanbase5share6schema9ColumnMap6createEbllRKNS_6common8ObIArrayImEERKNS4_IiEERNS3_12ObFixedArrayIiNS3_12ObIAllocatorEEERNS1_13ColumnHashMapE -_ZN9oceanbase7storage15ObTableReadInfo4initERNS_6common12ObIAllocatorEllbRKNS2_8ObIArrayINS_5share6schema9ObColDescEEEbPKNS5_IiEEPKNS5_IPNS7_13ObColumnParamEEEb -_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema9ObColDescENS0_12ObIAllocatorEE9push_backERKS4_ -_ZN9oceanbase6common16ObFixedArrayImplIiNS0_12ObIAllocatorEE7reserveEl -_ZSt13__lower_boundIN9oceanbase12blocksstable18ObRowIndexIteratorENS1_13ObDatumRowkeyEN9__gnu_cxx5__ops14_Iter_comp_valINS1_14PreciseCompareINS1_11ObRowReaderEEEEEET_SB_SB_RKT0_T1_ -_ZN9oceanbase12blocksstable11ObRowReader19compare_meta_rowkeyERKNS0_13ObDatumRowkeyERKNS_7storage15ObTableReadInfoEPKclRi -_ZN9oceanbase5share11ObLSReplica16text2member_listEPKcRNS_6common9ObSEArrayINS0_12SimpleMemberELl7ENS4_15ObNullAllocatorELb0EEE -_ZN9oceanbase6common13ObSEArrayImplINS_5share12SimpleMemberELl7ENS0_15ObNullAllocatorELb0EE9push_backERKS3_ -_ZN9oceanbase5share12SimpleMember4initElPc -_ZN9oceanbase10logservice19ObServerLogBlockMgr19fsync_after_rename_ERKi -_ZN9oceanbase7storage15ObTenantFreezer21get_tenant_mem_usage_ERNS0_17ObTenantFreezeCtxE -_ZN9oceanbase6common22ObMemstoreAllocatorMgr29get_tenant_memstore_allocatorEmRPNS0_20ObGMemstoreAllocatorE -_ZN9oceanbase7storage15ObStorageSchema5resetEv -_ZN9oceanbase6common13CStringBufMgr14try_clear_listEv -_ZNK9oceanbase5share6schema17ObSysTableChecker16TableNameWrappereqERKS3_ -_ZN9oceanbase7storageL17get_not_exist_rowERKNS_12blocksstable13ObDatumRowkeyERNS1_10ObDatumRowERPKS5_.60e5f1555e1608e51e89c573dc1497ed -_ZNK9oceanbase11transaction7ObTxMsg8is_validEv -_ZN9oceanbase4palf25ElectionAcceptRequestMsgP7processEv -_ZN9oceanbase4palf17LogRequestHandler14handle_requestINS0_8election24ElectionAcceptRequestMsgEEEilRKNS_6common6ObAddrERKT_ -_ZN9oceanbase4palf8election12ElectionImpl14handle_messageERKNS1_24ElectionAcceptRequestMsgE -_ZN9oceanbase4palf8election12ElectionImpl17refresh_priority_Ev -_ZN9oceanbase4palf8election31ElectionAcceptResponseMsgMiddle12set_acceptedElPKNS1_16ElectionPriorityE -_ZNK9oceanbase10logservice11coordinator10PriorityV119get_started_versionEv -_ZNK9oceanbase10logservice11coordinator20ElectionPriorityImpl9serializeEPclRl -_ZNK9oceanbase10logservice11coordinator10PriorityV119serialize_dispatch_EPclRlSt17integral_constantIbLb0EE -_ZN9oceanbase10logservice11coordinator20ElectionPriorityImpl7refreshEv -_ZN9oceanbase4palf10PalfHandle21unregister_rebuild_cbEv -_ZZN9oceanbase4palf10PalfHandle21unregister_rebuild_cbEvENK5$_795clEPKc.0e4bf25207570af14a78557c8489c4fc.llvm.14005567824221156422 -_ZN9oceanbase10logservice11coordinator10PriorityV18refresh_ERKNS_5share6ObLSIDE -_ZN9oceanbase6common5occam26ObOccamTimeGuardDetectHung5clickEt +_ZN9oceanbase7storage19ObTxDataMemtableMgr16create_memtable_ENS_5share3SCNEl +_ZN9oceanbase4palf8election12ElectionImpl14handle_messageERKNS1_25ElectionAcceptResponseMsgE _ZN9oceanbase6common5occam26ObOccamTimeGuardDetectHungC2EjjPKcS4_S4_t _ZTWN9oceanbase6common5occam20ObThreadHungDetector15click_point_idxE _ZTHN9oceanbase6common5occam20ObThreadHungDetector15click_point_idxE _ZN9oceanbase6common5occam20ObThreadHungDetector12get_instanceEv _ZN9oceanbase6common5occam20ObThreadHungDetector13ClickPointIdx7get_idxEv -_ZN9oceanbase10logservice11coordinator17ObFailureDetector25get_specified_level_eventENS1_12FailureLevelERNS_6common8ObIArrayINS1_12FailureEventEEE -_ZNK9oceanbase4palf12LSNAllocator11get_max_scnEv -_ZNK9oceanbase10logservice11coordinator10PriorityV110serialize_EPclRl -_ZNK9oceanbase6common11ObArrayImplINS_10logservice11coordinator12FailureEventENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_17DefaultItemEncodeIS4_EEE9serializeEPclRl -_ZN9oceanbase4palf8election16ElectionProposer42reschedule_or_register_prepare_task_after_El -_ZN9oceanbase6common26ObOccamTimerTaskRAIIHandle16reschedule_afterEl -_ZN9oceanbase6common11ObTimeWheel8scheduleEPNS0_15ObTimeWheelTaskEl -_ZN9oceanbase5share8ObLSInfo11add_replicaERKNS0_11ObLSReplicaE -_ZNK9oceanbase5share8ObLSInfo9find_idx_ERKNS_6common6ObAddrERl -_ZN9oceanbase6common11ObArrayImplINS_5share11ObLSReplicaENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEE9push_backERKS3_ -_ZN9oceanbase5share11ObLSReplica6assignERKS1_ -_ZN9oceanbase6common16copy_assign_wrapINS0_9ObSEArrayINS_5share12SimpleMemberELl7ENS0_15ObNullAllocatorELb0EEEEEiRT_RKS7_NS0_8BoolTypeILb0EEE -_ZNK9oceanbase7storage12ObTenantInfo14get_freeze_ctxERNS0_17ObTenantFreezeCtxE -_ZN9oceanbase6common16ObCommonSqlProxy4readEPNS0_9sqlclient16ObISQLConnectionERNS0_12ObISQLClient10ReadResultEmPKcPKNS0_6ObAddrE -_ZN9oceanbase8observer20ObInnerSQLConnection12execute_readEmPKcRNS_6common12ObISQLClient10ReadResultEbbPKNS4_6ObAddrE -_ZN9oceanbase8observer20ObInnerSQLConnection12execute_readElmRKNS_6common8ObStringERNS2_12ObISQLClient10ReadResultEbbPKNS2_6ObAddrE -_ZN9oceanbase3sql18ObBasicSessionInfo20set_query_start_timeEl -_ZN9oceanbase8observer20ObInnerSQLConnection11set_timeoutERlb -_ZN9oceanbase8observer20ObInnerSQLConnection13switch_tenantEm -_ZN9oceanbase3sql18ObBasicSessionInfo8set_userERKNS_6common8ObStringES5_m -_ZN9oceanbase8observer20ObInnerSQLConnection16is_local_executeElm -_ZN9oceanbase8observer20ObInnerSQLConnection5queryERNS_6common9sqlclient11ObIExecutorERNS0_16ObInnerSQLResultEPNS0_29ObVirtualTableIteratorFactoryEb -_ZNSt14_Function_base13_Base_managerIZN9oceanbase5share25get_tenant_base_with_lockEmRNS1_6common10ObLDHandleERPNS2_12ObTenantBaseERSt8functionIFiS5_EEE4$_13E10_M_managerERSt9_Any_dataRKSF_St18_Manager_operation.dffa7baff4f06077efbca9bde9102f22 -_ZN9oceanbase3omt8ObTenant6unlockERNS_6common10ObLDHandleE -_ZN9oceanbase8observer20ObInnerSQLConnection12TimeoutGuardD2Ev -_ZN9oceanbase8observer20ObInnerSQLConnection12TimeoutGuardC2ERS1_ -_ZN9oceanbase8observer20ObInnerSQLConnection11init_resultERNS0_16ObInnerSQLResultEPNS0_29ObVirtualTableIteratorFactoryElRNS_5share6schema19ObSchemaGetterGuardEPNS_2pl11ObPLBlockNSEbbbbbb -_ZN9oceanbase8observer20ObInnerSQLConnection19set_session_timeoutEll -_ZN9oceanbase3sql18ObBasicSessionInfo19update_sys_variableENS_5share17ObSysVarClassTypeERKNS_6common5ObObjE -_ZN9oceanbase3sql18ObBasicSessionInfo13SysVarIncInfo14add_sys_var_idENS_5share17ObSysVarClassTypeE -_ZNK9oceanbase3sql18ObBasicSessionInfo17inner_get_sys_varENS_5share17ObSysVarClassTypeERlRPNS2_13ObBasicSysVarE -_ZN9oceanbase3sql18ObBasicSessionInfo30process_session_sql_mode_valueERKNS_6common5ObObjE -_ZN9oceanbase6common13ObSEArrayImplINS_5share17ObSysVarClassTypeELl64ENS0_19ModulePageAllocatorELb0EE9push_backERKS3_ -_ZN9oceanbase8observer20ObInnerSQLConnection8do_queryERNS_6common9sqlclient11ObIExecutorERNS0_16ObInnerSQLResultE -_ZN9oceanbase8observer16ObInnerSQLResult4openEv -_ZN9oceanbase5share19ObTenantSwitchGuardD2Ev -_ZN9oceanbase5share11ObTenantEnv10set_tenantEPNS0_12ObTenantBaseE -_ZN9oceanbase5share12ObTenantBaseaSERKS1_ -_ZN9oceanbase5share12ObTenantBaseC1Emb -_ZN9oceanbase5share12ObTenantBaseC2Emb -_ZN9oceanbase3sql11ObResultSet12get_next_rowERPKNS_6common8ObNewRowE -_ZN9oceanbase5share12ObTenantBaseD2Ev -_ZN9oceanbase3lib6_SBaseD2Ev -_ZN9oceanbase8observer16ObInnerSQLResult4initEb -_ZNK9oceanbase3omt13ObMultiTenant19is_available_tenantEm -_ZN9oceanbase3omt8ObTenant8get_unitEv -_ZN9oceanbase3omt8ObTenant17get_create_statusEv -_ZN9oceanbase5share11ObLSReplica5resetEv -_ZNK9oceanbase8observer22ObGlobalReqTimeService25get_global_safe_timestampERl -_ZN9oceanbase6common15ObBaseLogWriter9flush_logEv -_ZNK9oceanbase6common8ObString9serializeEPclRl -_ZN9oceanbase6common14ObFileAppenderD1Ev -_ZN9oceanbase6common14ObFileAppenderD2Ev -_ZN9oceanbase6common13FileComponent18BufferFileAppenderD2Ev -_ZN9oceanbase6common12ob_write_objINS0_16ObArenaAllocatorEEEiRT_RKNS0_5ObObjERS5_ -_ZN9oceanbase5share17ObTenantDagWorker4run1Ev -_ZN9oceanbase6common12ObThreadCond7wait_usEm -_ZN9oceanbase6common11ObSqlString6appendEPKc -_ULx86_64_r_uc_addr -_ZN9oceanbase3sql11ObDASLockOpD2Ev -unw_init_local_common -_ZN9oceanbase6common14ObStringHolder6assignERKNS0_8ObStringE -_ZN9oceanbase10logservice19ObReplayStatusGuardD2Ev -_ZN9oceanbase8observer16ObInnerSQLResultC2ERNS_3sql16ObSQLSessionInfoE -_ZN9oceanbase6common9ob_mallocElRKNS_3lib7ObLabelE -_ZN9oceanbase8observer24ObInnerSQLConnectionPool26remove_from_used_conn_listEPNS0_20ObInnerSQLConnectionE -_ZNK9oceanbase5share6schema11ObSchemaMgr17get_tenant_schemaEmRPKNS1_20ObSimpleTenantSchemaE -_ZN9oceanbase6common4hash11ObHashTableINS_5share6ObLSIDENS1_11HashMapPairIS4_NS3_11ObLSReplicaEEENS1_9hash_funcIS4_EENS1_8equal_toIS4_EENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi11ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE12internal_setERNS1_17ObHashTableBucketIS7_NS0_7ObLatchENS1_5NCondEEERKS7_b -_ZN9oceanbase5share6schema19ObSchemaGetterGuard31get_outline_info_with_signatureEmmRKNS_6common8ObStringERPKNS1_13ObOutlineInfoE -_ZZN9oceanbase5share6schema19ObSchemaGetterGuard31get_outline_info_with_signatureEmmRKNS_6common8ObStringERPKNS1_13ObOutlineInfoEENK6$_1561clEPKc.a6efbaab9d7140ca03b63e06bec6f512 -_ZN9oceanbase6common9Ob2DArrayINS0_10ObObjParamELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS2_Ll1ES3_Lb0EEEE16prepare_allocateEl -_ZNK9oceanbase3sql17ObChunkDatumStore9StoredRow7to_exprILb0EEEiRKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxE -_ZN9oceanbase7storage19ObTablesHandleArray9add_tableEPNS0_8ObITableE -_ZN9oceanbase3sql12ObQueryRange19create_new_key_partEv +_ZN9oceanbase4palf8election16ElectionProposer31leader_takeover_if_lease_valid_ENS1_16RoleChangeReasonE +_ZN9oceanbase4palf8election20MemberListWithStates29get_server_idx_in_memberlist_ERKNS_6common6ObAddrERl +_ZN9oceanbase6common11ObArrayImplIlNS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIlEENS0_22NotImplementItemEncodeIlEEE9push_backERKl +_ZN9oceanbase6common11ObArrayImplIlNS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIlEENS0_22NotImplementItemEncodeIlEEE10extend_bufEl +_ZN9oceanbase4palf8election16ElectionProposer31leader_revoke_if_lease_expired_ENS1_16RoleChangeReasonE +_ZSt13__lower_boundIN9oceanbase12blocksstable18ObRowIndexIteratorENS1_13ObDatumRowkeyEN9__gnu_cxx5__ops14_Iter_comp_valINS1_14PreciseCompareINS1_11ObRowReaderEEEEEET_SB_SB_RKT0_T1_ +_ZN9oceanbase12blocksstable11ObRowReader19compare_meta_rowkeyERKNS0_13ObDatumRowkeyERKNS_7storage15ObTableReadInfoEPKclRi +_ZN9oceanbase6common20ObNullSafeDatumTCCmpILNS0_14ObObjTypeClassE1ELS2_1ELb1EE3cmpERKNS0_7ObDatumES6_ +_ZN9oceanbase6common6ObAddr17parse_from_stringERKNS0_8ObStringE +_ZN9oceanbase9container8ObRbTreeINS_6common13ObPageManagerENS0_17ObDummyCompHelperIS3_EENS3_15ObRbNode_rblinkEE12iter_recurseEPS7_PS3_PFS9_S8_S9_PvESA_ +_ZN9oceanbase6common17ObTenantIOManager7dec_refEv +_ZN9oceanbase8observer24ObInnerSQLConnectionPool7acquireEmRPNS_6common9sqlclient16ObISQLConnectionEPNS2_12ObISQLClientE +_ZN9oceanbase6common11ObDLinkBaseINS_8observer24ObInnerSQLConnectionPool8LinkNodeEED2Ev +_ZN9oceanbase6common8ObLogger13need_to_printEi backtrace unw_backtrace -_ZNK9oceanbase5share6schema11ObSchemaMgr14get_tenant_idsERNS_6common8ObIArrayImEE -_ZN9oceanbase6common11ObArrayImplImNS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackImEENS0_22NotImplementItemEncodeImEEE9push_backERKm -_ZN9oceanbase5share6schema19ObSchemaGetterGuard15get_tenant_infoEmRPKNS1_14ObTenantSchemaE -_ZN9oceanbase5share6schema19ObSchemaGetterGuard10get_schemaINS1_14ObTenantSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_l -_ZN9oceanbase7storage19ObSSTableRowScanner18inner_get_next_rowERPKNS_12blocksstable10ObDatumRowE -_ZN9oceanbase12blocksstable34ObMultiVersionMicroBlockRowScanner18inner_get_next_rowERPKNS0_10ObDatumRowE -_ZThn328_N9oceanbase12blocksstable18ObMicroBlockReader14get_row_headerElRPKNS0_11ObRowHeaderE -_ZN9oceanbase12blocksstable18ObMicroBlockReader7get_rowElRNS0_10ObDatumRowE -_ZN9oceanbase12blocksstable11ObRowReader8read_rowEPKclPKNS_7storage15ObTableReadInfoERNS0_10ObDatumRowE -_ZN9oceanbase12blocksstableL13get_offset_16EPKvl.8f1e732d6655d093e942b32e16c602d8 -_ZN9oceanbase12blocksstable34ObMultiVersionMicroBlockRowScanner24inner_inner_get_next_rowERPKNS0_10ObDatumRowERbS6_S6_ -_ZN9oceanbase7storage19ObSSTableRowScanner19open_cur_data_blockERNS0_19ObSSTableReadHandleE -_ZThn328_N9oceanbase12blocksstable18ObMicroBlockReader10find_boundERKNS0_13ObDatumRowkeyEblRlRb -_ZN9oceanbase12blocksstable18ObMicroBlockReader22get_multi_version_infoEllRNS0_21ObMultiVersionRowFlagERNS_11transaction9ObTransIDERlS7_ -_ZN9oceanbase12blocksstable34ObMultiVersionMicroBlockRowScanner4initERKNS_7storage16ObTableIterParamERNS2_20ObTableAccessContextEPKNS0_9ObSSTableE -_ZN9oceanbase12blocksstable34ObMultiVersionMicroBlockRowScanner4openERKNS0_12MacroBlockIdERKNS0_16ObMicroBlockDataEbb -_ZN9oceanbase12blocksstable20ObStorageDatumBuffer7reserveElb -_ZN9oceanbase12blocksstable11ObRowReader11read_columnEPKcllRNS0_14ObStorageDatumE -_ZN9oceanbase3lib13ObResourceMgr7dec_refEPNS0_19ObTenantResourceMgrE -easy_session_on_write_success.8d7a091449e6908669a41293537a4cf4 -_ZN9oceanbase6common12ObDedupQueue4run1Ev -_ZN9oceanbase3lib11ObLockGuardINS_6common12ObThreadCondEED2Ev -_ZZN9oceanbase6common19ObPageManagerCenter17print_tenant_statElRlS2_PclS2_EN5$_1868__invokeEPNS_9container8ObRbTreeINS0_13ObPageManagerENS5_17ObDummyCompHelperIS7_EENS7_15ObRbNode_rblinkEEEPS7_Pv.8b77a7b4402fb90ce681ad6611953c01 -_ZN9oceanbase12blocksstable18ObMacroBlockHandleD1Ev -_ZN9oceanbase5share17ObGlobalMergeInfo6assignERKS1_ -_ZN9oceanbase5share8ObLSInfo15init_by_replicaERKNS0_11ObLSReplicaE -_ZN9oceanbase3sql20ObSecurityAuditUtils17check_allow_auditERNS0_16ObSQLSessionInfoERNS0_16ObAuditTrailTypeE -_ZN9oceanbase3omt17ObTenantConfigMgr26default_fallback_tenant_idEv -_ZNK9oceanbase12blocksstable12ObRLEDecoder6decodeERNS0_18ObColumnDecoderCtxERNS_6common5ObObjElRKNS0_11ObBitStreamEPKcl -_ZN9oceanbase3sql15ObSQLSessionMgr18mark_sessid_unusedEj -_ZN9oceanbase3sql13ObTableScanOp18inner_get_next_rowEv -_ZN9oceanbase3sql13ObTableScanOp26inner_get_next_row_for_tscEv -_ZNK9oceanbase12blocksstable17ObFuseRowCacheKey4hashERm -_ZNK9oceanbase4palf8election18ElectionMsgDebugTs19get_serialize_size_Ev -_ZN9oceanbase3sql18ObBasicSessionInfo19update_sys_variableERKNS_6common8ObStringES5_ -_ZN9oceanbase3sql16ObDesExecContextD1Ev -_ZN9oceanbase3sql16ObDesExecContextD2Ev -_ZN9oceanbase3sql16ObDesExecContext15cleanup_sessionEv -_ZN9oceanbase11transaction12ObLSTxCtxMgr22check_scheduler_statusERNS_5share3SCNERNS0_17MinStartScnStatusE -_ZZN9oceanbase7storage15ObTxCtxMemtable11get_rec_scnEvENK4$_11clEPKc.cab71ee5e294af36252f3e5d1ba4fbfb -_ZN9oceanbase6common16ObFixedArrayImplINS0_9ObObjMetaENS0_12ObIAllocatorEE6assignERKNS0_8ObIArrayIS2_EE -_ZN9oceanbase5share8ObLSInfo21update_replica_statusEv -_ZSt4sortIPZNK9oceanbase3lib20ObTenantCtxAllocator10iter_labelESt8functionIFiRNS1_7ObLabelEPNS0_6common9LabelItemEEEE11ItemWrapperZNKS2_10iter_labelESA_E4$_57EvT_SE_T0_.8b77a7b4402fb90ce681ad6611953c01 -_ZN9oceanbase5share6schema9ColumnMap4initERKNS_6common8ObIArrayINS1_9ObColDescEEE -_ZN9oceanbase5obrpc24ObDetectMasterRsLSResult4initERKNS_6common6ObRoleERKNS2_6ObAddrERKNS_5share11ObLSReplicaERKNS9_8ObLSInfoE -_ZN9oceanbase7storage15ObTenantFreezer30get_freeze_trigger_percentage_Ev -_ZN9oceanbase3sql24ObPxTenantTargetMonitorP7processEv -_ZN9oceanbase6common13ObLinkHashMapINS0_9ObIntWarpENS_3sql11ObPxResInfoENS3_13ObPxInfoAllocENS0_9RefHandleELl8EE3getERKS2_RPS4_ -_ZN9oceanbase6common6DCHashINS0_9ObIntWarpELl8EE3getERKS2_RPNS0_11KeyHashNodeIS2_EE -_ZN9oceanbase6common6DCHashINS0_9ObIntWarpELl8EE6Handle10search_preEmRPNS0_8HashNodeE -_ZN9oceanbase6common13ObLinkHashMapINS0_9ObIntWarpENS_3sql11ObPxResInfoENS3_13ObPxInfoAllocENS0_9RefHandleELl8EE18get_retire_stationEv -_ZN9oceanbase3sql23ObPxTenantTargetMonitor23update_peer_target_usedERKNS_6common6ObAddrEl -_ZN9oceanbase6common4hash11ObHashTableINS0_6ObAddrENS1_11HashMapPairIS3_NS_3sql17ServerTargetUsageEEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi76ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE14get_refactoredERKS3_RS7_l -_ZN9oceanbase6common6DCHashINS0_9ObIntWarpELl8EE6Handle6retireEil -_ZN9oceanbase6common6ObAddr17parse_from_stringERKNS0_8ObStringE -_ZN9oceanbase3sql12ObDASTaskArg12deserialize_EPKclRl -_ZN9oceanbase3sql18ObPxTreeSerializer27deserialize_expr_frame_infoEPKclRlRNS0_13ObExecContextERNS0_15ObExprFrameInfoE -_ZN9oceanbase6common11ObArrayImplINS_3sql6ObExprENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE16prepare_allocateEl -_ZN9oceanbase3sql6ObExpr11deserializeEPKclRl -_ZN9oceanbase3sql6ObExpr12deserialize_EPKclRl -_ZN9oceanbase6common13serialization6decodeIPNS_3sql6ObExprEjEEiPKclRlRKNS1_11ObSerCArrayIPT_T0_EE -_ZN9oceanbase6common13serialization6decodeEPKclRlRPFvRNS_3sql18ObSerializeFuncTagEE -_ZN9oceanbase3sql11ObDatumMeta11deserializeEPKclRl -_ZN9oceanbase3sql13ObEnumSetInfo11deserializeEPKclRl -_ZN9oceanbase6common16ObFixedArrayImplINS0_8ObStringENS0_12ObIAllocatorEE11deserializeEPKclRl -_ZN9oceanbase6common16ObFixedArrayImplINS0_8ObStringENS0_12ObIAllocatorEE5resetEv -_ZN9oceanbase6common13ObSEArrayImplIPcLl1ENS0_19ModulePageAllocatorELb1EE7reserveEl -_ZN9oceanbase3sql22ObExprExtraInfoFactory5allocERNS_6common12ObIAllocatorERK10ObItemTypeRPNS0_16ObIExprExtraInfoE -_ZN9oceanbase3sql22ObExprExtraInfoFactory5allocINS0_13ObEnumSetInfoEEEiRNS_6common12ObIAllocatorERPNS0_16ObIExprExtraInfoE10ObItemType -_ZN9oceanbase3sql18ObPxTreeSerializer22deserialize_frame_infoEPKclRlRNS_6common12ObIAllocatorERNS5_8ObIArrayINS0_11ObFrameInfoEEEPNS8_IPcEERPSC_S4_b -_ZN9oceanbase3sql11ObFrameInfo11deserializeEPKclRl -_ZN9oceanbase3sql17ObDASDMLBaseCtDef11deserializeEPKclRl -_ZN9oceanbase6common16ObFixedArrayImplINS0_10ObAccuracyENS0_12ObIAllocatorEE7destroyEv -_ZN9oceanbase6common16ObFixedArrayImplImNS0_12ObIAllocatorEE11deserializeEPKclRl -_ZN9oceanbase6common16ObFixedArrayImplImNS0_12ObIAllocatorEE7destroyEv -_ZN9oceanbase6common16ObFixedArrayImplIlNS0_12ObIAllocatorEE11deserializeEPKclRl -_ZN9oceanbase6common16ObFixedArrayImplINS0_9ObObjMetaENS0_12ObIAllocatorEE11deserializeEPKclRl -_ZN9oceanbase6common16ObFixedArrayImplImNS0_12ObIAllocatorEE16prepare_allocateEl -_ZN9oceanbase6common16ObFixedArrayImplINS_11transaction18ObEncryptMetaCacheENS0_12ObIAllocatorEE11deserializeEPKclRl -_ZN9oceanbase3sql13ObDASInsertOp11deserializeEPKclRl -_ZN9oceanbase3sql21CalcPartitionBaseInfo11deserializeEPKclRl -_ZN9oceanbase3lib22get_tenant_memory_holdEmm -_ZN9oceanbase6common13ObSEArrayImplINS_3sql12PCVSchemaObjELl4ENS0_19ModulePageAllocatorELb0EE7destroyEv -_ZN9oceanbase3sql23ObRpcRemoteSyncExecuteP13after_processEi -_ZN9oceanbase7storage30ObSSTableMultiVersionRowGetter10inner_openERKNS0_16ObTableIterParamERNS0_20ObTableAccessContextEPNS0_8ObITableEPKv -_ZNK9oceanbase6common6ObAddr12ip_to_stringEPci -_ZNK9oceanbase6common4hash9ObHashSetINS0_6ObAddrENS1_19NoPthreadDefendModeENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairIS3_NS1_11HashNullObjEEEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EE16exist_refactoredERKS3_ -_ZN9oceanbase6common11ObArrayImplINS0_6ObAddrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS2_EENS0_22NotImplementItemEncodeIS2_EEE9push_backERKS2_ -_ZN9oceanbase3sql15ObInsertUpRtDefD2Ev -_ZNK9oceanbase7storage8ObLSMeta20get_migration_statusERNS0_17ObMigrationStatusE -_ZN9oceanbase7storage8ObLSMeta19ObSpinLockTimeGuardC2ERNS_6common10ObSpinLockEl -_ZN9oceanbase7storage24ObLongOpsMonitorIterator17make_key_snapshotEv -_ZNK9oceanbase3lib20ObTenantCtxAllocator11print_usageEv -_ZN9oceanbase6common15ObBaseLogWriter12do_flush_logEv -_ZN9oceanbase6common13ObLinkHashMapINS_3sql14SessionInfoKeyENS2_16ObSQLSessionInfoENS2_15ObSQLSessionMgr10ValueAllocENS0_9RefHandleELl8EE18get_retire_stationEv -_ZN9oceanbase6common16ObClassAllocatorINS_11transaction16ObTsResponseTaskEE5allocEv -_ZN9oceanbase3sql9ObKeyPart15cast_value_typeERKNS_6common20ObDataTypeCastParamsEb -_ZN9oceanbase3sql9ObKeyPart14try_cast_valueERKNS_6common20ObDataTypeCastParamsERNS2_12ObIAllocatorERKNS0_13ObKeyPartMetaERNS2_5ObObjERl -_ZN9oceanbase5obrpc16ObTransRpcResult11deserializeEPKclRl -_ZN9oceanbase5share3SCN11deserializeEPKclRl -_ZN9oceanbase11transaction7ObTsMgr22is_external_consistentEm -_ZZN9oceanbase11transaction14ObTransService10acquire_txEPKclRlRPNS0_8ObTxDescEENK5$_961clES3_.93feb755617c21c32b229b78773c290c -_ZN9oceanbase4palf26ElectionAcceptResponseMsgP7processEv -_ZN9oceanbase4palf17LogRequestHandler14handle_requestINS0_8election25ElectionAcceptResponseMsgEEEilRKNS_6common6ObAddrERKT_ -_ZNK9oceanbase4palf8election15ElectionMsgBase8is_validEv -_ZN9oceanbase4palf8election12ElectionImpl14handle_messageERKNS1_25ElectionAcceptResponseMsgE -_ZN9oceanbase6common5occam26ObOccamTimeGuardDetectHungD2Ev -_ZN9oceanbase6common11ObArrayImplIlNS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIlEENS0_22NotImplementItemEncodeIlEEE9push_backERKl -_ZN9oceanbase6common11ObArrayImplIlNS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIlEENS0_22NotImplementItemEncodeIlEEE10extend_bufEv -_ZN9oceanbase4palf8election38print_debug_ts_if_reach_warn_thresholdERKNS1_15ElectionMsgBaseEl -_ZN9oceanbase4palf8election16ElectionProposer31leader_takeover_if_lease_valid_ENS1_16RoleChangeReasonE -_ZNK9oceanbase4palf8election12ElectionImpl22is_rhs_message_higher_INS1_25ElectionAcceptResponseMsgEEEbRKT_S7_RNS_6common14ObStringHolderEbNS1_8LogPhaseE +_ZN9oceanbase8observer24ObInnerSQLConnectionPool10alloc_connERPNS0_20ObInnerSQLConnectionE +_ZN9oceanbase3sql16ObSQLSessionInfoC1Ev +_ZN9oceanbase3sql16ObSQLSessionInfoC2Ev +_ZN9oceanbase6common15ObWarningBufferC2Ev +_ZN9oceanbase5share6schema19ObSchemaGetterGuardC1ENS1_15ObSchemaMgrItem3ModE +_ZN9oceanbase6common4hash9ObHashMapINS0_8ObStringEmNS1_19NoPthreadDefendModeENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairIS3_mEEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EEC2Ev +_ZN9oceanbase6common4hash13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairINS0_8ObStringEmEEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEC2Ev +_ZN9oceanbase6common13ObSEArrayImplINS_5share6schema15ObSchemaMgrInfoELl2ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase6common9ObSEArrayINS_3sql18ObBasicSessionInfo13TableStmtTypeELl2ENS0_19ModulePageAllocatorELb0EEC2Ev +_ZN9oceanbase8observer15ObSqlEndTransCbC1Ev +_ZN9oceanbase3sql15ObSessionValMapC2ElRKNS_6common18ObWrapperAllocatorE +_ZN9oceanbase3sql20ObOptimizerTraceImplC1Ev +_ZN9oceanbase6common17ObTimeZoneInfoPosC2Ev +_ZN9oceanbase8observer20ObInnerSQLConnection4initEPNS0_24ObInnerSQLConnectionPoolEPNS_5share6schema27ObMultiVersionSchemaServiceEPNS_3sql5ObSqlEPNS0_15ObVTIterCreatorEPNS_6common14ObServerConfigEPNS8_16ObSQLSessionInfoEPNSD_12ObISQLClientEPNS0_20ObRestoreSQLModifierEbb +_ZN9oceanbase3sql16ObSQLSessionInfo4initEjmPNS_6common12ObIAllocatorEPKNS2_11ObTZInfoMapElm +_ZN9oceanbase6common4hash9ObHashMapImNS_5share15ObSequenceValueENS1_19NoPthreadDefendModeENS1_9hash_funcImEENS1_8equal_toImEENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairImS4_EEEELi65ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EE6createElRKNS_3lib7ObLabelESO_mm +_ZN9oceanbase3omt19ObTenantTimezoneMgr12get_instanceEv +_ZN9oceanbase6common4hash11ObHashTableImNS1_11HashMapPairImNS_5share15ObSequenceValueEEENS1_9hash_funcImEENS1_8equal_toImEENS1_10pair_firstIS6_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS6_EELi65ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE6createElPSI_PSL_ +_ZN9oceanbase6common4hash9ObHashMapImPNS_2pl16ObPLPackageStateENS1_19NoPthreadDefendModeENS1_9hash_funcImEENS1_8equal_toImEENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairImS5_EEEELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EE6createElRKNS_3lib7ObLabelESP_mm +_ZN9oceanbase6common4hash9do_createIPNS1_17ObHashTableBucketINS1_11HashMapPairImPNS_2pl16ObPLPackageStateEEENS1_5NLockENS1_5NCondEEENS0_8ObMallocEEEiRT_lllNS1_16NormalPointerTagERT0_ +_ZN9oceanbase6commonL13parse_versionEPKcPml.61d1885c38c5cddde571b3feb2b6fe43.llvm.15465586456482275136 +_ZN9oceanbase6common4hash9do_createIPNS1_17ObHashTableBucketINS1_11HashMapPairImNS_5share15ObSequenceValueEEENS1_5NLockENS1_5NCondEEENS0_8ObMallocEEEiRT_lllNS1_16NormalPointerTagERT0_ +_ZN9oceanbase3sql18ObBasicSessionInfo4initEjmPNS_6common12ObIAllocatorEPKNS2_11ObTZInfoMapE +_ZN9oceanbase6common18ObWrapperAllocator5allocEl +_ZN9oceanbase3sql18ObBasicSessionInfo17set_session_stateENS0_17ObSQLSessionStateE +_ZN9oceanbase6common4hash11ObHashTableINS0_8ObStringENS1_11HashMapPairIS3_NS_3sql17ObSessionVariableEEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS7_EENS0_17ObPooledAllocatorINS1_15ObHashTableNodeIS7_EENS0_18ObWrapperAllocatorENS0_10ObNullLockEEENS1_19NoPthreadDefendModeENS1_13NormalPointerESH_Ll1EE6createElPSJ_PSH_ +_ZN9oceanbase3sql18ObBasicSessionInfo18set_session_state_ENS0_17ObSQLSessionStateE +_ZN9oceanbase8observer20ObInnerSQLConnection17init_session_infoEPNS_3sql16ObSQLSessionInfoEbbb +_ZN9oceanbase6common12ObStringBufTINS0_19ModulePageAllocatorENS0_9PageArenaIcS2_EEE12write_stringERKNS0_8ObStringEPS6_ +_ZN9oceanbase3sql18ObBasicSessionInfo13switch_tenantEm +_ZN9oceanbase3sql18ObBasicSessionInfo11init_tenantERKNS_6common8ObStringEm +_ZN9oceanbase3sql18ObBasicSessionInfo14reset_timezoneEv +_ZN9oceanbase3sql18ObBasicSessionInfo31process_session_time_zone_valueERKNS_6common5ObObjEb +_ZNK9oceanbase3sql18ObBasicSessionInfo16get_sys_variableENS_5share17ObSysVarClassTypeERNS_6common5ObObjE +_ZN9oceanbase3sql18ObBasicSessionInfo20set_default_databaseERKNS_6common8ObStringENS2_15ObCollationTypeE +_ZN9oceanbase6common16ObFixedArrayImplIPNS_4palf17LogIOFlushLogTaskENS0_12ObIAllocatorEE9push_backERKS4_ +_ZZN9oceanbase4palf11LogIOWorker25BatchLogIOFlushLogTaskMgr6handleElPNS0_12IPalfEnvImplEENK5$_895clEPKc.1598dc2348996c1ae1caea6120522988 +_ZN9oceanbase3omt19ObTenantTimezoneMgr23refresh_tenant_timezoneEm +_ZN9oceanbase6common15ObKVGlobalCache12get_instanceEv +_ZN9oceanbase8observer20ObInnerSQLConnection19execute_write_innerEmRKNS_6common8ObStringERlbPKNS2_6ObAddrE +_ZN9oceanbase8observer16ObInnerSQLResultD2Ev +_ZN9oceanbase8observer16ObInnerSQLResult5closeEv +_ZN9oceanbase5share6schema15ObSchemaMgrInfoD1Ev +_ZN9oceanbase5share6schema15ObSchemaMgrInfoD2Ev +_ZN9oceanbase5share6schema17ObSchemaMgrHandle5resetEv +_ZN9oceanbase6common4hash9ObHashMapINS0_8ObStringElNS1_19NoPthreadDefendModeENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairIS3_lEEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EED2Ev +_ZN9oceanbase6common4hash11ObHashTableINS0_8ObStringENS1_11HashMapPairIS3_lEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS5_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS5_EELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv +_ZN9oceanbase6common4hash13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairINS0_8ObStringElEEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEED2Ev +_ZN9oceanbase8observer16ObInnerSQLResult11inner_closeEv +_ZN9oceanbase6common4hash13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairINS0_8ObStringElEEEELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEE4freeEPS7_ +_ZNK9oceanbase6common10ObTabletID9serializeEPclRl +_ZN9oceanbase6common11ObArrayImplINS_3sql17ObChunkDatumStore15BlockBufferWrapENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_22NotImplementItemEncodeIS4_EEE7destroyEv +_ZNK9oceanbase6common10ObFunctionIFbPNS_8memtable16ObITransCallbackEEE7DerivedIZNS2_16ObTxCallbackList36remove_callbacks_for_remove_memtableEPNS2_11ObIMemtableENS_5share3SCNEE5$_221E4copyERNS0_12ObIAllocatorEPv.0340b0f4925be2641495b31f3f56bf33 +_ZN9oceanbase6common4hash11ObHashTableImNS1_11HashMapPairImNS1_11HashNullObjEEENS1_9hash_funcImEENS1_8equal_toImEENS1_10pair_firstIS5_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS5_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv _ZN9oceanbase10logservice11coordinator20ElectionPriorityImpl11deserializeEPKclRl -_ZNK9oceanbase10logservice11coordinator20ElectionPriorityImpl12compare_withERKNS_4palf8election16ElectionPriorityERiRNS_6common14ObStringHolderE -_ZN9oceanbase6common7obtuple15ObTupleBaseBaseIJNS_10logservice11coordinator10PriorityV0ENS4_10PriorityV1EEE13ForEachHelperILi0ERNS4_25GetClosestVersionPriorityEE7iterateERKSt5tupleIJS5_S6_EESA_ -_ZNK9oceanbase10logservice11coordinator10PriorityV17compareERKNS1_16AbstractPriorityERiRNS_6common14ObStringHolderE -_ZN9oceanbase10logservice11coordinator10PriorityV011deserializeEPKclRl -_ZN9oceanbase10logservice11coordinator10PriorityV012deserialize_EPKclRl +_ZN9oceanbase6common5occam26ObOccamTimeGuardDetectHungD2Ev +_ZN9oceanbase6common5occam16ObOccamTimeGuardD2Ev _ZN9oceanbase10logservice11coordinator10PriorityV111deserializeEPKclRl _ZN9oceanbase10logservice11coordinator10PriorityV121deserialize_dispatch_EPKclRlSt17integral_constantIbLb0EE -_ZN9oceanbase10logservice11coordinator10PriorityV112deserialize_EPKclRl -_ZN9oceanbase6common11ObArrayImplINS_10logservice11coordinator12FailureEventENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_17DefaultItemEncodeIS4_EEE16prepare_allocateEl -_ZNK9oceanbase7storage18ObTabletTableStore21need_remove_old_tableElRb -_ZZN9oceanbase8observer28init_srv_xlator_for_executorEPNS0_14ObSrvRpcXlatorEEN6$_15198__invokeERKNS0_15ObGlobalContextERPNS_3rpc5frame14ObReqProcessorERNS_5obrpc19ObRpcSessionHandlerE.4993347bc18636af120d9542b56e15f4 -_ZN9oceanbase3sql13ObExecContextC1ERNS_6common12ObIAllocatorE -_ZN9oceanbase3sql13ObExecContextC2ERNS_6common12ObIAllocatorE -_ZN9oceanbase3sql23ObRpcRemoteSyncExecuteP4initEv -_ZN9oceanbase3sql13ObExecContext24create_physical_plan_ctxEv -_ZN9oceanbase6common9ObScanner4initEv -_ZN9oceanbase6common9ObScannerC1EPKcPNS0_12ObIAllocatorElmb -_ZN9oceanbase3sql15ObSessionValMapC1Ev +_ZN9oceanbase10logservice11coordinator10PriorityV011deserializeEPKclRl +_ZN9oceanbase6common13ObLinkHashMapINS_3sql14SessionInfoKeyENS2_16ObSQLSessionInfoENS2_15ObSQLSessionMgr10ValueAllocENS0_9RefHandleELl8EE3mapINS8_8HandleOnINS5_19CheckSessionFunctorEEEEEiRT_ +_ZN9oceanbase6common13ObLinkHashMapINS_3sql14SessionInfoKeyENS2_16ObSQLSessionInfoENS2_15ObSQLSessionMgr10ValueAllocENS0_9RefHandleELl8EE8HandleOnINS5_19CheckSessionFunctorEEclERS3_PS4_ +_ZN9oceanbase3sql18ObBasicSessionInfo10is_timeoutERb +_ZN9oceanbase6common11smart_allocElPKc +_ZNK9oceanbase6common10ObFunctionIFvvEE7DerivedIZNS0_5occam17ObOccamThreadPool11commit_taskILNS5_13TASK_PRIORITYE1ERNS5_16ObOccamTimerTask11TaskWrapperEJEEEiRNS0_8ObFutureINSt9result_ofIFT0_DpT1_EE4typeEEEOSE_DpOSF_EUlvE_E4copyERNS0_12ObIAllocatorEPv +_ZN9oceanbase6common11ObArrayImplIPNS_7storage4ObLSENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_22NotImplementItemEncodeIS4_EEE10extend_bufEl +_ZN9oceanbase8memtable33ObRemoveSyncCallbacksWCondFunctorC2ERKNS_6common10ObFunctionIFbPNS0_16ObITransCallbackEEEES9_bb +_ZNK9oceanbase6common10ObFunctionIFbPNS_8memtable16ObITransCallbackEEE7DerivedIZNS2_16ObTxCallbackList36remove_callbacks_for_remove_memtableEPNS2_11ObIMemtableENS_5share3SCNEE5$_220E4copyERNS0_12ObIAllocatorEPv.0340b0f4925be2641495b31f3f56bf33 +_ZN9oceanbase5share11ObShareUtil23set_default_timeout_ctxERNS_6common12ObTimeoutCtxEl +_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl128ENS0_19ModulePageAllocatorELb0EE7destroyEv +lnprintf +_ZN9oceanbase6common10ObObjStoreIPNS_3sql9ObKeyPartERNS0_12ObIAllocatorELb0EED2Ev +_ZN9oceanbase6common13ObSEArrayImplIlLl8ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZNK9oceanbase6common4hash18ObPointerHashArrayINS_5share6schema13ObColumnIdKeyEPNS4_16ObColumnSchemaV2ENS4_14ObGetColumnKeyEE14get_refactoredERKS5_RS7_ _ZN9oceanbase5share6schema19ObSchemaGetterGuard28get_outline_info_with_sql_idEmmRKNS_6common8ObStringERPKNS1_13ObOutlineInfoE -_ZNK9oceanbase6common4hash18ObPointerHashArrayINS_5share6schema25ObOutlineSqlIdHashWrapperEPNS4_21ObSimpleOutlineSchemaENS4_17ObGetOutlineKeyV3EE21placement_hash_searchERKS5_Rl -_ZN9oceanbase3sql17ObPhysicalPlanCtxD1Ev -_ZN9oceanbase3sql17ObPhysicalPlanCtxD2Ev -_ZN9oceanbase6common9Ob2DArrayINS_3sql15ObDatumObjParamELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS3_Ll1ES4_Lb0EEEED2Ev -_ZN9oceanbase3sql16ObDASSyncAccessP13after_processEi -_ZN9oceanbase6common11ObArrayImplINS_5share16ObCoreTableProxy3RowENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_22NotImplementItemEncodeIS4_EEE9push_backERKS4_ -_ZN9oceanbase6common16ObFixedArrayImplINS_7storage19ObSSTableReadHandleENS0_12ObIAllocatorEE16prepare_allocateEl -_ZN9oceanbase6common16ObFixedArrayImplINS_3sql15ObTableRowCountENS0_12ObIAllocatorEE7reserveEl -_ZN9oceanbase6common16ObFixedArrayImplINS_3sql15ObTableRowCountENS0_12ObIAllocatorEE4initEl -_ZN9oceanbase3sql13ObTableLockOp18inner_get_next_rowEv -_ZN9oceanbase3sql8ObDASRef16execute_all_taskEv -_ZN9oceanbase12blocksstable9ObSSTable4scanERKNS_7storage16ObTableIterParamERNS2_20ObTableAccessContextERKNS0_12ObDatumRangeERPNS2_18ObStoreRowIteratorE -_ZN9oceanbase7storage31ObSSTableMultiVersionRowScanner10inner_openERKNS0_16ObTableIterParamERNS0_20ObTableAccessContextEPNS0_8ObITableEPKv -_ZN9oceanbase7storage19ObSSTableRowScanner10inner_openERKNS0_16ObTableIterParamERNS0_20ObTableAccessContextEPNS0_8ObITableEPKv -_ZZN9oceanbase12blocksstable22ObIndexBlockRowScanner12locate_rangeERKNS0_12ObDatumRangeEbbENK5$_824clEPKc.79c84811dffcee7ee47b268264023dc2.llvm.17123166546688693188 -_ZN9oceanbase7storage13ObHandleCacheINS_12blocksstable20ObMicroBlockCacheKeyENS0_22ObMicroBlockDataHandleELl64EEC2Ev -_ZN9oceanbase7storage30ObIndexTreeMultiPassPrefetcher19try_add_query_rangeERNS1_22ObIndexTreeLevelHandleE -_ZN9oceanbase7storage30ObIndexTreeMultiPassPrefetcher22ObIndexTreeLevelHandle8prefetchERKNS0_15ObTableReadInfoERKNS_12blocksstable13ObDatumRowkeyElRS1_ -_ZN9oceanbase7storage23ObReallocatedFixedArrayINS0_30ObIndexTreeMultiPassPrefetcher22ObIndexTreeLevelHandleEE18prepare_reallocateEl -_ZN9oceanbase7storage30ObIndexTreeMultiPassPrefetcher19prefetch_micro_dataEv -_ZN9oceanbase7storage21ObIndexTreePrefetcher19prefetch_block_dataERNS_12blocksstable16ObMicroIndexInfoERNS0_22ObMicroBlockDataHandleEb -_ZN9oceanbase12blocksstable18ObMacroBlockHandle5resetEv -_ZN9oceanbase12blocksstable18ObIMicroBlockCache15get_cache_blockEmNS0_12MacroBlockIdEllRNS0_24ObMicroBlockBufferHandleE -_ZN9oceanbase7storage30ObIndexTreeMultiPassPrefetcher22ObIndexTreeLevelHandle7forwardERKNS0_15ObTableReadInfoERKNS_12blocksstable13ObDatumRowkeyE -_ZNK9oceanbase12blocksstable13ObDatumRowkey7compareERKS1_RKNS0_19ObStorageDatumUtilsERi -_ZN9oceanbase12blocksstableL21nonext_nonext_compareERKNS0_14ObStorageDatumES3_RKNS_6common9ObCmpFuncERi.8f1e732d6655d093e942b32e16c602d8.llvm.8460120496997391948 -_ZN9oceanbase6common20ObNullSafeDatumTCCmpILNS0_14ObObjTypeClassE1ELS2_1ELb1EE3cmpERKNS0_7ObDatumES6_ -_ZN9oceanbase5share6schema19ObSchemaGetterGuard23get_sys_variable_schemaEmRPKNS1_19ObSysVariableSchemaE -_ZZN9oceanbase5share6schema19ObSchemaGetterGuard20get_from_local_cacheINS1_19ObSysVariableSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_ENKUlPKcE1_clESB_ -_ZN9oceanbase5share6schema19ObSchemaGetterGuard10get_schemaINS1_19ObSysVariableSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_l -_ZZN9oceanbase5share6schema19ObSchemaGetterGuard18get_schema_versionENS1_12ObSchemaTypeEmmRlENK6$_1202clEPKc.a6efbaab9d7140ca03b63e06bec6f512 -_ZN9oceanbase3omt17ObTenantConfigMgr18get_lease_responseERNS_5share15ObLeaseResponseE -_ZN9oceanbase6common6ObCond9timedwaitEl -_ZN9oceanbase5obrpc14ObTxKeepaliveP7processEv -_ZN9oceanbase11transaction14ObTxExecResultD1Ev -_ZN9oceanbase11transaction11ObGtsSource10update_gtsENS0_11MonotonicTsElS2_Rb -_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema18ObSchemaObjVersionENS0_12ObIAllocatorEE7reserveEl -_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema18ObSchemaObjVersionENS0_12ObIAllocatorEE4initEl -_ZN9oceanbase6common11ObArrayImplINS_5share8ObLSInfoENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE9push_backERKS3_ -_ZN9oceanbase6common11ObArrayImplINS_5share11ObLSReplicaENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEEaSERKS9_ -_ZN9oceanbase6common11ObArrayImplINS_5share11ObLSReplicaENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEE7reserveEl -_ZN9oceanbase6common11ObArrayImplINS_5share11ObLSReplicaENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEE7destroyEv -_ZN9oceanbase6common16construct_assignINS_5share11ObLSReplicaEEEiRT_RKS4_ -_ZN9oceanbase7storage30ObSSTableMultiVersionRowGetterC2Ev -_ZN9oceanbase7storage19ObSSTableRowScannerC2Ev +_ZNK9oceanbase5share6schema12ObOutlineMgr30get_outline_schema_with_sql_idEmmRKNS_6common8ObStringERPKNS1_21ObSimpleOutlineSchemaE +_ZNK9oceanbase6common4hash18ObPointerHashArrayINS_5share6schema25ObOutlineSqlIdHashWrapperEPNS4_21ObSimpleOutlineSchemaENS4_17ObGetOutlineKeyV3EE14get_refactoredERKS5_RS7_ +_ZN9oceanbase3lib13ObResourceMgr7dec_refEPNS0_19ObTenantResourceMgrE +_ZN9oceanbase10logservice12ObLogService13get_palf_roleERKNS_5share6ObLSIDERNS_6common6ObRoleERl +_ZN9oceanbase6common15ObBaseLogWriter9flush_logEv +_ZN9oceanbase6common15ObBaseLogWriter12do_flush_logEv +_ZN9oceanbase11transaction11ObGtsSource17handle_gts_resultEml +_ZN9oceanbase7storage8ObTablet26update_upper_trans_versionERNS0_4ObLSERb +_ZN9oceanbase3sql24ObPxTenantTargetMonitorP7processEv +_ZN9oceanbase3sql23ObPxTenantTargetMonitor8get_roleERNS_6common6ObRoleE +_ZNSt17_Function_handlerIFiRN9oceanbase6common10ObLDHandleEEZNS0_5share25get_tenant_base_with_lockEmS3_RPNS5_12ObTenantBaseERSt8functionIS4_EE4$_13E9_M_invokeERKSt9_Any_dataS3_.dffa7baff4f06077efbca9bde9102f22 +_ZNK9oceanbase10logservice12ObLogService16check_palf_existERKNS_5share6ObLSIDERb +_ZN9oceanbase4palf15PalfHandleGuardD2Ev +_ZN9oceanbase4palf7PalfEnv5closeERNS0_10PalfHandleE +_ZN9oceanbase4palf10PalfHandle23unregister_file_size_cbEv +_ZZN9oceanbase4palf10PalfHandle23unregister_file_size_cbEvENK5$_841clEPKc.0e4bf25207570af14a78557c8489c4fc.llvm.3435164638732294222 +_ZN9oceanbase4palf10PalfHandle25unregister_role_change_cbEv +_ZZN9oceanbase4palf10PalfHandle21unregister_rebuild_cbEvENK5$_851clEPKc.0e4bf25207570af14a78557c8489c4fc.llvm.3435164638732294222 +_ZZN9oceanbase4palf10PalfHandle25unregister_role_change_cbEvENK5$_846clEPKc.0e4bf25207570af14a78557c8489c4fc.llvm.3435164638732294222 +_ZN9oceanbase4palf10PalfHandle21unregister_rebuild_cbEv +_ZN9oceanbase6common13ObLinkHashMapINS0_9ObIntWarpENS_3sql11ObPxResInfoENS3_13ObPxInfoAllocENS0_9RefHandleELl8EE3getERKS2_RPS4_ +_ZN9oceanbase4palf7PalfEnv4openElRNS0_10PalfHandleE +_ZN9oceanbase10logservice12ObLogService9open_palfERKNS_5share6ObLSIDERNS_4palf15PalfHandleGuardE +_ZN9oceanbase5share25_make_tenant_switch_guardEv +_ZN9oceanbase6common6DCHashINS0_9ObIntWarpELl8EE3getERKS2_RPNS0_11KeyHashNodeIS2_EE +_ZN9oceanbase6common6DCHashINS0_9ObIntWarpELl8EE6Handle10search_preEmRPNS0_8HashNodeE +_ZN9oceanbase6common6DCHashINS0_9ObIntWarpELl8EE6Handle6retireEil +_ZN9oceanbase6common13ObSEArrayImplINS_12blocksstable13ObDatumRowkeyELl8ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZNK9oceanbase4palf8election18ElectionMsgDebugTs19get_serialize_size_Ev +_ZN9oceanbase7storage17ObHandleCacheNodeINS_12blocksstable20ObMicroBlockCacheKeyENS0_22ObMicroBlockDataHandleEED2Ev +_ZN9oceanbase12blocksstable18ObMacroBlockHandleD1Ev +easy_connection_do_client.8d7a091449e6908669a41293537a4cf4 +_ZN9oceanbase6common13ObSEArrayImplINS_10logservice11coordinator12FailureEventELl3ENS0_19ModulePageAllocatorELb0EE11deserializeEPKclRl +_ZN9oceanbase8observer20ObInnerSQLConnection16is_local_executeElm +_ZZN9oceanbase3sql13ObCmdExecutor7executeERNS0_13ObExecContextERNS0_6ObICmdEENK4$_20clEv.9f50165c44148c1c108cb64accd07fe7 +_ZN9oceanbase11transaction12ObLSTxCtxMgr22check_scheduler_statusERNS_5share3SCNERNS0_17MinStartScnStatusE +_ZN9oceanbase5share6schema19ObSchemaGetterGuard31get_outline_info_with_signatureEmmRKNS_6common8ObStringERPKNS1_13ObOutlineInfoE +_ZNK9oceanbase5share6schema12ObOutlineMgr33get_outline_schema_with_signatureEmmRKNS_6common8ObStringERPKNS1_21ObSimpleOutlineSchemaE +_ZN9oceanbase6common16ObArenaAllocator5resetEv +_ZN9oceanbase6common10ObTabletID11deserializeEPKclRl +_ZN9oceanbase3sql11ObDASScanOp10release_opEv +_ZN9oceanbase7storage15ObAccessService16revert_scan_iterEPNS_6common16ObNewRowIteratorE +_ZN9oceanbase6common22get_server_object_poolINS_7storage19ObTableScanIteratorEEERNS0_18ObServerObjectPoolIT_EEv +_ZN9oceanbase7storage19ObTableScanIterator5resetEv +_ZN9oceanbase7storage13ObSingleMergeD2Ev +_ZN9oceanbase12blocksstable10ObDatumRowD1Ev +_ZN9oceanbase12blocksstable10ObDatumRowD2Ev +_ZN9oceanbase6common13ObSEArrayImplINS_12blocksstable12ObDatumRangeELl8ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase7storage19ObMultipleScanMergeD1Ev +_ZN9oceanbase7storage19ObMultipleScanMergeD2Ev +_ZN9oceanbase7storage19ObSSTableRowScannerD2Ev +_ZN9oceanbase12blocksstable34ObMultiVersionMicroBlockRowScannerD2Ev +_ZN9oceanbase6common16ObFixedArrayImplINS_7storage30ObIndexTreeMultiPassPrefetcher22ObIndexTreeLevelHandleENS0_12ObIAllocatorEED2Ev +_ZN9oceanbase7storage21ObIndexTreePrefetcherD2Ev +_ZN9oceanbase7storage30ObSSTableMultiVersionRowGetterD2Ev +_ZN9oceanbase7storage15ObGetTableParamD2Ev +_ZN9oceanbase7storage17ObLSTabletService10table_scanERNS0_19ObTableScanIteratorERNS0_16ObTableScanParamE +_ZNK9oceanbase7storage16ObTableScanParam8is_validEv +_ZN9oceanbase7storage17ObLSTabletService16inner_table_scanERNS0_14ObTabletHandleERNS0_19ObTableScanIteratorERNS0_16ObTableScanParamE +_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl2ENS0_19ModulePageAllocatorELb0EE6assignERKNS0_8ObIArrayIS2_EE +_ZN9oceanbase7storage21ObTabletBindingHelper23check_snapshot_readableERNS0_14ObTabletHandleEl +_ZNK9oceanbase7storage19ObTabletBindingInfo4typeEv +_ZN9oceanbase7storage19ObTableScanIterator4initERNS0_16ObTableScanParamERKNS0_14ObTabletHandleE +_ZN9oceanbase7storage16ObTableScanRange12always_falseERKNS_6common10ObNewRangeERb +_ZNK9oceanbase6common5ObObj32check_collation_free_and_compareERKS1_Ri +_ZN9oceanbase6common13ObObjCmpFuncs8cmp_funcILNS0_14ObObjTypeClassE10ELS3_10EEEiRKNS0_5ObObjES6_RKNS0_12ObCompareCtxE +_ZNK9oceanbase5share3SCN14get_val_for_txEb +_ZN9oceanbase7storage18ObTableAccessParam4initERKNS0_16ObTableScanParamERKNS0_14ObTabletHandleE +_ZN9oceanbase6common9ObCharset8strcmpspENS0_15ObCollationTypeEPKclS4_lb +_ZN9oceanbase7storage19ObTableScanIterator9open_iterEv +_ZN9oceanbase12blocksstable10ObDatumRow4initERNS_6common12ObIAllocatorEl +_ZN9oceanbase7storage15ObMultipleMerge4initERKNS0_18ObTableAccessParamERNS0_20ObTableAccessContextERKNS0_15ObGetTableParamE +_ZN9oceanbase6common13ObSEArrayImplINS_5share6schema9ObColDescELl32ENS0_19ModulePageAllocatorELb0EE9push_backERKS4_ +_ZNK9oceanbase8memtable10ObMemtable8is_emptyEv +_ZN9oceanbase7storage20ObRow2ExprsProjector4initERKNS_6common8ObIArrayIPNS_3sql6ObExprEEERNS4_18ObPushdownOperatorERKNS3_IiEE +_ZN9oceanbase7storage15ObMultipleMerge28prepare_tables_from_iteratorERNS0_20ObTableStoreIteratorEPKNS_6common10SampleInfoE +_ZNK9oceanbase12blocksstable9ObSSTable8is_emptyEv +_ZN9oceanbase7storage15ObMultipleMerge4openEv +_ZN9oceanbase6common13ObSEArrayImplINS_7storage20ObRow2ExprsProjector4ItemELl4ENS0_19ModulePageAllocatorELb0EE7reserveEl +_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl2ENS0_19ModulePageAllocatorELb0EE7reserveEl +_ZN9oceanbase7storage18ObLobLocatorHelper4initERKNS0_16ObTableScanParamERKNS0_10ObStoreCtxERKNS_5share6ObLSIDEl +_ZN9oceanbase7storage17ObLSTabletService24prepare_scan_table_paramERNS0_16ObTableScanParamERNS_5share6schema27ObMultiVersionSchemaServiceE +_ZN9oceanbase7storage16ObTableScanRange11init_rangesERKNS_6common8ObIArrayINS2_10ObNewRangeEEERKNS2_11ObQueryFlagEPKNS_12blocksstable19ObStorageDatumUtilsE +_ZNK9oceanbase6common10ObNewRange5emptyEv +_ZN9oceanbase6common13ObObjCmpFuncs16compare_nullsafeERKNS0_5ObObjES4_NS0_15ObCollationTypeE +_ZN9oceanbase6common11to_hex_cstrEPKvlPcl +_ZNK10__cxxabiv117__class_type_info12__do_dyncastElNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE +_ZN9oceanbase4palf17LogRequestHandler14handle_requestINS0_8election24ElectionAcceptRequestMsgEEEilRKNS_6common6ObAddrERKT_ +_ZN9oceanbase4palf8election12ElectionImpl14handle_messageERKNS1_24ElectionAcceptRequestMsgE +_ZN9oceanbase4palf8election12ElectionImpl17refresh_priority_Ev +_ZNK9oceanbase4palf8election12ElectionImpl5send_ERKNS1_25ElectionAcceptResponseMsgE +_ZN9oceanbase10logservice11coordinator20ElectionPriorityImpl7refreshEv +_ZN9oceanbase10logservice11coordinator10PriorityV18refresh_ERKNS_5share6ObLSIDE +_ZN9oceanbase6common5occam26ObOccamTimeGuardDetectHung5clickEt +_ZN9oceanbase10logservice11coordinator17ObFailureDetector25get_specified_level_eventENS1_12FailureLevelERNS_6common8ObIArrayINS1_12FailureEventEEE +_ZNK9oceanbase4palf12LSNAllocator11get_max_scnEv +_ZZN9oceanbase10logservice11coordinator10PriorityV18get_scn_ERKNS_5share6ObLSIDERNS3_3SCNEENK5$_227clEPKc.1fe7ebfb3940a93c481d824e0f898d99 +_ZN9oceanbase4palf8election16ElectionProposer42reschedule_or_register_prepare_task_after_El +_ZN9oceanbase6common26ObOccamTimerTaskRAIIHandle27remove_task_from_timewheel_Ev +_ZN9oceanbase6common26ObOccamTimerTaskRAIIHandle16reschedule_afterEl +_ZN9oceanbase6common13ob_create_rowINS0_12ObIAllocatorEEEiRT_lRPNS0_8ObNewRowE +_ZN9oceanbase5share17ObTenantDagWorker4run1Ev +_ZN9oceanbase6common12ObThreadCond7wait_usEm +_ZN9oceanbase3sql9ObLogPlan15select_replicasERNS0_13ObExecContextERKNS_6common8ObIArrayIPKNS0_15ObTableLocationEEERKNS4_6ObAddrERNS5_IPNS0_15ObCandiTableLocEEE +_ZN9oceanbase3sql9ObLogPlan22strong_select_replicasERKNS_6common6ObAddrERNS2_8ObIArrayIPNS0_15ObCandiTableLocEEERbb +_ZN9oceanbase3sql15ObCandiTableLoc17all_select_leaderERbRNS_6common6ObAddrE +_ZN9oceanbase8memtable13ObQueryEngine8IteratorINS_8keybtree16BtreeRawIteratorINS0_20ObStoreRowkeyWrapperEPNS0_9ObMvccRowEEEE13next_internalEb +_ZN9oceanbase4palf8election31ElectionAcceptResponseMsgMiddle12deserialize_EPKclRl +_ZN9oceanbase6common13serialization6decodeIhLl512EEEiPKclRlRAT0__T_ +_ZN9oceanbase4palf16LogConfigVersion11deserializeEPKclRl +_ZN9oceanbase4palf8election18ElectionMsgDebugTs11deserializeEPKclRl +_ZN9oceanbase4palf8election18ElectionMsgDebugTs21deserialize_dispatch_EPKclRlSt17integral_constantIbLb0EE +_ZN9oceanbase4palf8election18ElectionMsgDebugTs12deserialize_EPKclRl +_ZN9oceanbase4palf8election15ElectionMsgBase11deserializeEPKclRl +_ZN9oceanbase4palf8election15ElectionMsgBase21deserialize_dispatch_EPKclRlSt17integral_constantIbLb0EE +_ZN9oceanbase4palf8election15ElectionMsgBase12deserialize_EPKclRl +_ZN9oceanbase6common4hash18ObPointerHashArrayINS_5share6schema24ObTableSchemaHashWrapperEPNS4_21ObSimpleTableSchemaV2ENS4_13GetTableKeyV2EE9set_valueElRKS7_RS7_ +_ZN9oceanbase6common11ObArrayImplINS_5share23ObTabletAutoincIntervalENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEE7destroyEv +_ZN9oceanbase5share6schema17ObPartitionSchemaC2EPNS_6common12ObIAllocatorE +_ZN9oceanbase10logservice12ObLogHandler19get_max_decided_scnERNS_5share3SCNE +_ZN9oceanbase10logservice17ObLogApplyService19get_max_applied_scnERKNS_5share6ObLSIDERNS2_3SCNE +_ZN9oceanbase10logservice13ObApplyStatus19get_max_applied_scnERNS_5share3SCNE +_ZZN9oceanbase10logservice23ObApplyServiceQueueTask22is_snapshot_apply_doneERbENK3$_5clEPKc.d3a41d52a3cfae37a6a74713ee8e7132 +_ZN9oceanbase10logservice13ObApplyStatus22update_last_check_scn_Ev +_ZN9oceanbase10rootserver8DRLSInfo12fill_serversEv _ZN9oceanbase6common15ObLinearHashMapINS_5share14ObCascadMemberENS2_15ObDstServerInfoENS0_14ShareMemMgrTagEE18set_foreach_L_lmt_Ev -_ZNK9oceanbase6common10ObRowStore18get_serialize_sizeEv -_ZN9oceanbase6common11ObLoserTreeINS_7storage24ObScanMergeLoserTreeItemENS2_23ObScanMergeLoserTreeCmpELl80EE13inner_rebuildEv -_ZN9oceanbase6common11ObLoserTreeINS_7storage24ObScanMergeLoserTreeItemENS2_23ObScanMergeLoserTreeCmpELl80EE16get_match_resultElll -_ZN9oceanbase6common11ObArrayImplINS0_7ObTupleIJllbNS2_IJbNS0_14ObStringHolderEEEEbbbEEENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS5_EENS0_22NotImplementItemEncodeIS5_EEE9push_backERKS5_ -_ZN9oceanbase6common4hash11ObHashTableINS0_6ObAddrENS1_11HashMapPairIS3_NS1_11HashNullObjEEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS6_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS6_EELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19ReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE14set_refactoredERKS3_RKS6_iii +_ZN9oceanbase6common13ObSEArrayImplINS_3sql19ObPxTaskMonitorInfoELl1ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZN9oceanbase6common4hash11ObHashTableINS0_6ObAddrENS1_11HashMapPairIS3_NS_3sql17ServerTargetUsageEEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi76ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE14get_refactoredERKS3_RS7_l +_ZN9oceanbase6common11ObArrayImplINS_5share8ObLSInfoENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE9push_backERKS3_ +_ZN9oceanbase6common11ObArrayImplINS_5share11ObLSReplicaENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEE5resetEv +_ZN9oceanbase6common11ObArrayImplINS_5share11ObLSReplicaENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEEaSERKS9_ +_ZN9oceanbase6common15ObBaseLogWriter16flush_log_threadEPv +_ZNK9oceanbase8observer16ObInnerSQLResult13get_timestampEPKcPKNS_6common14ObTimeZoneInfoERl +_ZNK9oceanbase8observer16ObInnerSQLResult13get_timestampElPKNS_6common14ObTimeZoneInfoERl +unw_init_local_common +_ZN9oceanbase7storage15ObMultipleMergeC2Ev +_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdENS2_14ObBlockManager9BlockInfoENS0_14ShareMemMgrTagEE16do_foreach_scan_INS4_26GetPendingFreeBlockFunctorENS7_14DoForeachOnBktIS9_EEEEbmmRT_RT0_ +_ZN9oceanbase6common11ObArrayImplIPNS_7storage4ObLSENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_22NotImplementItemEncodeIS4_EEED2Ev +_ZNK9oceanbase5share6schema13ObTableSchema24get_generated_column_idsERNS_6common8ObIArrayImEE +_ZN9oceanbase11transaction14ObWeakReadUtil35max_stale_time_for_weak_consistencyEml +_ZN9oceanbase6common12ObDedupQueue4run1Ev +_ZN9oceanbase3sql8ObSqlCtxD2Ev +_ZN9oceanbase3sql8ObSqlCtx5resetEv +_ZN9oceanbase6common15ObLinearHashMapINS_5share14ObCascadMemberENS2_15ObDstServerInfoENS0_14ShareMemMgrTagEE16load_access_bkt_EmRPNS6_6BucketE +_ZZNK9oceanbase3sql18ObPxRpcInitSqcArgs10serialize_EPclRlENK4$_53clEPKc.82a31e0e20a735feeca4938f2b31f50c +_ZN9oceanbase11transaction16ObTxRetainCtxMgr7try_gc_EPNS0_24ObIRetainCtxCheckFunctorERbPNS_7storage4ObLSE +_ZZN9oceanbase11transaction16ObTxRetainCtxMgr7try_gc_EPNS0_24ObIRetainCtxCheckFunctorERbPNS_7storage4ObLSEENK6$_1695clEPKc.93feb755617c21c32b229b78773c290c +_ZZN9oceanbase7storage14ObLSWRSHandler38generate_ls_weak_read_snapshot_versionERNS0_4ObLSERbS4_RNS_5share3SCNElENK5$_234clEPKc.d95568170f20f515ba23d039c2565689 +_ZN9oceanbase6common14logdata_printfEPclRlPKcz +ev_timer_stop +_ZN9oceanbase6common4hash9ObHashMapINS0_6ObAddrENS_3sql17ServerTargetUsageENS1_24LatchReadWriteDefendModeENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_13SimpleAllocerINS1_15ObHashTableNodeINS1_11HashMapPairIS3_S5_EEEELi76ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_13NormalPointerENS0_8ObMallocELl1EE17atomic_refactoredIZNS4_23ObPxTenantTargetMonitor23update_peer_target_usedERKS3_lE6$_1460EEiSP_RT_.82a31e0e20a735feeca4938f2b31f50c +_ZNK9oceanbase5share6schema11ObSchemaMgr14get_tenant_idsERNS_6common8ObIArrayImEE +_ZN9oceanbase3sql13ObTableScanOpC1ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE +_ZN9oceanbase3sql13ObTableScanOpC2ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE +_ZN9oceanbase11transaction32ObTenantWeakReadServerVersionMgr21update_with_part_infoEmlbbNS_5share3SCNE +_ZN9oceanbase3lib22get_tenant_memory_holdEmm +_ZN9oceanbase3sql20ObSecurityAuditUtils17check_allow_auditERNS0_16ObSQLSessionInfoERNS0_16ObAuditTrailTypeE +_ZN9oceanbase5obrpc15ObRpcResultCodeD2Ev +_ZN9oceanbase6common16ObKVCacheInstMap13refresh_scoreEv +_ZN9oceanbase7storage15ObTableReadInfo5resetEv +_ZN9oceanbase6common16ObFixedArrayImplINS_3sql17PartParamIdxArrayENS0_12ObIAllocatorEED2Ev +_ZN9oceanbase6common11ObArrayImplIPNS_3sql11ObPxSqcMetaENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_22NotImplementItemEncodeIS4_EEE9push_backERKS4_ +_ZN9oceanbase6common9Ob2DArrayIjLi2044ENS0_19ModulePageAllocatorELb0ENS0_9ObSEArrayIPjLl64ES2_Lb0EEEE7destroyEv +_ZNK9oceanbase7storage16ObUndoStatusList10is_containEl +_ZN9oceanbase6common13serialization11EnumEncoderILb0EPNS_3sql6ObExprEE6decodeEPKclRlRS5_ +_ZN9oceanbase8observer20ObInnerSQLConnection12execute_readElmRKNS_6common8ObStringERNS2_12ObISQLClient10ReadResultEbPKNS2_6ObAddrE +_ZN9oceanbase8observer20ObInnerSQLConnection19set_session_timeoutEll +_ZNK9oceanbase3omt13ObMultiTenant19is_available_tenantEm +_ZN9oceanbase3omt8ObTenant8get_unitEv +_ZN9oceanbase8observer16ObInnerSQLResult4initEb +_ZN9oceanbase3omt8ObTenant6unlockERNS_6common10ObLDHandleE +_ZN9oceanbase8observer20ObInnerSQLConnection13switch_tenantEm +_ZN9oceanbase3sql18ObBasicSessionInfo8set_userERKNS_6common8ObStringES5_m +_ZN9oceanbase3omt8ObTenant17get_create_statusEv +_ZN9oceanbase3lib17__MemoryContext__14create_contextIJRNS0_12ContextParamEPNS0_10StaticInfoEEEEiRNS0_13MemoryContextERKNS0_11DynamicInfoEDpOT_ +_ZN9oceanbase8observer16ObInnerSQLResultC2ERNS_3sql16ObSQLSessionInfoE +_ZN9oceanbase3sql18ObBasicSessionInfo20set_query_start_timeEl +_ZN9oceanbase8observer20ObInnerSQLConnection5queryERNS_6common9sqlclient11ObIExecutorERNS0_16ObInnerSQLResultEPNS0_29ObVirtualTableIteratorFactoryE +_ZN9oceanbase8observer20ObInnerSQLConnection12TimeoutGuardD2Ev +_ZN9oceanbase8observer20ObInnerSQLConnection11set_timeoutERl +_ZN9oceanbase5share12ObUnitConfigC1ERKS1_ +_ZN9oceanbase8observer20ObInnerSQLConnection8do_queryERNS_6common9sqlclient11ObIExecutorERNS0_16ObInnerSQLResultE +_ZN9oceanbase8observer20ObInnerSQLConnection18ObSqlQueryExecutor7executeERNS_3sql5ObSqlERNS3_8ObSqlCtxERNS3_11ObResultSetE +_ZN9oceanbase8observer16ObInnerSQLResult4openEv +_ZN9oceanbase3sql18ObBasicSessionInfo19update_sys_variableERKNS_6common8ObStringES5_ +_ZN9oceanbase3sql18ObBasicSessionInfo18store_query_stringERKNS_6common8ObStringE +_ZN9oceanbase3sql18ObBasicSessionInfo19store_query_string_ERKNS_6common8ObStringE +_ZN9oceanbase3sql13ObTableScanOp26inner_get_next_row_for_tscEv +_ZN9oceanbase7storage15ObMultipleMerge12get_next_rowERPNS_12blocksstable10ObDatumRowE +_ZN9oceanbase12blocksstable10ObDatumRow15prepare_new_rowERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEE +_ZN9oceanbase7storage19ObMultipleScanMerge18inner_get_next_rowERNS_12blocksstable10ObDatumRowE +_ZN9oceanbase7storage15ObMultipleMerge22fill_group_idx_if_needERNS_12blocksstable10ObDatumRowE +_ZN9oceanbase7storage13ObSingleMerge18inner_get_next_rowERNS_12blocksstable10ObDatumRowE +_ZN9oceanbase7storage15ObMultipleMerge11project_rowERKNS_12blocksstable10ObDatumRowEPKNS_6common8ObIArrayIiEElRS3_ +_ZZN9oceanbase7storage13ObSingleMerge22get_and_fuse_cache_rowEllRNS_12blocksstable10ObDatumRowERbS5_S5_ENK5$_494clEPKc.60e5f1555e1608e51e89c573dc1497ed _ZN9oceanbase7storage13ObSingleMerge22get_and_fuse_cache_rowEllRNS_12blocksstable10ObDatumRowERbS5_S5_ _ZN9oceanbase7storage9ObRowFuse8fuse_rowERKNS_12blocksstable10ObDatumRowERS3_RNS0_8ObNopPosERbPNS_6common12ObIAllocatorE +_ZZN9oceanbase8memtable10ObMemtable3getERKNS_7storage16ObTableIterParamERNS2_20ObTableAccessContextERKNS_12blocksstable13ObDatumRowkeyERPNS2_18ObStoreRowIteratorEENK5$_115clEPKc.1dd22efca7fa83ae50e8099a04ad3959.llvm.1969766508161633257 +_ZN9oceanbase3sql13ObTableScanOp22do_init_before_get_rowEv +_ZN9oceanbase6common13ObSEArrayImplINS0_10ObNewRangeELl1ENS0_19ModulePageAllocatorELb0EE9push_backERKS2_ +_ZNK9oceanbase3sql12ObQueryRange20get_ss_tablet_rangesERNS_6common12ObIAllocatorERNS0_13ObExecContextERNS2_9ObSEArrayIPNS2_10ObNewRangeELl1ENS2_19ModulePageAllocatorELb0EEERKNS2_20ObDataTypeCastParamsE +_ZN9oceanbase3sql13ObTableScanOp25prepare_single_scan_rangeEl +_ZN9oceanbase6common13ObSEArrayImplIbLl2ENS0_19ModulePageAllocatorELb1EED2Ev +_ZN9oceanbase3sql18ObBasicSessionInfo17create_dtc_paramsEPKS1_ +_ZN9oceanbase6common13ObSEArrayImplIPNS0_10ObNewRangeELl1ENS0_19ModulePageAllocatorELb0EED2Ev +_ZN9oceanbase3sql10ObSQLUtils23extract_pre_query_rangeERKNS0_12ObQueryRangeERNS_6common12ObIAllocatorERNS0_13ObExecContextERNS5_9ObSEArrayIPNS5_10ObNewRangeELl1ENS5_19ModulePageAllocatorELb0EEENSA_IbLl2ESD_Lb1EEERKNS5_20ObDataTypeCastParamsE +_ZN9oceanbase6common16ObFixedArrayImplINS_3sql12ObQueryRange13ExprFinalInfoENS0_12ObIAllocatorEE7destroyEv +_ZZN9oceanbase3sql13ObTableScanOp25prepare_single_scan_rangeElENK5$_181clEPKc.4dcb63e5b90b62777233554860a5c667 +_ZNK9oceanbase3sql12ObQueryRange17get_tablet_rangesERNS_6common12ObIAllocatorERNS0_13ObExecContextERNS2_9ObSEArrayIPNS2_10ObNewRangeELl1ENS2_19ModulePageAllocatorELb0EEERNS7_IbLl2ESA_Lb1EEERKNS2_20ObDataTypeCastParamsE +_ZN9oceanbase3sql10ObSQLUtils24is_same_type_for_compareERKNS_6common9ObObjMetaES5_ +_ZN9oceanbase6common13ObSEArrayImplIPNS0_10ObNewRangeELl1ENS0_19ModulePageAllocatorELb0EE9push_backERKS3_ +_ZN9oceanbase7storage15ObMultipleMerge16process_fuse_rowEbRNS_12blocksstable10ObDatumRowERPS3_ +_ZN9oceanbase7storage15ObMultipleMerge20project2output_exprsERNS_12blocksstable10ObDatumRowES4_ +_ZN9oceanbase3sql10ObOperator10filter_rowERNS0_9ObEvalCtxERKNS_6common8ObIArrayIPNS0_6ObExprEEERb +_ZN9oceanbase7storage18ObLobLocatorHelper5reuseEv +_ZN9oceanbase8memtable21ObMemtableGetIterator4initERKNS_7storage16ObTableIterParamERNS2_20ObTableAccessContextEPNS2_8ObITableEPKv +_ZN9oceanbase7storage19ObSSTableRowScanner18inner_get_next_rowERPKNS_12blocksstable10ObDatumRowE +_ZN9oceanbase12blocksstable34ObMultiVersionMicroBlockRowScanner18inner_get_next_rowERPKNS0_10ObDatumRowE +_ZNK9oceanbase3sql12ObQueryRange27get_result_value_with_rowidERKNS0_9ObKeyPartERNS_6common5ObObjERNS0_13ObExecContextERbPNS5_12ObIAllocatorE +_ZNK9oceanbase3sql12ObQueryRange16get_result_valueERNS_6common5ObObjERNS0_13ObExecContextEPNS2_12ObIAllocatorE +_ZN9oceanbase6common12ob_write_objINS0_12ObIAllocatorEEEiRT_RKNS0_5ObObjERS5_ +_ZN9oceanbase3sql13ObTableScanOp16prepare_das_taskEv +_ZN9oceanbase6common13ObSEArrayImplINS0_10ObNewRangeELl4ENS0_19ModulePageAllocatorELb0EE9push_backERKS2_ +_ZN9oceanbase3sql13ObTableScanOp30cherry_pick_range_by_tablet_idEPNS0_11ObDASScanOpE +_ZN9oceanbase8memtable21ObMemtableGetIterator18inner_get_next_rowERPKNS_12blocksstable10ObDatumRowE +_ZN9oceanbase8memtable9ObReadRow11iterate_rowERKNS_7storage15ObTableReadInfoERKNS_6common13ObStoreRowkeyERNS6_12ObIAllocatorERNS0_20ObIMvccValueIteratorERNS_12blocksstable10ObDatumRowERNS0_11ObNopBitMapERl +_ZN9oceanbase12blocksstable34ObMultiVersionMicroBlockRowScanner24inner_inner_get_next_rowERPKNS0_10ObDatumRowERbS6_S6_ +_ZNK9oceanbase6common10ObFunctionIFiRKNS_7storage8ObTxDataEPNS2_9ObTxCCCtxEEE7DerivedINS2_26ObCleanoutNothingOperationEE4copyERNS0_12ObIAllocatorEPv +_ZNK9oceanbase3sql12ObQueryRange21gen_simple_scan_rangeERNS_6common12ObIAllocatorERNS0_13ObExecContextERNS2_9ObSEArrayIPNS2_10ObNewRangeELl1ENS2_19ModulePageAllocatorELb0EEERNS7_IbLl2ESA_Lb1EEERKNS2_20ObDataTypeCastParamsE +_ZN9oceanbase6common13ObObjCmpFuncs8cmp_funcILNS0_14ObObjTypeClassE24ELS3_11EEEiRKNS0_5ObObjES6_RKNS0_12ObCompareCtxE +_ZN9oceanbase6common13ObObjCmpFuncs8cmp_funcILNS0_14ObObjTypeClassE11ELS3_24EEEiRKNS0_5ObObjES6_RKNS0_12ObCompareCtxE +_ZN9oceanbase6common13ObObjCmpFuncs8cmp_funcILNS0_14ObObjTypeClassE1ELS3_1EEEiRKNS0_5ObObjES6_RKNS0_12ObCompareCtxE +_ZNK9oceanbase6common5ObObj32check_collation_free_and_compareERKS1_ +_ZNK9oceanbase6common8ObRowkeyeqERKS1_ +_ZNK9oceanbase3sql12ObQueryRange20get_single_key_valueEPKNS0_9ObKeyPartERNS0_13ObExecContextERNS1_13ObSearchStateERKNS_6common20ObDataTypeCastParamsEl +_ZN9oceanbase8memtable22ObMemtableScanIterator18inner_get_next_rowERPKNS_12blocksstable10ObDatumRowE +_ZNK9oceanbase8memtable13ObQueryEngine8IteratorINS_8keybtree13BtreeIteratorINS0_20ObStoreRowkeyWrapperEPNS0_9ObMvccRowEEEE13get_iter_flagEv +_ZN9oceanbase8memtable13ObQueryEngine8IteratorINS_8keybtree13BtreeIteratorINS0_20ObStoreRowkeyWrapperEPNS0_9ObMvccRowEEEE11set_versionEl +_ZN9oceanbase7storage19ObSSTableRowScanner19open_cur_data_blockERNS0_19ObSSTableReadHandleE +_ZThn328_N9oceanbase12blocksstable18ObMicroBlockReader4initERKNS0_16ObMicroBlockDataERKNS_7storage15ObTableReadInfoE +_ZN9oceanbase12blocksstable34ObMultiVersionMicroBlockRowScanner4openERKNS0_12MacroBlockIdERKNS0_16ObMicroBlockDataEbb +_ZN9oceanbase6common22ObVirtualTableIterator12get_next_rowEv +_ZN9oceanbase6common7ObDatum8from_objERKNS0_5ObObjENS0_17ObObjDatumMapTypeE +_ZN9oceanbase8memtable22ObMemtableScanIterator12prepare_scanEv +_ZNK9oceanbase8memtable13ObMemtableKey16dup_without_hashINS_6common12ObIAllocatorEEEiRPS1_RT_ +_ZN9oceanbase6common16ObClassAllocatorINS_8memtable13ObQueryEngine8IteratorINS_8keybtree13BtreeIteratorINS2_20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEEEEEE5allocEv +_ZN9oceanbase8keybtree10ObKeyBtreeINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE13set_key_rangeERNS0_13BtreeIteratorIS3_S5_EES3_bS3_bl +_ZN9oceanbase3sql24def_relational_eval_funcINS0_18ObRelationalTCFuncILb1ELNS_6common14ObObjTypeClassE1ELS4_1ELNS3_7ObCmpOpE0EE8DatumCmpEEEiRKNS0_6ObExprERNS0_9ObEvalCtxERNS3_7ObDatumE +_ZN9oceanbase8memtable17ObMvccRowIterator12get_next_rowERPKNS0_13ObMemtableKeyERPNS0_19ObMvccValueIteratorERhb _ZN9oceanbase7storage21ObFuseRowCacheFetcher18get_fuse_row_cacheERKNS_12blocksstable13ObDatumRowkeyERNS2_20ObFuseRowValueHandleE -_ZN9oceanbase6common11DefHashFuncINS0_22DatumStrHashCalculatorILNS0_15ObCollationTypeE45ELb0ENS0_12ObMurmurHashELb0EEEE4hashERKNS0_7ObDatumEm -_ZN9oceanbase11transaction10ObTsWorker9push_taskEmPNS0_16ObTsResponseTaskE -_ZN9oceanbase6common13ObSEArrayImplINS_5share6ObLSIDELl3ENS0_19ModulePageAllocatorELb0EE11deserializeEPKclRl -_ZN9oceanbase7storage15ObMultipleMerge16read_lob_columnsERNS_12blocksstable10ObDatumRowE -_ZN9oceanbase6common4hash11ObHashTableINS_3omt10ObTenantIDENS1_11HashMapPairIS4_PNS3_14ObTenantConfigEEENS1_9hash_funcIS4_EENS1_8equal_toIS4_EENS1_10pair_firstIS8_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS8_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE32internal_get_with_timeout_unsafeERNS1_17ObHashTableBucketIS8_NS1_5NLockENS1_5NCondEEERKS4_RPKS8_l -_ZN9oceanbase6common7ObDatum8from_objERKNS0_5ObObjE -_ZN9oceanbase12blocksstable19ObMicroBlockDecoder14compare_rowkeyERKNS0_13ObDatumRowkeyElRi -_ZNK9oceanbase11transaction8ObTxPart19get_serialize_size_Ev +_ZN9oceanbase12blocksstable34ObMultiVersionMicroBlockRowScanner4initERKNS_7storage16ObTableIterParamERNS2_20ObTableAccessContextEPKNS0_9ObSSTableE +_ZN9oceanbase3sql12ObQueryRange17get_tablet_rangesERNS_6common9ObSEArrayIPNS2_10ObNewRangeELl1ENS2_19ModulePageAllocatorELb0EEERNS3_IbLl2ES6_Lb1EEERKNS2_20ObDataTypeCastParamsE +_ZN9oceanbase3sql12ObQueryRange13ObSearchState17init_search_stateElbm +_ZN9oceanbase6common14ObStringHolder11deserializeEPKclRl +_ZN9oceanbase6common15ob_alloc_sharedINS0_6future12ObFutureBaseIbE11FutureBlockEJELb1EEEiRNS0_13ObSharedGuardIT_EERNS0_12ObIAllocatorE +_ZZN9oceanbase10logservice19ObRemoteFetchWorker11foreach_ls_ERKNS_5share6ObLSIDEENK5$_216clEPKc.ea47d2e9f0bc26d694b944d9a8745051 +_ZN9oceanbase3sql17ObChunkDatumStore8Iterator12get_next_rowERPKNS1_9StoredRowE +_ZN9oceanbase3sql17ObChunkDatumStore13ChunkIterator15load_next_chunkERNS1_11RowIteratorE +_ZN9oceanbase7storage19ObTabletBindingInfo9deep_copyEPKNS_8memtable22ObIMultiSourceDataUnitEPNS_6common12ObIAllocatorE +_ZN9oceanbase11transaction10ObTxCtxMgr33remove_callback_for_uncommited_txERKNS_5share6ObLSIDEPNS_8memtable10ObMemtableE +_ZZN9oceanbase4palf22BatchLogIOFlushLogTask9push_backEPNS0_17LogIOFlushLogTaskEENK5$_820clEPKc.1598dc2348996c1ae1caea6120522988 +_ZN9oceanbase5share6schema21ObSimpleTableSchemaV25resetEv +_ZN9oceanbase5share6schema8ObSchema5resetEv +_ZN9oceanbase5share6schema17ObPartitionOption5reuseEv +_ZNK9oceanbase3sql17ObChunkDatumStore9StoredRow7to_exprERKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxEl _ZN9oceanbase6common16ObKVCacheInstMap20print_all_cache_infoEv _ZN9oceanbase6common16ObKVCacheInstMap23print_tenant_cache_infoEm -_ZN9oceanbase7storage15ObTableReadInfoD1Ev -_ZN9oceanbase7storage15ObTableReadInfoD2Ev -_ZN9oceanbase12blocksstable19ObStorageDatumUtilsD1Ev -_ZNK9oceanbase3sql10ObTempExpr4evalERNS0_13ObExecContextERKNS_6common8ObNewRowERNS4_5ObObjE -_ZN9oceanbase6common23ObSingleConnectionProxy7connectEmPNS0_12ObISQLClientE -_ZN9oceanbase8observer24ObInnerSQLConnectionPool21add_to_used_conn_listEPNS0_20ObInnerSQLConnectionE -_ZN9oceanbase5share17ObLSTableIterator4nextERNS0_8ObLSInfoE -_ZN9oceanbase14dbms_scheduler24ObDBMSSchedTableOperator12extract_infoERNS_6common9sqlclient13ObMySQLResultElbRNS2_12ObIAllocatorERNS0_18ObDBMSSchedJobInfoE -_ZNK9oceanbase8observer16ObInnerSQLResult7get_intElRl -_ZNK9oceanbase8observer16ObInnerSQLResult11get_varcharEPKcRNS_6common8ObStringE -_ZNK9oceanbase8observer16ObInnerSQLResult7get_objElRPKNS_6common5ObObjE -_ZNK9oceanbase8observer16ObInnerSQLResult11get_varcharElRNS_6common8ObStringE -_ZNK9oceanbase8observer16ObInnerSQLResult7get_objEPKcRNS_6common5ObObjE -_ZN9oceanbase7storage17ObHandleCacheNodeINS_12blocksstable20ObMicroBlockCacheKeyENS0_22ObMicroBlockDataHandleEED2Ev -_ZN9oceanbase6common4hash11ObHashTableINS0_6ObAddrENS1_11HashMapPairIS3_PNS0_7ObArrayINS_10rootserver13ObUnitManager10ObUnitLoadENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS8_EENS0_22NotImplementItemEncodeIS8_EEEEEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstISG_EENS1_13SimpleAllocerINS1_15ObHashTableNodeISG_EELi89ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE14get_refactoredERKS3_RSG_l -_ZN9oceanbase3sql18ObBasicSessionInfo20update_timezone_infoEv -_ZN9oceanbase6common12ObLatchMutex4waitElj -_ZN9oceanbase7storage23ObScanMergeLoserTreeCmp3cmpERKNS0_24ObScanMergeLoserTreeItemES4_Rl -_ZN9oceanbase6common19ObTableAccessHelper12AccessHelperILi3ELi4EJlNS0_14ObStringHolderES3_S3_EE28get_values_to_tuple_from_rowEPNS0_9sqlclient13ObMySQLResultERA4_PKcRNS0_7ObTupleIJlS3_S3_S3_EEE -_ZN9oceanbase6common19ObTableAccessHelper12AccessHelperILi2ELi4EJlNS0_14ObStringHolderES3_S3_EE28get_values_to_tuple_from_rowEPNS0_9sqlclient13ObMySQLResultERA4_PKcRNS0_7ObTupleIJlS3_S3_S3_EEE -_ZN9oceanbase6common19ObTableAccessHelper34get_signle_column_from_signle_row_EPNS0_9sqlclient13ObMySQLResultEPKcRl -_ZN9oceanbase3sql23ObRpcRemoteSyncExecuteP14before_processEv -_ZN9oceanbase3sql10ObSQLUtils19check_table_versionERbRKNS_6common12ObFixedArrayINS_5share6schema18ObSchemaObjVersionENS3_12ObIAllocatorEEERNS6_19ObSchemaGetterGuardE -_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdENS2_14ObBlockManager9BlockInfoENS0_14ShareMemMgrTagEE16do_foreach_scan_INS4_25GetAllMacroBlockIdFunctorENS7_14DoForeachOnBktIS9_EEEEbmmRT_RT0_ -_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdENS2_14ObBlockManager9BlockInfoENS0_14ShareMemMgrTagEE16load_access_bkt_EmRPNS7_6BucketE -_ZN9oceanbase5share19ObLSLocationService13fill_locationElRKNS0_8ObLSInfoERNS0_12ObLSLocationE -_ZN9oceanbase5share12ObLSLocation20add_replica_locationERKNS0_19ObLSReplicaLocationE -_ZN9oceanbase5share19ObLSReplicaLocation4initERKNS_6common6ObAddrERKNS2_6ObRoleERKlRKNS2_13ObReplicaTypeERKNS2_17ObReplicaPropertyERKNS0_17ObLSRestoreStatusE -_ZNK9oceanbase10rootserver15ObServerManager19get_server_statusesERKNS_6common19ObFixedLengthStringILl128EEERNS2_8ObIArrayINS_5share14ObServerStatusEEEb -_ZZN9oceanbase8observer26init_srv_xlator_for_othersEPNS0_14ObSrvRpcXlatorEEN6$_13828__invokeERKNS0_15ObGlobalContextERPNS_3rpc5frame14ObReqProcessorERNS_5obrpc19ObRpcSessionHandlerE.4993347bc18636af120d9542b56e15f4 -easy_connection_send_session -_ZN9oceanbase5share15ObZoneMergeInfo12assign_valueERKS1_ -_ZN9oceanbase5share20ObGetFileSizeFunctor4funcEPK6dirent -_ZN9oceanbase4json6Parser10parse_pairERPKcS3_RPNS0_4PairE -_ZN9oceanbase6commonL10number_intENS0_9ObObjTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS4_m.db28c62327e16d3ae5c8a88acfd53bbb -_ZNK9oceanbase3sql12ObQueryRange28generate_true_or_false_rangeEPKNS0_9ObKeyPartERNS_6common12ObIAllocatorERPNS5_10ObNewRangeE -_ZN9oceanbase11transaction7ObTxMsg11deserializeEPKclRl -_ZN9oceanbase5obrpc10ObRpcProxy8rpc_postINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5387EvEEEEiRKNT_7RequestEPNS1_7AsyncCBIS7_EERKNS0_9ObRpcOptsE -_ZNK9oceanbase4palf16LogRpcPacketImplINS0_8election25ElectionAcceptResponseMsgEE9serializeEPclRl -_ZNK9oceanbase5share15ObDMLSqlSplicer13splice_columnEPKcNS1_6ColSet4TypeENS1_6ValSet4TypeERNS_6common11ObSqlStringE -_ZN9oceanbase10rootserver14ObThreadIdling4idleEl -_ZN9oceanbase3sql13ObExecContext19build_temp_expr_ctxERKNS0_10ObTempExprERPNS0_13ObTempExprCtxE -_ZNK9oceanbase3sql15ObExprFrameInfo21pre_alloc_exec_memoryERNS0_13ObExecContextE -_ZN9oceanbase3sql16ObFastParserBase31process_identifier_begin_with_tERb -_ZN9oceanbase6common15ObLinearHashMapINS_5share6ObLSIDEPNS_10logservice14ObReplayStatusENS0_14ShareMemMgrTagEE16do_foreach_scan_INS4_18ObLogReplayService24StatReplayProcessFunctorENS8_14DoForeachOnBktISB_EEEEbmmRT_RT0_ -_ZN9oceanbase6common15ObLinearHashMapINS_5share6ObLSIDEPNS_10logservice14ObReplayStatusENS0_14ShareMemMgrTagEE16load_access_bkt_EmRPNS8_6BucketE -_ZN9oceanbase10rootserver14ObDDLTaskQueue13get_next_taskERPNS0_9ObDDLTaskE -_ZNK9oceanbase4palf8election15ElectionMsgBase19get_serialize_size_Ev -_ZN9oceanbase6common16ObFixedArrayImplINS0_10ObAccuracyENS0_12ObIAllocatorEE16prepare_allocateEl -_ZN9oceanbase8observer16ObInnerSQLResult4nextEv -_ZN9oceanbase5share6schema27ObMultiVersionSchemaService27get_baseline_schema_versionEmbRl -_ZN9oceanbase7storage8ObLSLock4lockEll -_ZN9oceanbase6common13ObVSliceAlloc5allocEl -_ZN9oceanbase5share17ObGlobalMergeInfoC1Ev -_ZN9oceanbase5share17ObGlobalMergeInfoC2Ev -_ZN9oceanbase7storage4ObLS31try_update_uppder_trans_versionEv -_ZN9oceanbase7storage8ObTablet26update_upper_trans_versionERNS0_4ObLSERb -_ZN9oceanbase3sql16ObDASWriteBuffer12DmlShadowRow4initERNS_6common12ObIAllocatorERKNS3_8ObIArrayINS3_9ObObjMetaEEEb -_ZN9oceanbase6common16ObKVCacheInstMap13refresh_scoreEv -_ZN9oceanbase6common16ObFixedArrayImplIPKNS0_10ObObjParamENS0_12ObIAllocatorEE4initEl -_ZN9oceanbase6common16ObFixedArrayImplINS0_10ObAccuracyENS0_12ObIAllocatorEE4initEl -_ZN9oceanbase10logservice19ObRemoteFetchWorker4run1Ev -_ZN9oceanbase8memtable16ObMvccWriteGuardD1Ev -_ZN9oceanbase7storage8ObTablet28get_kept_multi_version_startERNS0_4ObLSERKS1_Rl -_ZN9oceanbase7storage21ObTenantFreezeInfoMgr25get_min_reserved_snapshotERKNS_6common10ObTabletIDElRl -_ZN9oceanbase3omt17ObTenantConfigMgr17get_lease_requestERNS_5share14ObLeaseRequestE -_ZN9oceanbase4json6Parser11parse_arrayERPKcS3_RPNS0_5ValueE -_ZN9oceanbase7storage17ObLSTabletService22delete_lob_tablet_rowsERNS0_15ObDMLRunningCtxERNS0_14ObTabletHandleERNS0_10ObStoreRowERKNS_6common8ObNewRowE -_ZN9oceanbase3sql10ObOperator10filter_rowERNS0_9ObEvalCtxERKNS_6common8ObIArrayIPNS0_6ObExprEEERb -_ZN9oceanbase3sql24def_relational_eval_funcINS0_18ObRelationalTCFuncILb1ELNS_6common14ObObjTypeClassE1ELS4_1ELNS3_7ObCmpOpE0EE8DatumCmpEEEiRKNS0_6ObExprERNS0_9ObEvalCtxERNS3_7ObDatumE -_ZN9oceanbase5share24ObLSRecoveryStatOperator20get_ls_recovery_statERKmRKNS0_6ObLSIDEbRNS0_16ObLSRecoveryStatERNS_6common12ObISQLClientE -_ZN9oceanbase5share20ObLSTemplateOperator9exec_readINS0_24ObLSRecoveryStatOperatorENS0_16ObLSRecoveryStatEEEiRKmRKNS_6common11ObSqlStringERNS7_12ObISQLClientEPT_RNS7_8ObIArrayIT0_EE -_ZN9oceanbase5share16ObLSRecoveryStat4initEmRKNS0_6ObLSIDERKNS0_3SCNES7_S7_S7_ -_ZNK9oceanbase8observer16ObInnerSQLResult8get_uintEPKcRm -_ZNK9oceanbase8observer16ObInnerSQLResult8get_uintElRm -_ZN9oceanbase3sql15ObDASRemoteInfoD2Ev -_ZN9oceanbase10rootserver18ObPrimaryLSService7do_workEv -_ZN9oceanbase6common11ObSqlString10append_fmtEPKcz -_ZN9oceanbase6common11ObSqlString7vappendEPKcP13__va_list_tag -_ZN9oceanbase6common11ObSqlString7reserveEl -_ZN9oceanbase6common11ObSqlString6extendEl -_ZN9oceanbase5share18ObLSStatusOperator24get_ls_primary_zone_infoEmRKNS0_6ObLSIDERNS0_19ObLSPrimaryZoneInfoERNS_6common12ObISQLClientE -_ZN9oceanbase5share19ObLSPrimaryZoneInfo6assignERKS1_ -_ZN9oceanbase5share17ObPrimaryZoneUtil28get_ls_primary_zone_priorityERKNS_6common19ObFixedLengthStringILl128EEERKNS0_6schema14ObTenantSchemaERNS2_11ObSqlStringE -_ZN9oceanbase5share17ObPrimaryZoneUtil29get_tenant_primary_zone_scoreERKNS0_6schema14ObTenantSchemaERNS2_13ObPrimaryZoneERNS_6common8ObIArrayINS0_20ObZoneReplicaAttrSetEEERNS9_INS2_11ObZoneScoreEEE -_ZN9oceanbase5share16ObReplicaAttrSetD2Ev -_ZN9oceanbase6common11ObArrayImplINS_5share11ReplicaAttrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEED2Ev -_ZN9oceanbase6common11ObArrayImplINS_5share6schema12ObZoneRegionENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_22NotImplementItemEncodeIS4_EEED2Ev -_ZNK9oceanbase5share6schema14ObTenantSchema13get_zone_listERNS_6common8ObIArrayINS3_19ObFixedLengthStringILl128EEEEE -_ZNK9oceanbase5share6schema14ObTenantSchema27get_zone_replica_attr_arrayERNS_6common8ObIArrayINS0_20ObZoneReplicaAttrSetEEE -_ZN9oceanbase5share16ObReplicaAttrSet6assignERKNS0_18BaseReplicaAttrSetE -_ZN9oceanbase6common11ObArrayImplINS_5share11ReplicaAttrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE6assignERKNS0_8ObIArrayIS3_EE -_ZN9oceanbase6common11ObArrayImplINS_5share11ReplicaAttrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE7reserveEl -_ZN9oceanbase6common11ObArrayImplINS0_19ObFixedLengthStringILl128EEENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE9push_backERKS3_ -_ZN9oceanbase6common11ObArrayImplINS0_19ObFixedLengthStringILl128EEENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE10extend_bufEl -_ZN9oceanbase6common11ObArrayImplINS_5share20ObZoneReplicaAttrSetENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE9push_backERKS3_ -_ZN9oceanbase6common11ObArrayImplINS0_19ObFixedLengthStringILl128EEENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE7destroyEv -_ZN9oceanbase6common11ObArrayImplINS_5share11ReplicaAttrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE7destroyEv -_ZNK9oceanbase5obrpc16ObTransRpcResult9serializeEPclRl -_ZN9oceanbase11transaction14ObTransHashMapINS0_9tablelock8ObLockIDENS2_9ObOBJLockENS2_14ObOBJLockAllocENS_6common10SpinRWLockELl1024EE8insert__ERKS3_PS4_iPSB_ -_ZN9oceanbase5obrpc14ObNetKeepAlive4run1Ev -_ZN9oceanbase3sql12ObMaterialOp18inner_get_next_rowEv -_ZN9oceanbase3sql17ObChunkDatumStore7add_rowERKNS_6common8ObIArrayIPNS0_6ObExprEEEPNS0_9ObEvalCtxEPPNS1_9StoredRowE -_ZN9oceanbase8memtable10ObMemtable5lock_ERNS_7storage10ObStoreCtxEmRKNS2_15ObTableReadInfoERKNS_6common13ObStoreRowkeyERNS0_13ObMemtableKeyE -_ZN9oceanbase12blocksstable11ObRowWriter12write_rowkeyERKNS_6common13ObStoreRowkeyERPcRl -_ZN9oceanbase12blocksstable11ObRowWriter13append_columnERKNS_6common5ObObjE -_ZN9oceanbase6common16ObFixedArrayImplINS0_9ObObjMetaENS0_12ObIAllocatorEE7reserveEl -_ZN9oceanbase6common19ObTableAccessHelper20get_values_from_row_ILi0ELi1ENS0_14ObStringHolderEJEEEiPNS0_9sqlclient13ObMySQLResultERAT0__PKcRT1_DpRT2_ -_ZN9oceanbase6common15ObKVGlobalCache3putINS0_18ObKVMemBlockHandleEEEiRNS0_15ObIKVCacheStoreIT_EElRKNS0_13ObIKVCacheKeyERKNS0_15ObIKVCacheValueERPSC_RPS3_b -_ZN9oceanbase6common15ObIKVCacheStoreINS0_18ObKVMemBlockHandleEE5storeERNS0_13ObKVCacheInstERKNS0_13ObIKVCacheKeyERKNS0_15ObIKVCacheValueERPNS0_13ObKVCachePairERPS2_NS0_15ObKVCachePolicyE -_ZN9oceanbase6common16ObKVCacheInstMap14get_cache_instERKNS0_16ObKVCacheInstKeyERNS0_19ObKVCacheInstHandleE -_ZN9oceanbase12blocksstable19ObMicroBlockDecoder7get_rowElRNS0_10ObDatumRowE -_ZNK9oceanbase12blocksstable13ObDictDecoder6decodeENS_6common9ObObjMetaERNS2_5ObObjEll -_ZN9oceanbase3lib13ObResourceMgr23get_tenant_resource_mgrEmRNS0_25ObTenantResourceMgrHandleE +_ZN9oceanbase6common8ObRandom4randEll +_ZN9oceanbase4palf16LogRpcPacketImplINS0_8election25ElectionAcceptResponseMsgEE11deserializeEPKclRl +_ZN9oceanbase6common13serialization11EnumEncoderILb0EPNS_3sql6ObExprEE6encodeEPclRlS5_ +_ZN9oceanbase6common19ObParallelAllocator4freeEPv +_ZN9oceanbase6common11ObArrayImplINS_5share6schema11ObZoneScoreENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_22NotImplementItemEncodeIS4_EEED2Ev +access_mem +_ZN9oceanbase11transaction20ObKeepAliveLSHandler10on_successEv +_ZN9oceanbase6common13ObSEArrayImplINS_3sql16ObCandiTabletLocELl2ENS0_19ModulePageAllocatorELb1EE16prepare_allocateEl +_ZN9oceanbase3sql10ObDASUtils19project_storage_rowERKNS0_17ObDASDMLBaseCtDefERKNS0_17ObChunkDatumStore9StoredRowERKNS_6common12ObFixedArrayIlNS9_12ObIAllocatorEEERSB_RNS9_8ObNewRowE +_ZN9oceanbase5share8ObLSInfo11add_replicaERKNS0_11ObLSReplicaE +_ZNK9oceanbase5share11ObLSReplica8is_validEv +_ZN9oceanbase12blocksstable14ObBlockManager7dec_refERKNS0_12MacroBlockIdE +_ZN9oceanbase11transaction12ObLSTxCtxMgr11get_tx_ctx_ERKNS0_9ObTransIDEbRPNS0_14ObPartTransCtxE +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction8ObTxPartELl4ENS0_19ModulePageAllocatorELb0EE16prepare_allocateEl +_ZN9oceanbase6common11ObArrayImplImNS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackImEENS0_22NotImplementItemEncodeImEEE10extend_bufEl +_ZN9oceanbase6common17obj_val_serializeILNS0_9ObObjTypeE5EEEiRKNS0_5ObObjEPclRl +_ZN9oceanbase3sql13ObTableLockOp18inner_get_next_rowEv +_ZN9oceanbase3sql15ObTableModifyOp23get_next_row_from_childEv +_ZN9oceanbase3sql13ObTableLockOp22submit_row_by_strategyEv +_ZZN9oceanbase8observer28init_srv_xlator_for_executorEPNS0_14ObSrvRpcXlatorEEN6$_15918__invokeERKNS0_15ObGlobalContextERPNS_3rpc5frame14ObReqProcessorERNS_5obrpc19ObRpcSessionHandlerE.4993347bc18636af120d9542b56e15f4 +_ZN9oceanbase3sql13ObExecContextC1ERNS_6common12ObIAllocatorE +_ZN9oceanbase3sql13ObExecContextC2ERNS_6common12ObIAllocatorE +_ZN9oceanbase6common9ObScannerC1EPKcPNS0_12ObIAllocatorElmb +_ZN9oceanbase3sql15ObSessionValMapC1Ev +_ZN9oceanbase3sql23ObRpcRemoteSyncExecuteP4initEv +_ZN9oceanbase6common13ObSEArrayImplINS_3sql12PCVSchemaObjELl4ENS0_19ModulePageAllocatorELb0EE7destroyEv +_ZZN9oceanbase4palf7LogTask23set_initial_header_infoERKNS0_17LogTaskHeaderInfoEENK5$_640clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase6common15ObFastFormatInt15format_unsignedEmPc +_ZN9oceanbase6common13ObSEArrayImplIbLl16ENS0_19ModulePageAllocatorELb0EE7reserveEl +_ZN9oceanbase11transaction9tablelock16ObOBJLockFactory5allocEmRKNS1_8ObLockIDE +_ZN9oceanbase6common13ObSEArrayImplINS_3sql23ObSqcTableLocationIndexELl2ENS0_19ModulePageAllocatorELb0EE6assignERKNS0_8ObIArrayIS3_EE +_ZN9oceanbase7storage23ObTxDataSingleRowGetter22get_row_from_sstables_ERNS_12blocksstable13ObDatumRowkeyERNS0_14ObSSTableArrayERKNS0_16ObTableIterParamERNS0_20ObTableAccessContextERNS_6common14ObStringHolderERl +_ZN9oceanbase3sql30eval_assign_question_mark_funcERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE +_ZN9oceanbase6common11ObObjCaster7to_typeENS0_9ObObjTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS5_ +_ZN9oceanbase6common13ObSEArrayImplINS_3sql16ObCandiTabletLocELl2ENS0_19ModulePageAllocatorELb1EE5resetEv +_ZNK9oceanbase5share19ObAliveServerTracer8is_aliveERKNS_6common6ObAddrERbRl +_ZN9oceanbase6common16construct_assignINS_5share11ObLSReplicaEEEiRT_RKS4_ _ZN9oceanbase7storage18ObTenantMetaMemMgr18gc_tables_in_queueERb -_ZN9oceanbase14dbms_scheduler18ObDBMSSchedJobTask12runTimerTaskEv -_ZNK9oceanbase4palf16LogRpcPacketImplINS0_8election24ElectionAcceptRequestMsgEE9serializeEPclRl -_ZNK9oceanbase4palf8election15ElectionMsgBase9serializeEPclRl -_ZNK9oceanbase4palf8election18ElectionMsgDebugTs9serializeEPclRl -_ZN9oceanbase3sql12ObQueryRange5resetEv -_ZN9oceanbase10rootserver8DRLSInfo4initEv -_ZN9oceanbase10rootserver8DRLSInfo12fill_serversEv -_ZN9oceanbase3sql24ObTenantSqlMemoryManager27calculate_global_bound_sizeEPNS_6common12ObIAllocatorEb -_ZN9oceanbase3sql24ObTenantSqlMemoryManager38count_profile_into_work_area_intervalsEPNS0_21ObSqlWorkAreaIntervalERlS4_ -_ZN9oceanbase3sql24ObTenantSqlMemoryManager32try_push_profiles_work_area_sizeEl -_ZN9oceanbase11transaction15ObGtsRequestRpc4postEmRKNS_6common6ObAddrERKNS0_12ObGtsRequestE +_ZN9oceanbase10rootserver14ObThreadIdling4idleEl +_ZN9oceanbase7storage19ObMultipleScanMerge15construct_itersEv +_ZN9oceanbase8memtable22ObMemtableScanIterator4initERKNS_7storage16ObTableIterParamERNS2_20ObTableAccessContextEPNS2_8ObITableEPKv +_ZN9oceanbase8memtable22ObMemtableScanIterator4initEPNS0_11ObIMemtableERKNS_7storage16ObTableIterParamERNS4_20ObTableAccessContextE +_ZN9oceanbase7storage19ObMultipleScanMerge15set_rows_mergerEl +_ZN9oceanbase12blocksstable9ObSSTable4scanERKNS_7storage16ObTableIterParamERNS2_20ObTableAccessContextERKNS0_12ObDatumRangeERPNS2_18ObStoreRowIteratorE +_ZN9oceanbase7storage19ObSSTableRowScannerC2Ev +_ZN9oceanbase7storage22ObMicroBlockDataHandle20get_index_block_dataERKNS0_15ObTableReadInfoERNS_12blocksstable16ObMicroBlockDataE +_ZNK9oceanbase12blocksstable13ObDatumRowkey23to_multi_version_rowkeyEbRNS_6common12ObIAllocatorERS1_ +_ZN9oceanbase7storage30ObIndexTreeMultiPassPrefetcher4initEiRNS_12blocksstable9ObSSTableERKNS0_16ObTableIterParamERNS0_20ObTableAccessContextEPKv +_ZN9oceanbase7storage23ObReallocatedFixedArrayINS0_30ObIndexTreeMultiPassPrefetcher22ObIndexTreeLevelHandleEE18prepare_reallocateEl +_ZN9oceanbase7storage13ObHandleCacheINS_12blocksstable20ObMicroBlockCacheKeyENS0_22ObMicroBlockDataHandleELl64EEC2Ev +_ZN9oceanbase7storage23ObReallocatedFixedArrayINS0_19ObSSTableReadHandleEE18prepare_reallocateEl +_ZN9oceanbase6common16ObFixedArrayImplINS_7storage19ObSSTableReadHandleENS0_12ObIAllocatorEE16prepare_allocateEl +_ZN9oceanbase7storage30ObIndexTreeMultiPassPrefetcher19prefetch_index_treeEv +_ZN9oceanbase12blocksstable22ObIndexBlockRowScanner4openERKNS0_12MacroBlockIdERKNS0_16ObMicroBlockDataERKNS0_12ObDatumRangeEsbb +_ZZN9oceanbase12blocksstable22ObIndexBlockRowScanner12locate_rangeERKNS0_12ObDatumRangeEbbENK5$_829clEPKc.79c84811dffcee7ee47b268264023dc2.llvm.4884631289681055727 +_ZN9oceanbase7storage18ObSimpleRowsMergerINS0_24ObScanMergeLoserTreeItemENS0_23ObScanMergeLoserTreeCmpEE4initElRNS_6common12ObIAllocatorE +_ZN9oceanbase6common16ObFixedArrayImplINS_7storage30ObIndexTreeMultiPassPrefetcher22ObIndexTreeLevelHandleENS0_12ObIAllocatorEE7reserveEl +_ZN9oceanbase8memtable13ObMemtableCtx34remove_callback_for_uncommited_txnEPNS0_10ObMemtableENS_5share3SCNE +_ZN9oceanbase3sql8ObDASCtx19add_candi_table_locERKNS0_17ObDASTableLocMetaERKNS0_15ObCandiTableLocE +_ZN9oceanbase6common6ObListIPNS_3sql14ObDASTabletLocENS0_12ObIAllocatorEE9push_backERKS4_ +_ZNK9oceanbase3sql16ObCandiTabletLoc20get_selected_replicaERNS_5share19ObLSReplicaLocationE +_ZN9oceanbase10logservice14ObReplayStatus25batch_push_all_task_queueEv +_ZN9oceanbase12blocksstable21ObMicroBlockGetReaderD2Ev +_ZN9oceanbase3sql22ObRawExprInfoExtractor9add_constERNS0_9ObRawExprE +_ZN9oceanbase11transaction11ObTransCond4waitElRi +_ZN9oceanbase10rootserver10ObDRWorker17LocalityAlignmentD2Ev +_ZN9oceanbase6common4hash11ObHashTableIlNS1_11HashMapPairIlNS1_11HashNullObjEEENS1_9hash_funcIlEENS1_8equal_toIlEENS1_10pair_firstIS5_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS5_EELi109ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19ReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE7destroyEv +_ZN9oceanbase7storage13ObTxDataTable25check_tx_data_in_sstable_ENS_11transaction9ObTransIDERNS0_21ObITxDataCheckFunctorE +_ZN9oceanbase5share6schema19ObSchemaGetterGuard10get_schemaINS1_14ObTenantSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_l +_ZZN9oceanbase5share6schema19ObSchemaGetterGuard20get_from_local_cacheINS1_14ObTenantSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_ENKUlPKcE1_clESB_ +_ZN9oceanbase6common7DRWLock11RDLockGuardD2Ev +_ZN9oceanbase12blocksstable14ObBlockManager7inc_refERKNS0_12MacroBlockIdE +_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdENS2_14ObBlockManager9BlockInfoENS0_14ShareMemMgrTagEE20do_insert_or_update_ERKS3_RKS5_ +_ZN9oceanbase3sql3dtl16ObDtlChannelLoop18add_last_data_listEPNS1_12ObDtlChannelE +_ZNK9oceanbase7storage18ObTabletTableStore21need_remove_old_tableElRb +_ZN9oceanbase9arbserver14ObArbWhiteList12get_instanceEv +_ZN9oceanbase6common11ObArrayImplINS_5share11ReplicaAttrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE6assignERKNS0_8ObIArrayIS3_EE +_ZN9oceanbase6common11ObArrayImplINS_5share11ReplicaAttrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE10extend_bufEl +_ZN9oceanbase6common11ObArrayImplINS_5share11ObLSReplicaENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEED2Ev +_ZN9oceanbase12blocksstable13ObRowCacheKeyC1EmRKNS_6common10ObTabletIDERKNS0_13ObDatumRowkeyERKNS0_19ObStorageDatumUtilsElNS_7storage8ObITable9TableTypeE +_ZN9oceanbase12blocksstable13ObRowCacheKeyC2EmRKNS_6common10ObTabletIDERKNS0_13ObDatumRowkeyERKNS0_19ObStorageDatumUtilsElNS_7storage8ObITable9TableTypeE +_ZN9oceanbase6common16ObCommonSqlProxy5writeEmPKcRl +_ZN9oceanbase8observer24ObInnerSQLConnectionPool7releaseEPNS_6common9sqlclient16ObISQLConnectionEbj +_ZNK9oceanbase5obrpc14ObGtsRpcResult19get_serialize_size_Ev +_ZZN9oceanbase3sql3dtl15ObDtlRpcChannelD1EvENK5$_495clEPKc.e9e3b8d8923f99b51739131bf2c803e7 +_ZN9oceanbase11transaction11ObGtsSource11refresh_gtsEb +_ZNK9oceanbase6common5ObObj11can_compareERKS1_ +_ZN9oceanbase3sql19ObDASLocationRouter3getERKNS0_17ObDASTableLocMetaERKNS_6common10ObTabletIDERNS_5share12ObLSLocationE +_ZZN9oceanbase4palf14PalfHandleImpl7ack_logERKNS_6common6ObAddrERKlRKNS0_3LSNEENK6$_1177clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase6common16ObLatchWaitQueue8try_lockINS0_7ObLatch12LowTryWRLockEEEiRNS1_13ObLatchBucketERNS0_10ObWaitProcEjjRT_ +_ZZN9oceanbase4palf16LogSlidingWindow20try_freeze_prev_log_ElRKNS0_3LSNERbENK5$_137clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase5obrpc12ObPxRpcProxy13fast_init_sqcERKNS_3sql18ObPxRpcInitSqcArgsEPNS0_10ObRpcProxy7AsyncCBINS1_5ObRpcILNS0_15ObRpcPacketCodeE1311EvEEEERKNS0_9ObRpcOptsE +_ZN9oceanbase6common4hash11ObHashTableISt4pairImmENS1_11HashMapPairIS4_NS0_12ObOptDmlStatEEENS1_9hash_funcIS4_EENS1_8equal_toIS4_EENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi65ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE14get_refactoredERKS4_RS7_l +_ZN9oceanbase6common15ObLinearHashMapINS_5share6ObLSIDEPNS_10logservice14ObReplayStatusENS0_14ShareMemMgrTagEE16do_foreach_scan_INS4_18ObLogReplayService24StatReplayProcessFunctorENS8_14DoForeachOnBktISB_EEEEbmmRT_RT0_ +_ZN9oceanbase5obrpc14ObRpcProcessorINS0_15ObTransRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1616EvEEED2Ev +_ZN9oceanbase4palf8election16ElectionProposer7proposeEv +_ZNK9oceanbase4palf14PalfHandleImpl17ElectionMsgSender9broadcastERKNS0_8election24ElectionAcceptRequestMsgERKNS_6common8ObIArrayINS7_6ObAddrEEE +_ZN9oceanbase4palf8election18ElectionMsgCounter14AddrMsgCounter19find_or_reuse_item_ERKNS_6common6ObAddrE +_ZN9oceanbase4palf6LogRpc12post_requestINS0_8election24ElectionAcceptRequestMsgEEEiRKNS_6common6ObAddrElRKT_ +_ZN9oceanbase5obrpc13LogRpcProxyV211post_packetERKNS_6common6ObAddrERKNS_4palf16LogRpcPacketImplINS6_8election24ElectionAcceptRequestMsgEEElRKNS6_28PalfTransportCompressOptionsE +_ZN9oceanbase10logservice19LogGetLeaderMaxScnP7processEv +_ZN9oceanbase5share20ObAllTenantInfoProxy16load_tenant_infoEmPNS_6common12ObISQLClientEbRNS0_15ObAllTenantInfoE +_ZN9oceanbase6common16ObCommonSqlProxy4readERNS0_12ObISQLClient10ReadResultEmPKc +_ZNK9oceanbase8observer16ObInnerSQLResult8get_uintEPKcRm +_ZN9oceanbase5share20ObAllTenantInfoProxy9fill_cellEPNS_6common9sqlclient13ObMySQLResultERNS0_15ObAllTenantInfoE +_ZN9oceanbase5share15ObAllTenantInfo4initEmRKNS0_12ObTenantRoleERKNS0_24ObTenantSwitchoverStatusElRKNS0_3SCNESA_SA_SA_RKNS0_13ObArchiveModeE +_ZN9oceanbase5share24ObTenantSwitchoverStatusC2ERKNS_6common8ObStringE +_ZN9oceanbase11transaction14ObTransHashMapINS0_9ObTransIDENS0_10ObTransCtxENS0_13TransCtxAllocENS_6common10SpinRWLockELl16384EE22for_each_in_one_bucketINS0_20ObTxSubmitLogFunctorEEEiRT_l +_ZN9oceanbase11transaction14ObPartTransCtx20try_submit_next_log_Eb +_ZN9oceanbase6common4hash11ObHashTableINS0_21ObInterruptibleTaskIDENS1_11HashMapPairIS3_PNS0_22ObInterruptCheckerNodeEEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi1000000ENS1_20MultiWriteDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_23SpinReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE6atomicINS0_28ObInterruptCheckerUpdateCallENS1_8pre_procIS7_EEEEiRKS3_RT_RT0_ +_ZN9oceanbase7storage8ObLSMeta19ObSpinLockTimeGuardC2ERNS_6common10ObSpinLockEl +_ZN9oceanbase3sql11ObDASScanOpD1Ev +_ZN9oceanbase3sql11ObDASScanOpD2Ev +_ZN9oceanbase6common15ObLinearHashMapINS_5share14ObCascadMemberENS2_15ObDstServerInfoENS0_14ShareMemMgrTagEE16do_foreach_scan_INS2_17ObServerBlacklist19ObMapSendReqFunctorENS6_14DoForeachOnBktIS9_EEEEbmmRT_RT0_ +_ZN9oceanbase5share6schema19ObSchemaGetterGuard23get_sys_variable_schemaEmRPKNS1_19ObSysVariableSchemaE +_ZN9oceanbase5share6schema19ObSchemaGetterGuard10get_schemaINS1_19ObSysVariableSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_l +_ZZN9oceanbase5share6schema19ObSchemaGetterGuard18get_schema_versionENS1_12ObSchemaTypeEmmRlENK6$_1251clEPKc.a6efbaab9d7140ca03b63e06bec6f512 +_ZZN9oceanbase5share6schema19ObSchemaGetterGuard20get_from_local_cacheINS1_19ObSysVariableSchemaEEEiNS1_12ObSchemaTypeEmmRPKT_ENKUlPKcE1_clESB_ +_ZNK9oceanbase3sql8ObOpSpec25create_op_input_recursiveERNS0_13ObExecContextE +_ZN9oceanbase3sql16AllocInputHelperILi67EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecERPNS0_9ObOpInputE +_ZN9oceanbase6common13ObSEArrayImplINS0_19ObFixedLengthStringILl128EEELl5ENS0_19ModulePageAllocatorELb0EE9push_backERKS3_ +_ZN9oceanbase5share6schema8ObSchema13get_allocatorEv +_ZZN9oceanbase4palf16LogSlidingWindow25try_update_match_lsn_map_ERKNS_6common6ObAddrERKNS0_3LSNEENK5$_431clEPKc.0e4bf25207570af14a78557c8489c4fc +_ZN9oceanbase6common13ObSEArrayImplINS_3sql7QbNamesELl8ENS0_19ModulePageAllocatorELb1EE7destroyEv +_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema9ObColDescENS0_12ObIAllocatorEE6assignERKNS0_8ObIArrayIS4_EE +_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema9ObColDescENS0_12ObIAllocatorEE9push_backERKS4_ +_ZNK9oceanbase10rootserver20ObRsMasterKeyManager25get_all_tenant_master_keyERKNS_6common19ObFixedLengthStringILl128EEERNS2_8ObIArrayISt4pairImNS_5share15ObLeaseResponse14TLRpKeyVersionEEEE +_ZZN9oceanbase6common9ObIOTuner19print_sender_statusEvENK5$_175clEPKc.7777994998358bbddf414b29ae84c1b8 +_ZN9oceanbase7storage9ObTxTable18check_with_tx_dataENS_11transaction9ObTransIDERNS0_21ObITxDataCheckFunctorEl +_ZNK9oceanbase10logservice11coordinator20ElectionPriorityImpl9serializeEPclRl +_ZNK9oceanbase10logservice11coordinator10PriorityV19serializeEPclRl +_ZNK9oceanbase10logservice11coordinator10PriorityV09serializeEPclRl +_ZN9oceanbase4palf13LogConfigInfoaSERKS1_ +_ZN9oceanbase7storage19ObSSTableRowScanner10inner_openERKNS0_16ObTableIterParamERNS0_20ObTableAccessContextEPNS0_8ObITableEPKv +_ZN9oceanbase7storage30ObIndexTreeMultiPassPrefetcher19prefetch_micro_dataEv +_ZZN9oceanbase12blocksstable22ObIndexBlockRowScanner12locate_rangeERKNS0_12ObDatumRangeEbbENK5$_826clEPKc.79c84811dffcee7ee47b268264023dc2.llvm.4884631289681055727 +_ZN9oceanbase12blocksstable22ObIndexBlockRowScanner8get_nextERNS0_16ObMicroIndexInfoE +_ZZNK9oceanbase3sql15ObTableLocation20get_tablet_locationsERNS0_8ObDASCtxEPNS0_16ObSQLSessionInfoEmRKNS_6common8ObIArrayINS6_10ObTabletIDEEERKNS7_ImEERNS7_INS0_16ObCandiTabletLocEEEbENK6$_1544clEPKc.c0f3ebb58adf60d04e27c69da5b90c06.llvm.13175399599113039137 +_ZNK9oceanbase10logservice11coordinator20ElectionPriorityImpl12compare_withERKNS_4palf8election16ElectionPriorityERiRNS_6common14ObStringHolderE +_ZN9oceanbase6common7obtuple15ObTupleBaseBaseIJNS_10logservice11coordinator10PriorityV0ENS4_10PriorityV1EEE13ForEachHelperILi0ERNS4_25GetClosestVersionPriorityEE7iterateERKSt5tupleIJS5_S6_EESA_ +_ZZNK9oceanbase10logservice11coordinator20ElectionPriorityImpl12compare_withERKNS_4palf8election16ElectionPriorityERiRNS_6common14ObStringHolderEENK5$_204clEPKc.1fe7ebfb3940a93c481d824e0f898d99 +_ZNK9oceanbase10logservice11coordinator10PriorityV17compareERKNS1_16AbstractPriorityERiRNS_6common14ObStringHolderE +_ZN9oceanbase3sql20ObPxRpcFetchStatArgsD2Ev +_ZN9oceanbase11transaction14ObTransService18get_read_store_ctxERKNS0_16ObTxReadSnapshotEblRNS_7storage10ObStoreCtxE +_ZN9oceanbase11transaction14ObTransService23check_replica_readable_ERKNS_5share3SCNEbNS0_16ObTxReadSnapshot3SRCERKNS2_6ObLSIDElRNS_7storage4ObLSE +_ZN9oceanbase11transaction14ObTransService18check_ls_readable_ERNS_7storage4ObLSERKNS_5share3SCNE +_ZN9oceanbase11transaction14ObPartTransCtx12check_statusEv +_ZN9oceanbase4palf11LogGetStatP7processEv +_ZN9oceanbase6common13ObSEArrayImplINS_11transaction6ObPairINS_5share6ObLSIDElEELl1ENS0_19ModulePageAllocatorELb0EE7reserveEl +_ZN9oceanbase11transaction14ObPartTransCtx32check_and_register_timeout_task_Ev +_ZN9oceanbase11transaction10ObTransCtx22register_timeout_task_El +_ZN9oceanbase6common11ObArrayImplINS_5share8ObLSAttrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE9push_backERKS3_ +_ZN9oceanbase3sql23eval_question_mark_funcERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE +_ZN9oceanbase5obrpc14ObRpcProcessorINS0_12ObPxRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1315EvEEE20m_get_encoded_lengthEv +_ZN9oceanbase3sql3dtl17ObDtlBasicChannelD2Ev +_ZZN9oceanbase3sql3dtl17ObDtlBasicChannelD1EvENK4$_47clEPKc.e9e3b8d8923f99b51739131bf2c803e7 +_ZN9oceanbase6common11ObArrayImplINS_5share20ObZoneReplicaAttrSetENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE9push_backERKS3_ +_ZN9oceanbase6common11ObArrayImplINS_5share11ReplicaAttrENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE7destroyEv +_ZNK9oceanbase7storage19ObTabletMemtableMgr19get_active_memtableERNS0_15ObTableHandleV2E +MD5_Final +_ZN9oceanbase3sql12ObQueryRange19create_new_key_partEv _ZN9oceanbase3sql20ObRemoteBaseExecutePINS_5obrpc18ObExecutorRpcProxy5ObRpcILNS2_15ObRpcPacketCodeE1308EvEEE16execute_with_sqlERNS0_12ObRemoteTaskE +_ZN9oceanbase6common16ObFixedArrayImplINS_3sql20ObImplicitCursorInfoENS0_12ObIAllocatorEE6assignERKNS0_8ObIArrayIS3_EE +_ZN9oceanbase3sql17ObPhysicalPlanCtx19reserve_param_spaceEl _ZN9oceanbase3sql18ObBasicSessionInfo13set_peer_addrENS_6common6ObAddrE -_ZN9oceanbase3sql13ObExecContext11init_phy_opEm -_ZN9oceanbase3sql17ObAuditRecordData17update_stage_statEv -_ZN9oceanbase3sql12ObExecRecord11update_statEv +_ZN9oceanbase3sql17ObSqlTransControl8end_stmtERNS0_13ObExecContextEb _ZN9oceanbase3sql23ObRpcRemoteSyncExecuteP25send_result_to_controllerERNS0_13ObExecContextERKNS0_14ObPhysicalPlanE _ZN9oceanbase3sql17ObChunkDatumStore11try_add_rowERKNS_6common8ObIArrayIPNS0_6ObExprEEEPNS0_9ObEvalCtxElRb +_ZN9oceanbase3sql17ObChunkDatumStore9StoredRow8do_buildILb0EEEiRPS2_RKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxEPclj +_ZN9oceanbase3sql17ObChunkDatumStore16ensure_write_blkEl _ZN9oceanbase3sql17ObChunkDatumStore13row_copy_sizeERKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxERl -_ZN9oceanbase6common13ObSEArrayImplINS_3sql15ObTableRowCountELl4ENS0_19ModulePageAllocatorELb0EE6assignERKNS0_8ObIArrayIS3_EE -_ZN9oceanbase3sql17ObSqlTransControl8end_stmtERNS0_13ObExecContextEb +_ZN9oceanbase3sql17ObChunkDatumStore18alloc_block_bufferERPNS1_5BlockEllb +_ZN9oceanbase6common20DefaultPageAllocator5allocElRKNS_3lib9ObMemAttrE +_ZN9oceanbase11transaction14ObTransService17sql_stmt_end_hookERKNS0_11ObXATransIDERNS0_8ObTxDescE +_ZN9oceanbase3sql17ObAuditRecordData17update_stage_statEv +_ZN9oceanbase3sql14ObPhysicalPlan16update_plan_statERKNS0_17ObAuditRecordDataEbbPKNS_6common8ObIArrayINS0_15ObTableRowCountEEE _ZN9oceanbase3sql5ObSql19handle_remote_queryERKNS0_15ObRemoteSqlInfoERNS0_8ObSqlCtxERNS0_13ObExecContextERNS0_15ObCacheObjGuardE _ZN9oceanbase3sql5ObSql21construct_param_storeERKNS_6common9Ob2DArrayINS2_10ObObjParamELi2079744ENS2_18ObWrapperAllocatorELb0ENS2_9ObSEArrayIPS4_Ll1ES5_Lb0EEEEERS9_ _ZN9oceanbase3sql5ObSql24add_param_to_param_storeERKNS_6common10ObObjParamERNS2_9Ob2DArrayIS3_Li2079744ENS2_18ObWrapperAllocatorELb0ENS2_9ObSEArrayIPS3_Ll1ES7_Lb0EEEEE -_ZZN9oceanbase3sql5ObSql21construct_param_storeERKNS_6common9Ob2DArrayINS2_10ObObjParamELi2079744ENS2_18ObWrapperAllocatorELb0ENS2_9ObSEArrayIPS4_Ll1ES5_Lb0EEEEERS9_ENK6$_2350clEPKc.2477d7488918a1107364fd115ff965f5 -_ZN9oceanbase6common9Ob2DArrayINS0_10ObObjParamELi2079744ENS0_18ObWrapperAllocatorELb0ENS0_9ObSEArrayIPS2_Ll1ES3_Lb0EEEE9push_backERKS2_ -_ZN9oceanbase3omt10ObThWorker10check_waitEv -_ZN9oceanbase5share17ObBGThreadMonitor4run1Ev -_ZN9oceanbase6common16ObFixedArrayImplIPNS_3sql6ObExprENS0_12ObIAllocatorEE11deserializeEPKclRl -_ZN9oceanbase6common5occam16ObOccamTimerTask11TaskWrapperclEv -_ZNK9oceanbase6common10ObFunctionIFbvEE7DerivedIZNS_4palf8election16ElectionProposer26register_renew_lease_task_EvE4$_92E6invokeEv.04e71024b39a6e507691a8fa38de0e88 -_ZN9oceanbase4palf8election16ElectionProposer7proposeEv -_ZN9oceanbase4palf8election16ElectionProposer31leader_revoke_if_lease_expired_ENS1_16RoleChangeReasonE -_ZNK9oceanbase6common10ObFunctionIFbvEE7DerivedIZNS_4palf8election16ElectionAcceptor5startEvE3$_2E6invokeEv.04e71024b39a6e507691a8fa38de0e88 -_ZN9oceanbase6common8ObRowkey11deserializeEPKclRl -_ZN9oceanbase6common11ObArrayImplINS0_19ObFixedLengthStringILl128EEENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE6assignERKNS0_8ObIArrayIS3_EE -_ZN9oceanbase7storage8ObTablet10update_rowERNS0_15ObRelativeTableERNS0_10ObStoreCtxERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEERKNS7_IlEERKNS0_10ObStoreRowESJ_ -_ZN9oceanbase3sql9ObKeyPart9intersectEPS1_b -_ZN9oceanbase11transaction17ObLocationAdapter19nonblock_get_leaderEllRKNS_5share6ObLSIDERNS_6common6ObAddrE -_ZN9oceanbase5share19ObLSLocationService19nonblock_get_leaderElmRKNS0_6ObLSIDERNS_6common6ObAddrE -_ZSt16__introsort_loopIPZNK9oceanbase3lib20ObTenantCtxAllocator10iter_labelESt8functionIFiRNS1_7ObLabelEPNS0_6common9LabelItemEEEE11ItemWrapperlN9__gnu_cxx5__ops15_Iter_comp_iterIZNKS2_10iter_labelESA_E4$_57EEEvT_SI_T0_T1_.8b77a7b4402fb90ce681ad6611953c01 -_ZN9oceanbase7storage30ObSSTableMultiVersionRowGetterD2Ev -_ZN9oceanbase3sql16ObSQLSessionInfo16drop_temp_tablesEbb -_ZNK9oceanbase12blocksstable13ObDatumRowkey23to_multi_version_rowkeyEbRNS_6common12ObIAllocatorERS1_ -_ZN9oceanbase5share20ObAllTenantInfoProxy9fill_cellEPNS_6common9sqlclient13ObMySQLResultERNS0_15ObAllTenantInfoE -_ZN9oceanbase5share19ObBackupInfoChecker14get_new_items_ERNS_6common12ObISQLClientEmbRNS2_8ObIArrayINS0_22ObBackupInfoSimpleItemEEE -_ZN9oceanbase6common11ObArrayImplINS_5share22ObBackupInfoSimpleItemENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE6removeEl -_ZN9oceanbase3sql18ObNestedLoopJoinOp18inner_get_next_rowEv -_ZZN9oceanbase8observer28init_srv_xlator_for_executorEPNS0_14ObSrvRpcXlatorEEN6$_15208__invokeERKNS0_15ObGlobalContextERPNS_3rpc5frame14ObReqProcessorERNS_5obrpc19ObRpcSessionHandlerE.4993347bc18636af120d9542b56e15f4 -_ZN9oceanbase3sql13ObDASTaskRespC1Ev -_ZN9oceanbase3sql13ObDASTaskRespC2Ev -_ZN9oceanbase3sql13ObTableLockOp15init_lock_rtdefEv -_ZNK9oceanbase6common9ObScanner9serializeEPclRl -_ZNK9oceanbase3sql17ObChunkDatumStore9serializeEPclRl -_ZN9oceanbase5share6schema18ObSchemaObjVersion11deserializeEPKclRl +_ZN9oceanbase3sql11ObPlanCache11get_ps_planERNS0_15ObCacheObjGuardEmRNS0_14ObPlanCacheCtxE +_ZN9oceanbase3omt19ObTenantConfigGuardD1Ev +_ZN9oceanbase3omt19ObTenantConfigGuardD2Ev +_ZN9oceanbase3sql12ObMaterialOp18inner_get_next_rowEv +_ZN9oceanbase3sql17ObChunkDatumStore7add_rowERKNS_6common8ObIArrayIPNS0_6ObExprEEEPNS0_9ObEvalCtxEPPNS1_9StoredRowE +easy_connection_rearm_failure_detection_timer.8d7a091449e6908669a41293537a4cf4 +_ZN9oceanbase12blocksstable10ObDatumRow5resetEv +_ZZN9oceanbase8observer26init_srv_xlator_for_othersEPNS0_14ObSrvRpcXlatorEEN6$_14158__invokeERKNS0_15ObGlobalContextERPNS_3rpc5frame14ObReqProcessorERNS_5obrpc19ObRpcSessionHandlerE.4993347bc18636af120d9542b56e15f4 +_ZNK9oceanbase10logservice11coordinator10PriorityV110serialize_EPclRl +_ZNK9oceanbase6common8ObString9serializeEPclRl +_ZNK9oceanbase6common13ObSEArrayImplINS_10logservice11coordinator12FailureEventELl3ENS0_19ModulePageAllocatorELb0EE9serializeEPclRl +_ZN9oceanbase7storage8ObTablet25write_sync_tablet_seq_logERNS_5share18ObTabletAutoincSeqEmRNS2_3SCNE +_ZN9oceanbase6common21ObFixedClassAllocatorINS_7storage20ObSyncTabletSeqLogCbEE3getEPKc +_ZN9oceanbase7storage8ObTablet27save_multi_source_data_unitINS_5share18ObTabletAutoincSeqEEEiPKT_RKNS3_3SCNEbNS_8memtable13MemtableRefOpEb +_ZZN9oceanbase8memtable22ObIMultiSourceDataUnit29dec_unsync_cnt_for_multi_dataEvENKUlPKcE_clES3_ +_ZN9oceanbase7storage19ObStorageTableGuard28refresh_and_protect_memtableEv +_ZN9oceanbase7storage19ObTabletMemtableMgr21get_boundary_memtableERNS0_15ObTableHandleV2E +_ZNK9oceanbase7storage19ObTabletMemtableMgr39get_memtable_for_multi_source_data_unitERNS0_15ObTableHandleV2ENS_8memtable23MultiSourceDataUnitTypeE +_ZNK9oceanbase8memtable10ObMemtable26has_multi_source_data_unitENS0_23MultiSourceDataUnitTypeE +_ZN9oceanbase8memtable10ObMemtable27save_multi_source_data_unitINS_5share18ObTabletAutoincSeqEEEiPKT_NS3_3SCNEbNS0_13MemtableRefOpEb +_ZNK9oceanbase5share18ObTabletAutoincSeq4typeEv +_ZN9oceanbase8memtable17ObMultiSourceData19deep_copy_data_unitINS_5share18ObTabletAutoincSeqEEEiPKT_RPS5_RNS_6common12ObIAllocatorE +_ZZN9oceanbase8memtable10ObMemtable27save_multi_source_data_unitINS_5share18ObTabletAutoincSeqEEEiPKT_NS3_3SCNEbNS0_13MemtableRefOpEbENKUlPKcE10_clESB_ +_ZN9oceanbase8memtable17ObMultiSourceData27save_multi_source_data_unitINS_5share18ObTabletAutoincSeqEEEiPKT_b +_ZNK9oceanbase11transaction11ObAllIDMeta19get_serialize_size_Ev +_ZN9oceanbase8observer20ObInnerSQLConnection13execute_writeEmRKNS_6common8ObStringERlbPKNS2_6ObAddrE +_ZN9oceanbase3sql17ObChunkDatumStore13ChunkIterator5resetEv +_ZN9oceanbase12blocksstable17ObTmpFileIOHandle5resetEv +easy_connection_send_session +_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdEbNS0_14ShareMemMgrTagEE16load_access_bkt_ERKS3_RmRPNS5_6BucketE +_ZN9oceanbase6common13ObSEArrayImplIlLl8ENS0_19ModulePageAllocatorELb0EE6assignERKNS0_8ObIArrayIlEE +_ZN9oceanbase6common15ObLinearHashMapINS_5share6ObLSIDEPNS_10logservice13ObApplyStatusENS0_14ShareMemMgrTagEE11do_operate_INS4_17ObLogApplyService21GetApplyStatusFunctorEEEiRKS3_RT_ +_ZN9oceanbase6common15ObLinearHashMapINS_5share6ObLSIDEPNS_10logservice13ObApplyStatusENS0_14ShareMemMgrTagEE18unload_access_bkt_EPNS8_6BucketESA_ +_ZN9oceanbase6common15ObLinearHashMapINS_5share6ObLSIDEPNS_10logservice13ObApplyStatusENS0_14ShareMemMgrTagEE7shrink_Ev +_ZN9oceanbase6common15ObLinearHashMapINS_5share6ObLSIDEPNS_10logservice13ObApplyStatusENS0_14ShareMemMgrTagEE16load_access_bkt_ERKS3_RmRPNS8_6BucketE _ZNK9oceanbase5obrpc14ObGtsRpcResult9serializeEPclRl -_ZN9oceanbase11transaction7ObTsMgr17handle_gts_resultEmli -_ZN9oceanbase7storage21ObIndexTreePrefetcherD2Ev -_ZN9oceanbase5share20ObBackupInfoOperator17get_string_value_ERNS_6common12ObISQLClientEbPKcPcl -_ZNK9oceanbase3sql17ObChunkDatumStore19get_serialize_size_Ev -_ZN9oceanbase6common15ObSyncIOChannel4run1Ev -_ZN9oceanbase8observer20ObInnerSQLConnection17start_transactionERKmb -_ZN9oceanbase7storage17ObLSTabletService10insert_rowERNS0_10ObStoreCtxERKNS0_14ObDMLBaseParamERKNS_6common8ObIArrayImEESB_RKNS7_8ObNewRowENS0_12ObInsertFlagERlRPNS7_16ObNewRowIteratorE -_ZN9oceanbase7storage17ObSingleRowGetter21init_dml_access_paramERNS0_15ObRelativeTableERKNS0_14ObDMLBaseParamERKNS_6common8ObIArrayImEE -_ZN9oceanbase3sql17ObConflictChecker35build_primary_table_lookup_das_taskEv -_ZNK9oceanbase6common10ObNewRange22compare_with_startkey2ERKS1_ -_ZN9oceanbase8observer9ObService15fill_ls_replicaEmRKNS_5share6ObLSIDERNS2_11ObLSReplicaE +_ZN9oceanbase6common16ObFixedArrayImplINS_3sql15ObTableRowCountENS0_12ObIAllocatorEE7reserveEl +_ZN9oceanbase6common16ObFixedArrayImplINS_3sql15ObTableRowCountENS0_12ObIAllocatorEE4initEl +_ZN9oceanbase6common11ObArrayImplINS_5share11ObLSReplicaENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEE10extend_bufEl +_ZN9oceanbase5share8ObLSInfo21update_replica_statusEv +_ZN9oceanbase6common11ObIORequest6finishERKNS0_11ObIORetCodeE +_ZN9oceanbase6common9ObIOUsage18calculate_io_usageEv +_ZN9oceanbase3omt17ObTenantConfigMgr18get_lease_responseERNS_5share15ObLeaseResponseE +_ZN9oceanbase3sql14ObRADatumStore6Reader5resetEv +_ZNK9oceanbase12blocksstable13ObRowCacheKey4hashERm +_ZNK9oceanbase5share17ObMasterKeyGetter23get_max_stored_versionsERNS_6common8ObIArrayISt4pairImmEEE +_ZN9oceanbase3sql23ObRpcRemoteSyncExecuteP15before_responseEi +_ZN9oceanbase11transaction8ObTxDesc17get_inc_exec_infoERNS0_14ObTxExecResultE +_ZN9oceanbase10rootserver18ObTenantInfoLoader4run2Ev +_ZN9oceanbase10rootserver20ObAllTenantInfoCache19refresh_tenant_infoEmPNS_6common12ObMySQLProxyE +_ZN9oceanbase3sql16ObFastParserBase31process_identifier_begin_with_tERb +_ZN9oceanbase10logservice11coordinator33AllLsElectionReferenceInfoFactory10create_newEv +_ZNK9oceanbase12blocksstable25ObSSTableMacroBlockHeader9serializeEPclRl +_ZN9oceanbase5share19ObPersistentLSTable13get_by_tenantEmRNS_6common8ObIArrayINS0_8ObLSInfoEEE +_ZN9oceanbase3sql20ObRemoteBaseExecutePINS_5obrpc18ObExecutorRpcProxy5ObRpcILNS2_15ObRpcPacketCodeE1308EvEEED2Ev +_ZN9oceanbase11transaction12ObGtsRequest11deserializeEPKclRl +_ZNK9oceanbase3lib20ObTenantCtxAllocator10iter_labelESt8functionIFiRNS0_7ObLabelEPNS_6common9LabelItemEEE +_ZNSt17_Function_handlerIFiRN9oceanbase3lib7ObLabelEPNS0_6common9LabelItemEEZNKS1_20ObTenantCtxAllocator11print_usageEvE4$_67E9_M_invokeERKSt9_Any_dataS3_OS6_.8b77a7b4402fb90ce681ad6611953c01 +_ZN9oceanbase6common11ObArrayImplINS_5share18ObLSLeaderLocationENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_17DefaultItemEncodeIS3_EEE9push_backERKS3_ +_ZN9oceanbase3sql13ObTableLockOp15init_lock_rtdefEv +_ZN9oceanbase6common16ObFixedArrayImplIbNS0_12ObIAllocatorEE16prepare_allocateEl +_ZN9oceanbase3sql15ObRawExprCopier8add_exprEPKNS0_9ObRawExprES4_ +_ZN9oceanbase6common16ObFixedArrayImplIlNS0_12ObIAllocatorEE16prepare_allocateEl +_ZN9oceanbase6common16ObFixedArrayImplIiNS0_12ObIAllocatorEE16prepare_allocateEl +_ZN9oceanbase10logservice19ObServerLogBlockMgr15create_block_atERKiPKcl +_ZNK9oceanbase6common4hash18ObPointerHashArrayINS_5share6schema24ObTableSchemaHashWrapperEPNS4_21ObSimpleTableSchemaV2ENS4_13GetTableKeyV2EE27placement_hash_find_set_posERKS5_iRlRb +_ZN9oceanbase3sql23ObDynamicSamplePieceMsgC1Ev +_ZN9oceanbase3rpc5frame10ObReqQueue4loopEv +_ZNK9oceanbase6common5ObObj9serializeEPclRl +_ZNK9oceanbase6common9ObObjMeta9serializeEPclRl +_ZNK9oceanbase3sql3dtl15ObDtlExecServer19get_serialize_size_Ev +_ZN9oceanbase6common9PageArenaImNS0_20DefaultPageAllocatorEE6_allocEl +_ZN9oceanbase7storage15ObTableReadInfoD1Ev +_ZN9oceanbase7storage15ObTableReadInfoD2Ev +_ZN9oceanbase3sql17ObChunkDatumStore15ShadowStoredRow11shadow_copyERKNS_6common8ObIArrayIPNS0_6ObExprEEERNS0_9ObEvalCtxE +_ZN9oceanbase7storage19ObTabletMemtableMgr23get_memtable_for_replayENS_5share3SCNERNS0_15ObTableHandleV2E +_ZN9oceanbase3sql12ObHashJoinOp15calc_hash_valueERKNS_6common8ObIArrayIPNS0_6ObExprEEERKNS3_INS2_10ObHashFuncEEERmbRb +_ZN9oceanbase7storage16ObStorageLogItem8fill_logElRKNS0_17ObStorageLogParamEi +_ZN9oceanbase4palf6LogRpc12post_requestINS0_13CommittedInfoEEEiRKNS_6common6ObAddrElRKT_ +_ZZN9oceanbase4palf6LogRpc12post_requestINS0_13CommittedInfoEEEiRKNS_6common6ObAddrElRKT_ENKUlPKcE_clESC_ +_ZN9oceanbase5obrpc13LogRpcProxyV211post_packetERKNS_6common6ObAddrERKNS_4palf16LogRpcPacketImplINS6_13CommittedInfoEEElRKNS6_28PalfTransportCompressOptionsE +_ZNK9oceanbase3sql15ObTableLocation20calculate_tablet_idsERNS0_13ObExecContextERKNS_6common9Ob2DArrayINS4_10ObObjParamELi2079744ENS4_18ObWrapperAllocatorELb0ENS4_9ObSEArrayIPS6_Ll1ES7_Lb0EEEEERNS4_8ObIArrayINS4_10ObTabletIDEEERNSE_ImEERKNS4_20ObDataTypeCastParamsE +_ZN9oceanbase6common13ObSEArrayImplINS0_10ObTabletIDELl8ENS0_19ModulePageAllocatorELb0EE9push_backERKS2_ +_ZN9oceanbase6common13ObSEArrayImplImLl8ENS0_19ModulePageAllocatorELb0EE9push_backERKm +_ZZNK9oceanbase3sql15ObTableLocation20calculate_tablet_idsERNS0_13ObExecContextERKNS_6common9Ob2DArrayINS4_10ObObjParamELi2079744ENS4_18ObWrapperAllocatorELb0ENS4_9ObSEArrayIPS6_Ll1ES7_Lb0EEEEERNS4_8ObIArrayINS4_10ObTabletIDEEERNSE_ImEERKNS4_20ObDataTypeCastParamsEENK6$_1538clEPKc.c0f3ebb58adf60d04e27c69da5b90c06 +_ZNK9oceanbase3sql15ObTableLocation31calc_partition_ids_by_calc_nodeERNS0_13ObExecContextERNS0_17ObDASTabletMapperERKNS_6common9Ob2DArrayINS6_10ObObjParamELi2079744ENS6_18ObWrapperAllocatorELb0ENS6_9ObSEArrayIPS8_Ll1ES9_Lb0EEEEEPKNS0_17ObPartLocCalcNodeESI_PKNS0_10ObTempExprEbRNS6_8ObIArrayINS6_10ObTabletIDEEERNSM_ImEERKNS6_20ObDataTypeCastParamsEPKSQ_ +_ZN9oceanbase3sql16ObDesExecContext15cleanup_sessionEv +_ZN9oceanbase7storage18LockForReadFunctorclERKNS0_8ObTxDataEPNS0_9ObTxCCCtxE +_ZNK9oceanbase7storage19ObTabletMemtableMgr26get_multi_source_data_unitEPNS_8memtable22ObIMultiSourceDataUnitEPNS_6common12ObIAllocatorE +_ZN9oceanbase11transaction14ObTransService17get_read_snapshotERNS0_8ObTxDescENS0_18ObTxIsolationLevelElRNS0_16ObTxReadSnapshotE +_ZN9oceanbase6common10ObFunctionIFbvEE8AbstractD2Ev +_ZN9oceanbase11transaction14ObTransService29sync_acquire_global_snapshot_ERNS0_8ObTxDescElRNS_5share3SCNERl +_ZN9oceanbase3omt13ObMultiTenant14get_tenant_idsERNS_6common8ObVectorImNS2_9PageArenaImNS2_20DefaultPageAllocatorEEEEE +_ZN9oceanbase6common15ObFIFOAllocator4freeEPv +_ZN9oceanbase8memtable10ObMemtable5lock_ERNS_7storage10ObStoreCtxEmRKNS2_15ObTableReadInfoERKNS_6common13ObStoreRowkeyERNS0_13ObMemtableKeyE +_ZN9oceanbase12blocksstable11ObRowWriter12write_rowkeyERKNS_6common13ObStoreRowkeyERPcRl +_ZN9oceanbase12blocksstable11ObRowWriter13append_columnERKNS_6common5ObObjE +_ZN9oceanbase3sql3dtl19ObDtlChannelManager14remove_channelEmmRPNS1_12ObDtlChannelE +_ZN9oceanbase8memtable13ObQueryEngine11sample_rowsEPNS1_8IteratorINS_8keybtree16BtreeRawIteratorINS0_20ObStoreRowkeyWrapperEPNS0_9ObMvccRowEEEEEPKNS0_13ObMemtableKeyEiSD_iRlSE_Rd +_ZN9oceanbase5share17ObBGThreadMonitor4run1Ev +_ZN9oceanbase6common16ObFixedArrayImplIPKNS0_10ObObjParamENS0_12ObIAllocatorEE4initEl +_ZN9oceanbase7archive14ObArchiveLSMgr4run1Ev +_ZN9oceanbase7storage8ObTablet28get_kept_multi_version_startERNS0_4ObLSERKS1_Rl +_ZN9oceanbase6common16ObClusterVersion23get_tenant_data_versionEmRm +_ZN9oceanbase6common11ObIORequest12alloc_io_bufEv +_ZN9oceanbase6common13ObIOAllocator5allocEl +_ZN9oceanbase3sql13ObTableScanOp10inner_openEv +_ZN9oceanbase10logservice19ObRemoteFetchWorker4run1Ev +_ZTWN9oceanbase3lib7Threads11thread_idx_E _ZN9oceanbase6common16ObMultiModRefMgrINS_7storage10ObLSGetModEE3decES3_ -_ZN9oceanbase5share11ObLSReplica24transform_ob_member_listERKNS_6common16ObMemberListBaseILl7EEERNS2_9ObSEArrayINS0_12SimpleMemberELl7ENS2_15ObNullAllocatorELb0EEE -_ZN9oceanbase11transaction8ObTxDesc11deserializeEPKclRl -_ZN9oceanbase6common13ObSEArrayImplINS_11transaction8ObTxPartELl4ENS0_19ModulePageAllocatorELb0EE11deserializeEPKclRl -_ZNK9oceanbase3sql13ObDASTaskResp9serializeEPclRl +_ZN9oceanbase6common6ObCond9timedwaitEl +_ZZN9oceanbase10logservice19ObRemoteFetchWorker16do_consume_data_EvENK5$_210clEPKc.ea47d2e9f0bc26d694b944d9a8745051 +_ZN9oceanbase7storage18ObSSTableRowGetter9fetch_rowERNS0_19ObSSTableReadHandleERPKNS_12blocksstable10ObDatumRowE +_ZN9oceanbase12blocksstable21ObMicroBlockRowGetter7get_rowERNS_7storage19ObSSTableReadHandleERPKNS0_10ObDatumRowERNS0_18ObMacroBlockReaderE +_ZN9oceanbase7storage22ObMicroBlockDataHandle19get_data_block_dataERNS_12blocksstable18ObMacroBlockReaderERNS2_16ObMicroBlockDataE +_ZN9oceanbase6common5occam17ObOccamThreadPool30keep_fetching_task_until_stop_Em +_ZNK9oceanbase6common10ObFunctionIFvvEE7DerivedIZNS0_5occam17ObOccamThreadPool11commit_taskILNS5_13TASK_PRIORITYE1ERNS5_16ObOccamTimerTask11TaskWrapperEJEEEiRNS0_8ObFutureINSt9result_ofIFT0_DpT1_EE4typeEEEOSE_DpOSF_EUlvE_E6invokeEv +_ZN9oceanbase6common5occam17ObOccamThreadPool14InnerTaskQueue8pop_taskERNS0_10ObFunctionIFvvEEEl +_ZN9oceanbase3lib11ObLockGuardINS_6common10ObSpinLockEEC2ERS3_ +_ZN9oceanbase6common6future12ObFutureBaseIbE3setIbEEiOT_ +_ZN9oceanbase6common5occam16ObOccamTimerTask11TaskWrapperclEv +_ZN9oceanbase6common14ObStringHolder6assignERKNS0_8ObStringE +_ZNK9oceanbase4palf8election5Lease10is_expiredEv +_ZNK9oceanbase6common10ObFunctionIFbvEE7DerivedIZNS_10logservice11coordinator17ObFailureDetector9mtl_startERPS7_E3$_4E6invokeEv.1fe7ebfb3940a93c481d824e0f898d99 +_ZNK9oceanbase6common10ObFunctionIFbvEE7DerivedIZNS_4palf8election16ElectionAcceptor5startEvE3$_1E6invokeEv.04e71024b39a6e507691a8fa38de0e88 +_ZNK9oceanbase6common10ObFunctionIFbvEE7DerivedIZNS_7storage15ObTenantFreezer5startEvE5$_422E6invokeEv.a13d96b7c27110f7acdd340c58275d80 +_ZN9oceanbase12blocksstable11ObRowReader11read_columnEPKcllRNS0_14ObStorageDatumE +_ZN9oceanbase6common11ObObjCaster7to_typeERKNS0_12ObExpectTypeERNS0_15ObObjCastParamsERKNS0_5ObObjERS7_RPS8_ +_ZN9oceanbase4palf13LogConfigInfoC1Ev +_ZN9oceanbase4palf13LogConfigInfoC2Ev +_ZN9oceanbase3sql11ObResultSet8open_cmdEv +_ZN9oceanbase7storage21ObIndexTreePrefetcher19prefetch_block_dataERNS_12blocksstable16ObMicroIndexInfoERNS0_22ObMicroBlockDataHandleEb +_ZN9oceanbase12blocksstable18ObIMicroBlockCache15get_cache_blockEmNS0_12MacroBlockIdEllRNS0_24ObMicroBlockBufferHandleE +_ZNK9oceanbase3sql18ObBasicSessionInfo24calc_need_serialize_varsERNS_6common8ObIArrayINS_5share17ObSysVarClassTypeEEERNS3_INS2_8ObStringEEE +_ZN9oceanbase6common23ObOptStatMonitorManager15ReadMapAtomicOpclERNS0_4hash11HashMapPairImPNS3_9ObHashMapISt4pairImmENS0_12ObOptDmlStatENS3_24LatchReadWriteDefendModeENS3_9hash_funcIS7_EENS3_8equal_toIS7_EENS3_13SimpleAllocerINS3_15ObHashTableNodeINS4_IS7_S8_EEEELi65ENS3_19SpinMutexDefendModeENS3_29DefaultSimpleAllocerAllocatorEEENS3_13NormalPointerENS0_8ObMallocELl1EEEEE +_ZN9oceanbase6common4hash11ObHashTableISt4pairImmENS1_11HashMapPairIS4_NS0_12ObOptDmlStatEEENS1_9hash_funcIS4_EENS1_8equal_toIS4_EENS1_10pair_firstIS7_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS7_EELi65ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_24LatchReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE6atomicINS0_23ObOptStatMonitorManager19UpdateValueAtomicOpENS1_8pre_procIS7_EEEEiRKS4_RT_RT0_ +_ZN9oceanbase4palf8election30ElectionAcceptRequestMsgMiddle12deserialize_EPKclRl +_ZN9oceanbase5obrpc10ObRpcProxy8rpc_postINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5387EvEEEEiRKNT_7RequestEPNS1_7AsyncCBIS7_EERKNS0_9ObRpcOptsE +_ZNK9oceanbase4palf16LogRpcPacketImplINS0_8election25ElectionAcceptResponseMsgEE9serializeEPclRl +_ZN9oceanbase3sql17ObChunkDatumStore8Iterator4initEPS1_lPKNS1_12IterationAgeE +_ZN9oceanbase6common8TCRWLock10try_rdlockEv +_ZN9oceanbase6common25ObFixedSizeBlockAllocatorILl2097152EE4freeEPv +_ZN9oceanbase3sql20ObSqlMemMgrProcessor42update_max_available_mem_size_periodicallyEPNS_6common12ObIAllocatorESt8functionIFblEERb +_ZN9oceanbase6common4hash11ObHashTableINS0_6ObAddrENS1_11HashMapPairIS3_NS1_11HashNullObjEEENS1_9hash_funcIS3_EENS1_8equal_toIS3_EENS1_10pair_firstIS6_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS6_EELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19ReadWriteDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE14set_refactoredERKS3_RKS6_iii +easy_baseth_pool_monitor_func.4cdd23ddacb096b5c68ec580fb4fcf84.llvm.16313254478141623835 +_ZNK9oceanbase4palf8election15ElectionMsgBase9serializeEPclRl +_ZNK9oceanbase4palf8election18ElectionMsgDebugTs9serializeEPclRl +_ZN9oceanbase3sql14ObStmtResolver11create_stmtINS0_14ObEndTransStmtEEEPT_v +_ZN9oceanbase3lib13ObResourceMgr23get_tenant_resource_mgrEmRNS0_25ObTenantResourceMgrHandleE +_ZN9oceanbase10rootserver24ObTenantRecoveryReportor18update_ls_recoveryEPNS_7storage4ObLSEPNS_6common12ObMySQLProxyE +_ZN9oceanbase5share24ObLSRecoveryStatOperator23update_ls_recovery_statERKNS0_16ObLSRecoveryStatERNS_6common12ObMySQLProxyE +_ZN9oceanbase11transaction14ObTransService20get_ls_read_snapshotERNS0_8ObTxDescENS0_18ObTxIsolationLevelERKNS_5share6ObLSIDElRNS0_16ObTxReadSnapshotE +_ZN9oceanbase11transaction10ObTxCtxMgr20revert_ls_tx_ctx_mgrEPNS0_12ObLSTxCtxMgrE +_ZN9oceanbase5share24ObLSRecoveryStatOperator20get_ls_recovery_statERKmRKNS0_6ObLSIDEbRNS0_16ObLSRecoveryStatERNS_6common12ObISQLClientE +_ZN9oceanbase6common23ObSingleConnectionProxy4readERNS0_12ObISQLClient10ReadResultEmPKc +_ZN9oceanbase3sql12ObQueryRange5resetEv +_ZN9oceanbase3sql12ObHashJoinOp11part_rescanEv +_ZN9oceanbase7storage23ObTenantTabletScheduler24schedule_ls_medium_mergeERlRNS0_4ObLSERbS5_ +_ZN9oceanbase7storage4ObLS11get_ls_roleERNS_6common6ObRoleE +_ZN9oceanbase7storage8ObLSLock4lockEll +_ZN9oceanbase7storage13ObLSLockGuardD1Ev +_ZN9oceanbase7storage13ObLSLockGuardD2Ev +_ZN9oceanbase10compaction21ObAdaptiveMergePolicy25get_adaptive_merge_reasonERKNS_7storage8ObTabletERNS1_19AdaptiveMergeReasonE +_ZN9oceanbase7storage21ObTenantTabletStatMgr22get_latest_tablet_statERKNS_5share6ObLSIDERKNS_6common10ObTabletIDERNS0_12ObTabletStatE +_ZN9oceanbase6common4hash11ObHashTableINS_7storage15ObTabletStatKeyENS1_11HashMapPairIS4_PNS3_18ObTabletStreamNodeEEENS1_9hash_funcIS4_EENS1_8equal_toIS4_EENS1_10pair_firstIS8_EENS1_13SimpleAllocerINS1_15ObHashTableNodeIS8_EELi98ENS1_19SpinMutexDefendModeENS1_29DefaultSimpleAllocerAllocatorEEENS1_19NoPthreadDefendModeENS1_13NormalPointerENS0_8ObMallocELl1EE14get_refactoredERKS4_RS8_l +_ZN9oceanbase5obrpc14ObRpcProcessorINS0_13ObWrsRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1815EvEEE11decode_baseEPKclRl +_ZN9oceanbase8memtable22ObMemtableRowCompactor7compactENS_5share3SCNE +_ZN9oceanbase8memtable22ObMemtableRowCompactor23construct_compact_node_ENS_5share3SCNEPNS0_15ObMvccTransNodeE +_ZN9oceanbase5share6schema11ObPartition6assignERKS2_ +_ZN9oceanbase7storage18ObTenantMetaMemMgr22get_min_end_scn_for_lsERKNS_5share6ObLSIDERNS2_3SCNE +_ZN9oceanbase3sql3dtl15ObDtlAsynSender9asyn_sendEv +_ZN9oceanbase11transaction14ObPartTransCtxC2Ev +_ZN9oceanbase11transaction9ObTxLogCbC2Ev +_ZN9oceanbase3sql9ObKeyPart9intersectEPS1_b +_ZN9oceanbase3sql18ObPxTreeSerializer27deserialize_expr_frame_infoEPKclRlRNS0_13ObExecContextERNS0_15ObExprFrameInfoE +_ZN9oceanbase3sql6ObExpr11deserializeEPKclRl +_ZN9oceanbase3sql6ObExpr12deserialize_EPKclRl +_ZN9oceanbase6common13serialization6decodeEPKclRlRPFvRNS_3sql18ObSerializeFuncTagEE +_ZN9oceanbase6common12ObDatumFuncs14get_basic_funcENS0_9ObObjTypeENS0_15ObCollationTypeEsbb +_ZN9oceanbase3sql11ObDatumMeta11deserializeEPKclRl +_ZN9oceanbase6common13serialization6decodeIPNS_3sql6ObExprEjEEiPKclRlRKNS1_11ObSerCArrayIPT_T0_EE +_ZN9oceanbase3sql13ObEnumSetInfo11deserializeEPKclRl +_ZNK9oceanbase6common9ObScanner9serializeEPclRl +_ZNK9oceanbase6common10ObRowStore9serializeEPclRl +_ZNK9oceanbase3sql17ObChunkDatumStore9serializeEPclRl _ZNK9oceanbase11transaction14ObTxExecResult9serializeEPclRl _ZNK9oceanbase6common13ObSEArrayImplINS_11transaction8ObTxPartELl4ENS0_19ModulePageAllocatorELb0EE9serializeEPclRl -_ZN9oceanbase5obrpc19ObBlacklistRpcProxy8send_reqERKNS_6common6ObAddrElRKNS0_14ObBlacklistReqE +_ZZN9oceanbase8observer31init_srv_xlator_for_transactionEPNS0_14ObSrvRpcXlatorEEN6$_15328__invokeERKNS0_15ObGlobalContextERPNS_3rpc5frame14ObReqProcessorERNS_5obrpc19ObRpcSessionHandlerE.4993347bc18636af120d9542b56e15f4 +_ZN9oceanbase6common6DCHashINS_3sql14SessionInfoKeyELl8EE3delERKS3_RPNS0_11KeyHashNodeIS3_EE _ZN9oceanbase6common6DCHashINS_3sql14SessionInfoKeyELl8EE24alloc_and_init_cur_arrayEv -_ZN9oceanbase3sql3dtl15ObDtlAsynSender9asyn_sendEv -_ZN9oceanbase11transaction17ObTimestampAccess14handle_requestERKNS0_12ObGtsRequestERNS_5obrpc14ObGtsRpcResultE -_ZN9oceanbase5obrpc18ObTxKeepaliveRespP7processEv -_ZN9oceanbase11transaction14ObPartTransCtx22rollback_to_savepoint_Ell -_ZN9oceanbase8memtable13ObMemtableCtx8rollbackEll -_ZN9oceanbase6common11ObTimeWheel6cancelEPNS0_15ObTimeWheelTaskE -_ZN9oceanbase5share17ObInMemoryLSTable6updateERKNS0_11ObLSReplicaEb -_ZN9oceanbase3sql20ObAggregateProcessor7processERNS1_8GroupRowEb -_ZN9oceanbase3sql19ObExprLeastGreatest10calc_mysqlERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumEb -_ZN9oceanbase6common15ObLinearHashMapINS0_6ObAddrENS0_9ObSEArrayINS_5share6ObLSIDELl3ENS0_19ModulePageAllocatorELb0EEENS0_14ShareMemMgrTagEE7destroyEv -_ZNK9oceanbase3sql8ObDfoMgr8do_splitERNS0_13ObExecContextERNS_6common12ObIAllocatorEPKNS0_8ObOpSpecERPNS0_5ObDfoERKNS0_19ObDfoInterruptIdGenE -_ZN9oceanbase3sql18ObNestedLoopJoinOpC1ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE -_ZN9oceanbase3sql11ObDASLockOp7open_opEv -_ZN9oceanbase7storage15ObAccessService9lock_rowsERKNS_5share6ObLSIDERKNS_6common10ObTabletIDERNS_11transaction8ObTxDescERKNS0_14ObDMLBaseParamElNS0_10ObLockFlagEPNS6_16ObNewRowIteratorERl -_ZN9oceanbase7storage17ObLSTabletService9lock_rowsERNS0_10ObStoreCtxERKNS0_14ObDMLBaseParamElNS0_10ObLockFlagEbPNS_6common16ObNewRowIteratorERl -_ZN9oceanbase3sql11ObPxSqcMetaC2Ev -_ZNK9oceanbase4palf14PalfHandleImpl17ElectionMsgSender4sendERKNS0_8election25ElectionAcceptResponseMsgE -_ZNK9oceanbase6common13ObSEArrayImplINS_3sql17ObPxRpcAddrTargetELl100ENS0_19ModulePageAllocatorELb0EE9serializeEPclRl -_ZN9oceanbase3sql23ObBasicNestedLoopJoinOp21prepare_rescan_paramsEb -_ZNK9oceanbase5share8ObLSInfo9serializeEPclRl -_ZNK9oceanbase5share11ObLSReplica19get_serialize_size_Ev -_ZNK9oceanbase5share19ObUnitTableOperator10read_unitsERNS_6common11ObSqlStringERNS2_8ObIArrayINS0_6ObUnitEEE +_ZN9oceanbase7storage23ObScanMergeLoserTreeCmp3cmpERKNS0_24ObScanMergeLoserTreeItemES4_Rl +_ZN9oceanbase5share6schema20ObDDLTransController4run1Ev +_ZN9oceanbase7storage19ObTxDataMemtableMgr11get_rec_scnEv +_ZN9oceanbase6common11ObArrayImplINS0_19ObFixedLengthStringILl128EEENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS3_EENS0_22NotImplementItemEncodeIS3_EEE6assignERKNS0_8ObIArrayIS3_EE +_ZN9oceanbase3sql13ObDASInsertOp16fill_task_resultERNS0_16ObIDASTaskResultERbRl +_ZN9oceanbase3sql24ObTenantSqlMemoryManager27calculate_global_bound_sizeEPNS_6common12ObIAllocatorEb +_ZN9oceanbase3sql24ObTenantSqlMemoryManager38count_profile_into_work_area_intervalsEPNS0_21ObSqlWorkAreaIntervalERlS4_ +_ZN9oceanbase3sql24ObTenantSqlMemoryManager32try_push_profiles_work_area_sizeEl _ZN9oceanbase7storage14ObLSWRSHandler38generate_ls_weak_read_snapshot_versionERNS0_4ObLSERbS4_RNS_5share3SCNEl -_ZN9oceanbase11transaction10ObTransRpc5post_ERKNS_6common6ObAddrERNS0_7ObTxMsgE -_ZN9oceanbase3sql12ObIDASTaskOp11deserializeEPKclRl -_ZN9oceanbase3sql12ObHashJoinOp21recursive_postprocessEv -_ZN9oceanbase6common12ObLimitParam11deserializeEPKclRl -_ZNK9oceanbase3sql16ObDASWriteBuffer9serializeEPclRl -_ZNK9oceanbase7storage14ObFrozenStatus9serializeEPclRl -_ZN9oceanbase7storage15ObMultipleMergeC2Ev -_ZN9oceanbase3sql12ObQueryRange16and_first_searchERNS1_13ObSearchStateEPNS0_9ObKeyPartERNS_6common9ObSEArrayIPNS6_10ObNewRangeELl1ENS6_19ModulePageAllocatorELb0EEERNS7_IbLl2ESA_Lb1EEERKNS6_20ObDataTypeCastParamsE -_ZN9oceanbase5obrpc10ObRpcProxy8rpc_callINS_5share14ObLeaseRequestENS3_15ObLeaseResponseEEEiNS0_15ObRpcPacketCodeERKT_RT0_PNS0_6HandleERKNS0_9ObRpcOptsE -_ZN9oceanbase5obrpc10ObRpcProxy8rpc_postINS0_15ObTransRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1626EvEEEEiRKNT_7RequestEPNS1_7AsyncCBIS7_EERKNS0_9ObRpcOptsE -_ZN9oceanbase7storage23ObTenantTabletScheduler24schedule_ls_medium_mergeERlRNS0_4ObLSERbS5_ -_ZNK9oceanbase7storage13ObITableArray18get_boundary_tableEb -_ZNK9oceanbase8memtable10ObMemtable26has_multi_source_data_unitENS0_23MultiSourceDataUnitTypeE -_ZN9oceanbase10rootserver11ObDRTaskMgr4run3Ev -_ZN9oceanbase3sql18ObPXServerAddrUtil13build_dfo_sqcERNS0_13ObExecContextERKNS_6common6ObListIPNS0_14ObDASTabletLocENS4_12ObIAllocatorEEERNS0_5ObDfoE -_ZN9oceanbase3sql19ObBatchRescanParams11deserializeEPKclRl -_ZN9oceanbase6common19ObTableAccessHelper20split_string_by_charERKNS0_14ObStringHolderEcRNS0_8ObIArrayIS2_EE +_ZN9oceanbase7storage8ObLSMeta19ObSpinLockTimeGuardD2Ev +_ZN9oceanbase4palf8election30ElectionAcceptRequestMsgMiddle11deserializeEPKclRl +_ZN9oceanbase12blocksstable22ObIndexBlockRowScanner4openERKNS0_12MacroBlockIdERKNS0_16ObMicroBlockDataERKNS0_13ObDatumRowkeyEs +_ZN9oceanbase12blocksstable22ObIndexBlockRowScanner18init_by_micro_dataERKNS0_16ObMicroBlockDataE +_ZN9oceanbase3sql13AllocOpHelperILi10EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE +_ZN9oceanbase3sql13AllocOpHelperILi34EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE +_ZN9oceanbase6common8ObRandomC1Ev +_ZN9oceanbase6common8ObRandomC2Ev +_ZN9oceanbase3sql17ObPhysicalPlanCtxC1ERNS_6common12ObIAllocatorE +_ZN9oceanbase3sql17ObPhysicalPlanCtxC2ERNS_6common12ObIAllocatorE +_ZSt16__introsort_loopIPZNK9oceanbase3lib20ObTenantCtxAllocator10iter_labelESt8functionIFiRNS1_7ObLabelEPNS0_6common9LabelItemEEEE11ItemWrapperlN9__gnu_cxx5__ops15_Iter_comp_iterIZNKS2_10iter_labelESA_E4$_64EEEvT_SI_T0_T1_.8b77a7b4402fb90ce681ad6611953c01 +_ZN9oceanbase3sql24ObRelationalExprOperator16compare_nullsafeERlRKNS_6common5ObObjES6_RNS3_15ObObjCastParamsENS3_9ObObjTypeENS3_15ObCollationTypeE +_ZN9oceanbase3sql18ObPxTreeSerializer29get_serialize_frame_info_sizeERKNS_6common8ObIArrayINS0_11ObFrameInfoEEEPPclb +_ZN9oceanbase11transaction11ObGtsSource10query_gts_ERKNS_6common6ObAddrE +_ZN9oceanbase11transaction15ObGtsRequestRpc4postEmRKNS_6common6ObAddrERKNS0_12ObGtsRequestE +_ZN9oceanbase5obrpc10ObGtsRPCCBILNS0_15ObRpcPacketCodeE1808EE8process_ERKNS0_14ObGtsRpcResultERKNS_6common6ObAddrERNS0_15ObRpcResultCodeE +_ZN9oceanbase11transaction23ObTsResponseTaskFactory5allocEv +_ZN9oceanbase11transaction7ObTsMgr10update_gtsEmNS_6common13ObMonotonicTsEliRb +_ZN9oceanbase11transaction11ObGtsSource10update_gtsENS_6common13ObMonotonicTsElS3_Rb +_ZN9oceanbase3sql13ObDASUpdateOp7open_opEv +_ZN9oceanbase3sql20ObDASIndexDMLAdaptorILi3ENS0_16ObDASUpdIteratorEE10write_rowsERKNS_5share6ObLSIDERKNS_6common10ObTabletIDERKNS0_13ObDASUpdCtDefERNS0_13ObDASUpdRtDefERS2_Rl +_ZN9oceanbase7storage15ObAccessService11update_rowsERKNS_5share6ObLSIDERKNS_6common10ObTabletIDERNS_11transaction8ObTxDescERKNS0_14ObDMLBaseParamERKNS6_8ObIArrayImEESJ_PNS6_16ObNewRowIteratorERl +_ZN9oceanbase7storage17ObLSTabletService11update_rowsERNS0_10ObStoreCtxERKNS0_14ObDMLBaseParamERKNS_6common8ObIArrayImEESB_PNS7_16ObNewRowIteratorERl +_ZN9oceanbase7storage17ObLSTabletService15process_new_rowERNS0_14ObTabletHandleERNS0_15ObDMLRunningCtxERKNS_6common8ObIArrayIlEERKNS0_10ObStoreRowESD_b +_ZN9oceanbase8memtable10ObMemtable7destroyEv +_ZN9oceanbase8keybtree10ObKeyBtreeINS_8memtable20ObStoreRowkeyWrapperEPNS2_9ObMvccRowEE7destroyEv +_ZN9oceanbase6common20ObGMemstoreAllocator14destroy_handleERNS1_11AllocHandleE +_ZN9oceanbase3sql17ObConflictChecker22check_duplicate_rowkeyEPKNS0_17ObChunkDatumStore9StoredRowERNS_6common8ObIArrayINS0_15ObConflictValueEEEb +_ZN9oceanbase6common11ObArrayImplINS_3sql3dtl16ObDtlChTotalInfoENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_17DefaultItemEncodeIS4_EEE7destroyEv +_ZN9oceanbase10compaction30ObMediumCompactionScheduleFunc34get_medium_info_list_from_memtableERNS_6common12ObIAllocatorERKNS2_8ObIArrayIPNS_7storage8ObITableEEERNS0_26ObMediumCompactionInfoListE +_ZN9oceanbase11transaction25ObStandbyTimestampService4run1Ev +_ZN9oceanbase11transaction25ObStandbyTimestampService24query_and_update_last_idEv +parse_sql +parse_malloc +parse_realloc +_ZN9oceanbase7storage18ObLobLocatorHelper19fill_lob_locator_v2ERNS_12blocksstable10ObDatumRowERKNS0_20ObTableAccessContextERKNS0_18ObTableAccessParamE +_ZN9oceanbase7storage18ObLobLocatorHelper15build_rowid_objERNS_12blocksstable10ObDatumRowERNS_6common8ObStringEbRKNS5_8ObIArrayINS_5share6schema9ObColDescEEERKNS8_IiEERKNS5_10ObTabletIDE +md5_block_asm_data_order +_ZN9oceanbase3omt13ObMultiTenant16get_tenant_unitsERNS_6common9ObSEArrayINS_5share16ObUnitInfoGetter14ObTenantConfigELl16ENS2_19ModulePageAllocatorELb0EEE +_ZN9oceanbase3sql9ObRawExpr15add_child_flagsERKNS0_11ObSqlBitSetILl96ENS0_14ObExprInfoFlagELb1EEE +_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdEbNS0_14ShareMemMgrTagEE7shrink_Ev +_ZNK9oceanbase4palf10LogStorage18read_block_header_EmRNS0_14LogBlockHeaderE +_ZZNK9oceanbase4palf9LogReader5preadEmmlRNS0_7ReadBufERlENK6$_1015clEPKc.1598dc2348996c1ae1caea6120522988 +_ZNK9oceanbase4palf9LogReader5preadEmmlRNS0_7ReadBufERl +_ZN9oceanbase3sql11ObDASLockOp7open_opEv +_ZN9oceanbase10logservice11coordinator13TableAccessor34get_all_ls_election_reference_infoERNS_6common8ObIArrayINS3_7ObTupleIJllbNS5_IJbNS3_14ObStringHolderEEEEbbbEEEEE +_ZN9oceanbase6common11ObArrayImplINS0_7ObTupleIJlNS0_14ObStringHolderES3_S3_EEENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS4_EENS0_22NotImplementItemEncodeIS4_EEE9push_backERKS4_ +_ZN9oceanbase10logservice11coordinator13TableAccessor29get_removed_status_and_reasonERNS_6common14ObStringHolderERbS5_ +_ZN9oceanbase6common19ObTableAccessHelper27read_and_convert_to_values_IJNS0_14ObStringHolderEEEEimPPKclRKNS0_8ObStringES9_DpRT_ +_ZN9oceanbase3lib6_SBaseD2Ev +_ZN9oceanbase6common19ObTableAccessHelper20get_values_from_row_ILi0ENS0_14ObStringHolderEJEEEiPNS0_9sqlclient13ObMySQLResultEPPKcRT0_DpRT1_ +_ZN9oceanbase6common19ObTableAccessHelper34get_signle_column_from_signle_row_EPNS0_9sqlclient13ObMySQLResultEPKcRNS0_14ObStringHolderE +_ZN9oceanbase6common19ObTableAccessHelper18get_my_sql_result_EPPKclRKNS0_8ObStringES7_RNS0_12ObISQLClientEmRNS8_10ReadResultERPNS0_9sqlclient13ObMySQLResultE +_ZN9oceanbase6common10to_cstringINS0_8ObStringEEEPKcRKT_NS0_8BoolTypeILb0EEE +_ZNK9oceanbase6common8ObString9to_stringEPcl +_ZN9oceanbase6common11ObSqlString10append_fmtEPKcz +_ZN9oceanbase6common11ObSqlString7reserveEl +_ZN9oceanbase6common11ObSqlString7vappendEPKcP13__va_list_tag +_ZN9oceanbase6common11ObSqlString6extendEl +_ZN9oceanbase6common16ObCommonSqlProxy4readEPNS0_9sqlclient16ObISQLConnectionERNS0_12ObISQLClient10ReadResultEmPKcPKNS0_6ObAddrE +_ZNK9oceanbase6common13ObSEArrayImplINS_3sql17ObPxRpcAddrTargetELl100ENS0_19ModulePageAllocatorELb0EE9serializeEPclRl +_ZN9oceanbase5obrpc10ObRpcProxy8rpc_postINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5386EvEEEEiRKNT_7RequestEPNS1_7AsyncCBIS7_EERKNS0_9ObRpcOptsE +_ZN9oceanbase4palf8election38print_debug_ts_if_reach_warn_thresholdERKNS1_15ElectionMsgBaseEl +_ZN9oceanbase6common15ObLinearHashMapINS_12blocksstable12MacroBlockIdEiNS0_14ShareMemMgrTagEE16do_foreach_scan_INS2_21ObSharedMacroBlockMgr15GetSmallBlockOpENS5_14DoForeachOnBktIS8_EEEEbmmRT_RT0_ +_ZN9oceanbase11transaction23ObTenantWeakReadService4run1Ev +_ZN9oceanbase11transaction23ObTenantWeakReadService15do_thread_task_ElRl +_ZN9oceanbase11transaction30ObTenantWeakReadClusterService14update_versionERl +_ZN9oceanbase6common11ObSqlString10assign_fmtEPKcz +_ZNK9oceanbase11transaction30ObTenantWeakReadClusterService16compute_version_ERlb +_ZN9oceanbase11transaction14ObWeakReadUtil30generate_min_weak_read_versionEm +_ZN9oceanbase11transaction23ObTenantWeakReadService29process_cluster_heartbeat_rpcERKNS_6common6ObAddrENS_5share3SCNElll +_ZN9oceanbase11transaction33ObTenantWeakReadClusterVersionMgr17find_match_serverERlRKNS_6common6ObAddrERPNS1_10ServerInfoE +_ZN9oceanbase5obrpc14ObRpcProcessorINS0_12ObPxRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1315EvEEE11decode_baseEPKclRl +_ZN9oceanbase6common13ObSEArrayImplINS_3sql17ObPxRpcAddrTargetELl100ENS0_19ModulePageAllocatorELb0EE11deserializeEPKclRl +_ZN9oceanbase6common16ObLogFileHandler18normal_retry_writeEPvll +_ZN9oceanbase3sql9ObDMLStmt18get_relation_exprsERNS_6common8ObIArrayINS0_16ObRawExprPointerEEERNS0_16ObStmtExprGetterE +_ZN9oceanbase10logservice18ObLogReplayService18get_replay_status_ERKNS_5share6ObLSIDERNS0_19ObReplayStatusGuardE +_ZN9oceanbase6common15ObLinearHashMapINS_5share6ObLSIDEPNS_10logservice14ObReplayStatusENS0_14ShareMemMgrTagEE16load_access_bkt_ERKS3_RmRPNS8_6BucketE +_ZN9oceanbase6common15ObLinearHashMapINS_5share6ObLSIDEPNS_10logservice14ObReplayStatusENS0_14ShareMemMgrTagEE7shrink_Ev +_ZN9oceanbase6common15ObLinearHashMapINS_5share6ObLSIDEPNS_10logservice14ObReplayStatusENS0_14ShareMemMgrTagEE17load_factor_ctrl_Em +_ZN9oceanbase8memtable16ObMvccWriteGuard10write_authERNS_7storage10ObStoreCtxE +_ZN9oceanbase10logservice14ObReplayStatus27get_min_unreplayed_log_infoERNS_4palf3LSNERNS_5share3SCNERlRNS0_13ObLogBaseTypeES8_S8_S8_ +_ZNK9oceanbase10logservice25ObReplayServiceSubmitTask27get_next_to_submit_log_infoERNS_4palf3LSNERNS_5share3SCNE +_ZN9oceanbase7storage17ObLSTabletService9lock_rowsERNS0_10ObStoreCtxERKNS0_14ObDMLBaseParamElNS0_10ObLockFlagEbPNS_6common16ObNewRowIteratorERl +_ZN9oceanbase6common13ObSEArrayImplINS_5share6schema9ObColDescELl52ENS0_19ModulePageAllocatorELb0EED2Ev +_ZN9oceanbase7storage8ObTablet8lock_rowERNS0_15ObRelativeTableERNS0_10ObStoreCtxERKNS_6common8ObNewRowE +_ZN9oceanbase3sql17ObDASDMLBaseCtDef11deserializeEPKclRl +_ZN9oceanbase5share6schema15ObTableDMLParam11deserializeEPKclRl +_ZN9oceanbase5share6schema18ObTableSchemaParam11deserializeEPKclRl +_ZN9oceanbase7storage15ObTableReadInfo11deserializeERNS_6common12ObIAllocatorEPKclRl +_ZN9oceanbase5share6schema13ObColumnParam13deep_copy_objERKNS_6common5ObObjERS4_ +_ZN9oceanbase12blocksstable19ObStorageDatumUtils4initERKNS_6common8ObIArrayINS_5share6schema9ObColDescEEElbRNS2_12ObIAllocatorE +_ZN9oceanbase6common16ObFixedArrayImplINS0_10ObHashFuncENS0_12ObIAllocatorEE9push_backERKS2_ +_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema9ObColDescENS0_12ObIAllocatorEE11deserializeEPKclRl +_ZN9oceanbase6common16ObFixedArrayImplINS0_10ObHashFuncENS0_12ObIAllocatorEE7reserveEl +_ZN9oceanbase5share6schema13ObColumnParam11deserializeEPKclRl +_ZN9oceanbase6common16ObFixedArrayImplIiNS0_12ObIAllocatorEE11deserializeEPKclRl +_ZNK9oceanbase5share6schema9ObColDesc9serializeEPclRl +_ZN9oceanbase5obrpc10ObRpcProxy8rpc_callINS0_19ObFetchTabletSeqArgENS0_19ObFetchTabletSeqResEEEiNS0_15ObRpcPacketCodeERKT_RT0_PNS0_6HandleERKNS0_9ObRpcOptsE +_ZN9oceanbase5obrpc19ObFetchTabletSeqRes11deserializeEPKclRl +_ZNK9oceanbase5obrpc19ObFetchTabletSeqArg9serializeEPclRl +_ZN9oceanbase5share23ObTabletAutoincInterval11deserializeEPKclRl +_ZN9oceanbase3sql15ObTableLocation6assignERKS1_ +_ZN9oceanbase10rootserver24ObTenantRecoveryReportor4run2Ev +_ZN9oceanbase10rootserver20ObAllTenantInfoCache15get_tenant_infoERNS_5share15ObAllTenantInfoERl +_ZN9oceanbase3sql13ObPxReceiveOp12link_ch_setsERNS0_13ObPxTaskChSetERNS_6common8ObIArrayIPNS0_3dtl12ObDtlChannelEEEPNS6_16ObDtlFlowControlE +_ZN9oceanbase6common11ObArrayImplIPNS_3sql3dtl12ObDtlChannelENS0_19ModulePageAllocatorELb0ENS0_22ObArrayDefaultCallBackIS5_EENS0_22NotImplementItemEncodeIS5_EEE9push_backERKS5_ +_ZN9oceanbase5obrpc14ObNetKeepAlive4run1Ev +_ZN9oceanbase5obrpc10ObRpcProxy8rpc_postINS0_13LogRpcProxyV25ObRpcILNS0_15ObRpcPacketCodeE5398EvEEEEiRKNT_7RequestEPNS1_7AsyncCBIS7_EERKNS0_9ObRpcOptsE +_ZNK9oceanbase4palf16LogRpcPacketImplINS0_13CommittedInfoEE9serializeEPclRl +_ZNK9oceanbase4palf13CommittedInfo9serializeEPclRl +_ZN9oceanbase3omt13ObMultiTenant22operate_in_each_tenantERKSt8functionIFivEEb +_ZN9oceanbase12blocksstable19ObMicroBlockDecoder7get_rowElRNS0_10ObDatumRowE +_ZNK9oceanbase5share22ObArchivePersistHelper20get_valid_dest_pairsERNS_6common12ObISQLClientERNS2_8ObIArrayISt4pairIllEEE +_ZN9oceanbase6common10ObIOSender4run1Ev +_ZN9oceanbase6common12ObBinaryHeapIPNS0_10ObPhyQueueENS0_13ObMClockQueue11HeapCompareIS2_XadL_ZNS2_20group_limitation_ts_EEEEELl50EE8downheapEl +_ZNK9oceanbase6common9ObScanner19get_serialize_size_Ev +_ZNK9oceanbase11transaction14ObTxExecResult19get_serialize_size_Ev +_ZNK9oceanbase6common10ObRowStore18get_serialize_sizeEv +_ZN9oceanbase3omt10ObThWorker10check_waitEv +_ZNK9oceanbase6common17ObReplicaProperty9serializeEPclRl +_ZN9oceanbase5share28ObTabletAutoincSeqRpcHandler30fetch_tablet_autoinc_seq_cacheERKNS_5obrpc19ObFetchTabletSeqArgERNS2_19ObFetchTabletSeqResE +_ZN9oceanbase7storage17ObLSTabletService10get_tabletERKNS_6common10ObTabletIDERNS0_14ObTabletHandleEl +_ZN9oceanbase3sql11ObPxSqcMetaC2Ev +_ZN9oceanbase3sql26ObPxTransmitDataChannelMsgC2Ev +_ZN9oceanbase3sql15ObTableUpdateOp11inner_closeEv +_ZNK9oceanbase3sql6ObExpr19serialize_dispatch_EPclRlSt17integral_constantIbLb0EE +_ZN9oceanbase6common13serialization6encodeIPNS_3sql6ObExprEKjEEiPclRlRKNS1_11ObSerCArrayIKPT_T0_EE +_ZN9oceanbase5share6schema17ObPartitionSchema23assign_partition_schemaERKS2_ +_ZNK9oceanbase6common8ObRowkey5equalERKS1_Rb +_ZNK9oceanbase3sql6ObExpr19get_serialize_size_Ev +_ZN9oceanbase3sql15ObTableUpdateOp23write_row_to_das_bufferEv +_ZN9oceanbase3sql12ObDMLService19write_row_to_das_opILi3EEEiRKNS0_17ObDASDMLBaseCtDefERNS0_17ObDASDMLBaseRtDefEPKNS0_14ObDASTabletLocERNS0_10ObDMLRtCtxERKNS_6common12ObFixedArrayIPNS0_6ObExprENSD_12ObIAllocatorEEERPNS0_17ObChunkDatumStore9StoredRowE +_ZN9oceanbase3sql12ObDMLService18process_update_rowERKNS0_10ObUpdCtDefERNS0_10ObUpdRtDefERbRNS0_15ObTableModifyOpE +_ZN9oceanbase3sql12ObDMLService25check_row_whether_changedERKNS0_10ObUpdCtDefERNS0_10ObUpdRtDefERNS0_9ObEvalCtxE +_ZN9oceanbase8observer20ObRootServiceMonitor4run1Ev +_ZN9oceanbase8observer20ObRootServiceMonitor20monitor_root_serviceEv +_ZZN9oceanbase10logservice12ObLogService9open_palfERKNS_5share6ObLSIDERNS_4palf15PalfHandleGuardEENK5$_369clEPKc.1291a23568de5f940ae06fb9e7354412 +_ZNK9oceanbase10rootserver10ObRsStatus12is_need_stopEv +_ZN9oceanbase3sql13string_numberERKNS0_6ObExprERNS0_9ObEvalCtxERNS_6common7ObDatumE +_ZN9oceanbase8observer18ObAllVirtualLSInfo19process_curr_tenantERPNS_6common8ObNewRowE +_ZN9oceanbase3sql15ObDASScanResultC2Ev +_ZN9oceanbase5obrpc6ObGtsP7processEv +_ZN9oceanbase11transaction17ObTimestampAccess14handle_requestERKNS0_12ObGtsRequestERNS_5obrpc14ObGtsRpcResultE +_ZN9oceanbase3sql12ObQueryRange21replace_unknown_valueEPNS0_9ObKeyPartERNS0_13ObExecContextERKNS_6common20ObDataTypeCastParamsE +_ZN9oceanbase3sql9ObKeyPart15cast_value_typeERKNS_6common20ObDataTypeCastParamsEb +_ZN9oceanbase11transaction7ObTxMsg11deserializeEPKclRl +_ZN9oceanbase5share18ObTabletAutoincMgr15fetch_new_rangeERKNS0_20ObTabletAutoincParamERKNS_6common10ObTabletIDERNS0_17ObTabletCacheNodeE +_ZN9oceanbase3sql8ObDASRef5resetEv +_ZN9oceanbase3sql18ObPxTreeSerializer23serialize_op_input_treeEPclRlRNS0_8ObOpSpecERNS0_12ObOpKitStoreEbRi +_ZN9oceanbase5obrpc13LogRpcProxyV211post_packetERKNS_6common6ObAddrERKNS_4palf16LogRpcPacketImplINS6_8election25ElectionAcceptResponseMsgEEElRKNS6_28PalfTransportCompressOptionsE +_ZN9oceanbase3sql24ObTenantSqlMemoryManager28unregister_work_area_profileERNS0_20ObSqlWorkAreaProfileE +_ZNK9oceanbase12blocksstable18ObDataBlockMetaVal9serializeEPclRl +_ZNK9oceanbase12blocksstable18ObDataBlockMetaVal18get_serialize_sizeEv +_ZN9oceanbase3sql12ObHashJoinOpC1ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE easy_connection_on_timeout_conn.8d7a091449e6908669a41293537a4cf4 +easy_request_addbuf +_ZN9oceanbase6common24ObGlobalInterruptManager16register_checkerEPNS0_18ObInterruptCheckerERKNS0_21ObInterruptibleTaskIDE +_ZN9oceanbase6common15ObFIFOAllocatorD1Ev +_ZN9oceanbase6common15ObFIFOAllocatorD2Ev +_ZN9oceanbase3sql15ObTableUpdateOp10inner_openEv +_ZNK9oceanbase3sql18ObBasicSessionInfo16SysVarsCacheData18get_serialize_sizeEv +_ZN9oceanbase3sql13AllocOpHelperILi25EE5allocERNS_6common12ObIAllocatorERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputElRPNS0_10ObOperatorE +_ZN9oceanbase6common10ObIOSender15enqueue_requestERNS0_11ObIORequestE +_ZNK9oceanbase5obrpc19ObFetchTabletSeqRes9serializeEPclRl +_ZNK9oceanbase5share23ObTabletAutoincInterval9serializeEPclRl +_ZN9oceanbase6common15ObIKVCacheStoreINS0_18ObKVMemBlockHandleEE5storeERNS0_13ObKVCacheInstERKNS0_13ObIKVCacheKeyERKNS0_15ObIKVCacheValueERPNS0_13ObKVCachePairERPS2_NS0_15ObKVCachePolicyE +_ZN9oceanbase3sql15ObTableLocationC2Ev +_ZN9oceanbase5share6schema11ObSchemaMgr9deep_copyERKS2_ +_ZNK9oceanbase5share6schema21ObSimpleTableSchemaV28is_validEv +_ZN9oceanbase5share6schema11ObSchemaMgr9add_tableERKNS1_21ObSimpleTableSchemaV2E +_ZN9oceanbase6common8ObVectorIPNS_5share6schema21ObSimpleTableSchemaV2ENS0_9PageArenaIS5_NS0_20DefaultPageAllocatorEEEE6insertEPS5_PKS4_ +_ZN9oceanbase3sql20ObPxTerminateMsgProc17on_sqc_finish_msgERNS0_13ObExecContextERKNS0_22ObPxFinishSqcResultMsgE +_ZN9oceanbase10rootserver22ObZoneMergeManagerBase26try_update_zone_merge_infoEl +_ZN9oceanbase7storage8ObTxData11deserializeEPKclRlRNS_6common12ObSliceAllocE +_ZNK9oceanbase3sql3dtl17ObDtlLinkedBuffer19get_serialize_size_Ev +_ZN9oceanbase3sql5ObSql20handle_physical_planERKNS_6common8ObStringERNS0_8ObSqlCtxERNS0_11ObResultSetERNS0_14ObPlanCacheCtxEi +OPENSSL_cleanse +_ZN9oceanbase3sql5ObSql16parser_and_checkERKNS_6common8ObStringERNS0_13ObExecContextERNS0_14ObPlanCacheCtxER11ParseResultiRbSC_ +_ZN9oceanbase3sql5ObSql22generate_physical_planER11ParseResultPNS0_14ObPlanCacheCtxERNS0_8ObSqlCtxERNS0_11ObResultSetEbNS0_13PlanCacheModeEPS2_ +_ZN9oceanbase3sql5ObSql13generate_stmtER11ParseResultPNS0_14ObPlanCacheCtxERNS0_8ObSqlCtxERNS_6common12ObIAllocatorERNS0_11ObResultSetERPNS0_6ObStmtEPS2_ +_ZN9oceanbase3sql10ObQueryCtxC2Ev +_ZN9oceanbase3sql10ObResolverC1ERNS0_16ObResolverParamsE +_ZN9oceanbase3sql5ObSql15fill_result_setERNS0_11ObResultSetEPNS0_8ObSqlCtxENS0_13PlanCacheModeERNS0_6ObStmtE +_ZNK9oceanbase5share11ObLSReplica19get_serialize_size_Ev +_ZNK9oceanbase5share8ObLSInfo9serializeEPclRl +_ZN9oceanbase3sql3dtl17ObDtlLocalChannel12send_messageERPNS1_17ObDtlLinkedBufferE +_ZN9oceanbase3sql14PxOpSizeFactor11deserializeEPKclRl +_ZN9oceanbase6common17ObReplicaProperty11deserializeEPKclRl +_ZN9oceanbase3sql14ObPhysicalPlanC1ERNS_3lib13MemoryContextE +_ZN9oceanbase3sql17ObPlanCacheObjectC2ENS0_19ObLibCacheNameSpaceERNS_3lib13MemoryContextE +_ZN9oceanbase3sql9ObKeyPart14deep_node_copyERKS1_ +_ZN9oceanbase3sql12ObHashJoinOp12read_hashrowEv +_ZN9oceanbase5obrpc14ObRpcProcessorINS0_15ObDASIDRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1319EvEEE11encode_baseEPclRl +_ZN9oceanbase3sql15ObPxFifoCoordOpC1ERNS0_13ObExecContextERKNS0_8ObOpSpecEPNS0_9ObOpInputE +_ZNK9oceanbase7storage8ObTxData9serializeEPclRl +_ZN9oceanbase10compaction17ObTabletMergeInfo14create_sstableERNS0_16ObTabletMergeCtxE +_ZNK9oceanbase3sql13ObExecContext18get_serialize_sizeEv +_ZN9oceanbase3sql11ObGIOpInput11deserializeEPKclRl +_ZN9oceanbase11transaction14ObPartTransCtx22rollback_to_savepoint_Ell +_ZN9oceanbase7storage21ObTenantMemoryPrinter18print_tenant_usageEv +_ZNK9oceanbase12blocksstable18ObSSTableBasicMeta18get_serialize_sizeEv +_ZN9oceanbase3sql8ObSqcCtxC1ERNS0_18ObPxRpcInitSqcArgsE +_ZN9oceanbase11transaction17ObTxRollbackSPMsg11deserializeEPKclRl +_ZN9oceanbase3sql18ObPxTreeSerializer16deserialize_treeEPKclRlRNS0_14ObPhysicalPlanERPNS0_8ObOpSpecERNS_6common8ObIArrayIPKNS0_15ObTableScanSpecEEE +_ZN9oceanbase3sql21ObGranuleIteratorSpec11deserializeEPKclRl +_ZN9oceanbase8observer19ObTenantMetaChecker15check_ls_table_ENS_5share9ObLSTable4ModeE +_ZN9oceanbase10rootserver18ObPrimaryLSService7do_workEv +_ZNK9oceanbase6common8ObString7compareERKS1_ +_ZN9oceanbase10rootserver20ObTenantThreadHelper4idleEl +_ZNK9oceanbase7storage15ObTableReadInfo9serializeEPclRl +_ZN9oceanbase3sql3dtl17ObDtlBasicChannel8process1EPNS1_17ObIDtlChannelProcElRb +_ZN9oceanbase6common10ObRowStore20add_row_by_projectorERKNS0_8ObNewRowERPKNS1_9StoredRowEl +_ZN9oceanbase6common12ObCellWriter6appendEmRKNS0_5ObObjEPS2_ +_ZN9oceanbase5share21ObTabletTableOperator23construct_tablet_infos_ERNS_6common9sqlclient13ObMySQLResultERNS2_8ObIArrayINS0_12ObTabletInfoEEE +_ZN9oceanbase3sql17ObTaskExecutorCtx11deserializeEPKclRl _ZN9oceanbase5share20ObTenantDagScheduler12schedule_oneEl -_ZN9oceanbase3sql12ObHashJoinOp18read_right_operateEv -_ZN9oceanbase8observer20ObInnerSQLConnection6commitEv -_ZN9oceanbase10rootserver20ObRsMasterKeyManager4run3Ev -_ZN9oceanbase8observer15ObUniqTaskQueueINS0_19ObLSTableUpdateTaskENS0_16ObLSTableUpdaterEE4run1Ev -_ZN9oceanbase6common9ObIOTuner4run1Ev -_ZNK9oceanbase5share11ObLSReplica19serialize_dispatch_EPclRlSt17integral_constantIbLb0EE +_ZN9oceanbase5share6schema12ObTableParam11deserializeEPKclRl +_ZN9oceanbase11transaction10ObTransRpc5post_ERKNS_6common6ObAddrERNS0_7ObTxMsgE +_ZN9oceanbase3sql15ObTableScanSpec12deserialize_EPKclRl +_ZN9oceanbase3sql11ObPxCoordOp26wait_all_running_dfos_exitEv +_ZN9oceanbase10rootserver20ObArbitrationService35do_tenant_arbitration_service_task_Em +_ZNK9oceanbase3sql13ObExecContext9serializeEPclRl +_ZNK9oceanbase3sql8ObDASCtx9serializeEPclRl +_ZNK9oceanbase3sql16ObSQLSessionInfo9serializeEPclRl +_ZN9oceanbase6common12ObCellReader5parseEPm +_ZN9oceanbase3sql3dtl17ObDtlLinkedBuffer12deserialize_EPKclRl +_ZNK9oceanbase5share15ObLeaseResponse9serializeEPclRl +_ZNK9oceanbase5share18ObLSLeaderLocation9serializeEPclRl _ZN9oceanbase3sql17ObPhysicalPlanCtx12deserialize_EPKclRl +_ZN9oceanbase6common12ObCurTraceId7TraceId11deserializeEPKclRl +_ZN9oceanbase3sql14ObPhysicalPlan12deserialize_EPKclRl +_ZN9oceanbase6common16ObFixedArrayImplINS_5share6schema18ObSchemaObjVersionENS0_12ObIAllocatorEE5resetEv +_ZNK9oceanbase3sql14ObTransmitSpec9serializeEPclRl +_ZN9oceanbase8observer20ObInnerSQLConnection6commitEv +_ZN9oceanbase5obrpc10ObRpcProxy8rpc_postINS0_12ObPxRpcProxy5ObRpcILNS0_15ObRpcPacketCodeE1311EvEEEEiRKNT_7RequestEPNS1_7AsyncCBIS7_EERKNS0_9ObRpcOptsE +_ZN9oceanbase7storage18ObLSRestoreHandler7processEv +_ZN9oceanbase5share18ObLSLeaderLocation11deserializeEPKclRl +_ZN9oceanbase3sql22ObPxFinishSqcResultMsg12deserialize_EPKclRl +_ZN9oceanbase10logservice19ObLogRestoreService15do_thread_task_Ev +_ZN9oceanbase3sql8ObSortOp7destroyEv +_ZZNK9oceanbase3sql18ObBasicSessionInfo10serialize_EPclRlENK5$_373clEv.7d011f5114f8312fd0eb7b31f2639cf5 +_ZN9oceanbase5share14ObRatelimitMgr7do_workEv +_ZN9oceanbase3sql11ObPxSqcMeta12deserialize_EPKclRl +_ZNK9oceanbase3sql15ObTableScanSpec10serialize_EPclRl +_ZN9oceanbase7storage29ObTenantCheckpointSlogHandler16write_checkpointEb +obsql_mysql_yyparse +merge_tree +obsql_mysql_yylex +yy_get_previous_state.609565a8af3f883a2d183bfc9d8bb068 +mysql_non_reserved_keyword_lookup diff --git a/src/share/location_cache/ob_ls_location_service.h b/src/share/location_cache/ob_ls_location_service.h index 18b90866e..7699b229b 100644 --- a/src/share/location_cache/ob_ls_location_service.h +++ b/src/share/location_cache/ob_ls_location_service.h @@ -210,7 +210,7 @@ private: common::ObArray &leaders); private: static const int64_t OB_LOCATION_CACHE_BUCKET_NUM = 512; - static const int64_t RENEW_LS_LOCATION_INTERVAL_US = 100 * 1000L; // 100ms + static const int64_t RENEW_LS_LOCATION_INTERVAL_US = 1000 * 1000L; // 1s static const int64_t RENEW_LS_LOCATION_BY_RPC_INTERVAL_US = 1000 * 1000L; // 1s static const int64_t DUMP_CACHE_INTERVAL_US = 10 * 1000 * 1000L; // 10s