fix tenant mtl module register with MTL_BIND2 remove old MTL_BIND
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user