fix tenant mtl module register with MTL_BIND2 remove old MTL_BIND

This commit is contained in:
obdev
2023-12-26 08:13:29 +00:00
committed by ob-robot
parent b97e65cf1e
commit 8c2fda8fdc
15 changed files with 76 additions and 72 deletions

View File

@ -22,6 +22,7 @@ namespace sqlclient
class ObTenantOciEnvs
{
public:
static int mtl_new(ObTenantOciEnvs *&tenant_oci_envs) { return OB_SUCCESS; }
static int mtl_init(ObTenantOciEnvs *&tenant_oci_envs) { return OB_SUCCESS; }
static void mtl_destroy(ObTenantOciEnvs *&tenant_oci_envs) { }
};
@ -30,4 +31,4 @@ public:
} //sqlclient
} // namespace common
} // namespace oceanbase
#endif //OBTENANOCIENVS_H
#endif //OBTENANOCIENVS_H