[FEAT MERGE] GIS

This commit is contained in:
obdev
2022-12-23 12:08:27 +00:00
committed by ob-robot
parent 38846e73d6
commit 40d215fc5a
519 changed files with 158600 additions and 8396 deletions

View File

@ -227,7 +227,7 @@ int ObConfigManager::dump2file(const char* path) const
}
#ifdef ERRSIM
ret = E(EventTable::EN_WRITE_CONFIG_FILE_FAILED) OB_SUCCESS;;
ret = OB_E(EventTable::EN_WRITE_CONFIG_FILE_FAILED) OB_SUCCESS;;
if (OB_FAIL(ret)) {
ret = OB_IO_ERROR;
LOG_WARN("ERRSIM, write config file failed", K(ret));