Skip to content

Commit

Permalink
[FLASH-1068] Fix bug: should write to engine before execute CommitMer…
Browse files Browse the repository at this point in the history
…ge | RollbackMerge (#595) (#596)

Signed-off-by: Tong Zhigao <[email protected]>
  • Loading branch information
solotzg authored Apr 1, 2020
1 parent 4097ed4 commit 7e32dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/tiflash-proxy
2 changes: 1 addition & 1 deletion release-centos7/build/build-tiflash-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mkdir -p ${SRCPATH}/libs/libtiflash-proxy
# upload: curl -F builds/pingcap/tiflash-proxy/{commit-hash}/libtiflash_proxy.so=@libtiflash_proxy.so http://fileserver.pingcap.net/upload

curl -o "${SRCPATH}/libs/libtiflash-proxy/libtiflash_proxy.so" \
http://fileserver.pingcap.net/download/builds/pingcap/tiflash-proxy/dd64911ab5d7eaab1223f7997ef61ad429852f7c/libtiflash_proxy.so
http://fileserver.pingcap.net/download/builds/pingcap/tiflash-proxy/1d1168afc7ba26dc910dcd2df5dc86dd304f7008/libtiflash_proxy.so
chmod 0731 "${SRCPATH}/libs/libtiflash-proxy/libtiflash_proxy.so"

build_dir="$SRCPATH/release-centos7/build-release"
Expand Down

0 comments on commit 7e32dae

Please sign in to comment.