[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

@ -1122,7 +1122,7 @@ int ObRADatumStore::write_file(BlockIndex &bi, void *buf, int64_t size)
LOG_INFO("open file success", K_(fd), K_(dir_id));
}
}
ret = E(EventTable::EN_8) ret;
ret = OB_E(EventTable::EN_8) ret;
}
if (OB_SUCC(ret) && size > 0) {
if (NULL != mem_stat_) {