Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Fix odp 436 version incompatible - #177

Merged
WeiXinChan merged 3 commits into
mainfrom
fix_436_odp_incomp
Nov 17, 2025
Merged

Fix odp 436 version incompatible#177
WeiXinChan merged 3 commits into
mainfrom
fix_436_odp_incomp

Conversation

@JackShi148

Copy link
Copy Markdown
Contributor

Summary

ODP 436 appends new String part after Oceanbase Version, which causes incompatibility of the current version matching.

Solution Description

Fix the version matching regex.

Comment thread util/obversion.go Outdated
return obVersion, odpVersion, nil
}
return 0, errors.New(fmt.Sprintf("parse version %s failed", serverVersion))
return 0, 0, errors.New(fmt.Sprintf("parse version %s failed 5", serverVersion))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

日志是不是有问题

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改

@WeiXinChan

Copy link
Copy Markdown
Contributor

LGTM

@WeiXinChan
WeiXinChan merged commit daf78bc into main Nov 17, 2025
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants