copy from data_dir config to variable datadir

This commit is contained in:
hnwyllmm
2022-04-22 16:51:42 +08:00
committed by wangzelin.wzl
parent c1e01ea7de
commit d915c6dd26

View File

@ -348,5 +348,9 @@ int ObServerReloadConfig::operator()()
LOG_WARN("fail to set location updater's thread cnt", KR(ret), K(location_thread_cnt));
}
}
{
ObSysVariables::set_value("datadir", GCONF.data_dir);
}
return real_ret;
}