replace ts related to ddl with scn.

This commit is contained in:
obdev
2022-11-28 02:21:13 +00:00
committed by ob-robot
parent bbec6aff49
commit 8a4d14122f
539 changed files with 17685 additions and 173434 deletions

View File

@ -193,7 +193,7 @@ int ObServerUtils::decide_disk_size(const struct statvfs& svfs,
}
if (disk_size > total_space) {
ret = OB_CS_OUTOF_DISK_SPACE;
ret = OB_SERVER_OUTOF_DISK_SPACE;
}
LOG_INFO("decide disk size finished",
K(dir),