增加获取版本号API

This commit is contained in:
linuxrc@163.com
2021-08-10 10:02:22 +08:00
parent 730a744229
commit 67bafbefc9
2 changed files with 42 additions and 1 deletions

View File

@@ -317,7 +317,7 @@ enum DORIS_UPDATE_TYPE doris_index_file_traverse(struct doris_idxfile_scanner *s
table_num=cm_read_cfg_index_file(idx_path_array[i].path, table_array, CM_MAX_TABLE_NUM, logger);
if(table_num<0)
{
MESA_RUNTIME_LOGV4(logger,RLOG_LV_INFO, "load %s faild, abandon udpate.", idx_path_array[i].path);
MESA_RUNTIME_LOGV4(logger,RLOG_LV_FATAL, "load %s faild, abandon udpate.", idx_path_array[i].path);
update_type = CFG_UPDATE_TYPE_ERR;
break;
}