[FEAT MERGE] Support PIE

This commit is contained in:
obdev
2023-04-22 14:13:33 +00:00
committed by ob-robot
parent dd74e230e7
commit 42309e3d93
23 changed files with 302 additions and 120 deletions

View File

@ -298,6 +298,10 @@ int ObServerReloadConfig::operator()()
{
ObSysVariables::set_value("datadir", GCONF.data_dir);
}
{
common::g_enable_backtrace = GCONF._enable_backtrace_function;
}
return real_ret;
}