Skip to content

Commit

Permalink
Merge pull request #235 from experdb/development
Browse files Browse the repository at this point in the history
fix can't get recovery info in QueryCollect.java, prevent conflict dbid
  • Loading branch information
kayform authored Aug 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 9cc0c6c + 1d7bd9f commit de04d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-all.bat
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ SET "PATH=%PATH%;%PROGRAMFILES%\Git\bin;C:\apache-ant-1.9.9-bin;C:\Program Files

For /F %%g in ('git rev-parse HEAD ^| cut -b 1-7') Do (Set GIT_COMMIT_HASH=%%g)

set BASE_VER=15.0.9
set BASE_VER_UDERSCORE=15_0_9
set BASE_VER=15.0.11
set BASE_VER_UDERSCORE=15_0_11
For /F %%i in ('git rev-list HEAD ^| find /c /v ""') Do Set GIT_COMMIT_CNT=%%i


0 comments on commit de04d57

Please sign in to comment.