modify the version info (#421)

This commit is contained in:
Wan
2021-10-26 18:07:47 +08:00
committed by GitHub
parent b86bf6ed15
commit 188224d79b
5 changed files with 14 additions and 4 deletions

View File

@ -69,7 +69,7 @@ ObSpecialSysVarValues::ObSpecialSysVarValues()
ObSpecialSysVarValues::VERSION_MAX_LEN,
pos,
"%s",
PACKAGE_VERSION))) {
PACKAGE_VERSION_INFO))) {
LOG_ERROR("fail to print version to buff", K(ret));
}