[FEAT MERGE] transfer without kill tx

This commit is contained in:
Handora
2024-02-07 14:20:47 +00:00
committed by ob-robot
parent 233bf43b61
commit 46b64790bc
125 changed files with 10809 additions and 1109 deletions

View File

@ -22,7 +22,7 @@ namespace oceanbase
namespace storage
{
int build_test_schema(share::schema::ObTableSchema &table_schema, uint64_t table_id)
int __attribute__((weak)) build_test_schema(share::schema::ObTableSchema &table_schema, uint64_t table_id)
{
int ret = OB_SUCCESS;
ObColumnSchemaV2 column;
@ -47,7 +47,7 @@ int build_test_schema(share::schema::ObTableSchema &table_schema, uint64_t table
return ret;
}
int gen_create_ls_arg(const int64_t tenant_id,
int __attribute__((weak)) gen_create_ls_arg(const int64_t tenant_id,
const share::ObLSID &ls_id,
obrpc::ObCreateLSArg &arg)
{
@ -67,7 +67,7 @@ int gen_create_ls_arg(const int64_t tenant_id,
return ret;
}
int gen_create_tablet_arg(const int64_t tenant_id,
int __attribute__((weak)) gen_create_tablet_arg(const int64_t tenant_id,
const share::ObLSID &ls_id,
const ObTabletID &tablet_id,
obrpc::ObBatchCreateTabletArg &arg,