[FEAT MERGE] implement mysql dblink and read consistency
Co-authored-by: xianyu-w <707512433@qq.com> Co-authored-by: sdc <njucssdc@gmail.com> Co-authored-by: seuwebber <webber_code@163.com>
This commit is contained in:
@ -125,7 +125,8 @@ ObExecContext::ObExecContext(ObIAllocator &allocator)
|
||||
register_op_id_(OB_INVALID_ID),
|
||||
tmp_alloc_used_(false),
|
||||
table_direct_insert_ctx_(),
|
||||
errcode_(OB_SUCCESS)
|
||||
errcode_(OB_SUCCESS),
|
||||
dblink_snapshot_map_()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user