add assign() to GroupName

This commit is contained in:
renju96
2023-02-16 03:42:02 +00:00
committed by ob-robot
parent 1cb925ed39
commit 95e181e97f

View File

@ -101,6 +101,10 @@ class ObGroupName : public ObResMgrVarcharValue
{
public:
ObGroupName() {}
int assign(const ObGroupName &other)
{
return ObResMgrVarcharValue::assign(other);
}
};
class ObTenantFunctionKey {