remove lob_ddl_mysql case in ss mode

This commit is contained in:
obdev
2024-08-31 12:52:25 +00:00
committed by ob-robot
parent 3d04fb02e6
commit a90a362952
1327 changed files with 136772 additions and 51516 deletions

View File

@ -173,7 +173,8 @@ int TestArchiveCheckpointMgr::generate_simple_files(const ObStorageType &type)
LOG_WARN("failed to join path", K(ret));
} else if (OB_FAIL(util.mk_parent_dir(tmp_root_path.get_ptr(), &storage_info_))) {
LOG_WARN("failed to mk dir", K(ret));
} else if (OB_FAIL(util.write_single_file(tmp_root_path.get_ptr(), &storage_info_, buf, sizeof(buf)))) {
} else if (OB_FAIL(util.write_single_file(tmp_root_path.get_ptr(), &storage_info_, buf, sizeof(buf),
ObStorageIdMod::get_default_archive_id_mod()))) {
LOG_WARN("failed to write dir less", K(ret));
}
}