You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/28 01:09:46 UTC

[doris] branch branch-2.0-alpha updated: [chore](third-party) Fix the checksums of mysql (#19047) (#19162)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch branch-2.0-alpha
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0-alpha by this push:
     new 107bd7d08e [chore](third-party) Fix the checksums of mysql (#19047) (#19162)
107bd7d08e is described below

commit 107bd7d08eec7ea4483dee0e6086efb2ec69e07e
Author: siriume <si...@gmail.com>
AuthorDate: Fri Apr 28 09:09:39 2023 +0800

    [chore](third-party) Fix the checksums of mysql (#19047) (#19162)
    
    The checksum of MySQL changed which makes the workflows fail.
---
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index f7560e7ab4..0e14be36f5 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -188,7 +188,7 @@ BOOST_MD5SUM="4bf02e84afb56dfdccd1e6aec9911f4b"
 MYSQL_DOWNLOAD="https://github.com/mysql/mysql-server/archive/mysql-5.7.18.tar.gz"
 MYSQL_NAME=mysql-5.7.18.tar.gz
 MYSQL_SOURCE=mysql-server-mysql-5.7.18
-MYSQL_MD5SUM="58598b10dce180e4d1fbdd7cf5fa68d6"
+MYSQL_MD5SUM="11403c628c5e5101e6bf22453dbb2d34"
 
 # unix odbc
 ODBC_DOWNLOAD="http://www.unixodbc.org/unixODBC-2.3.7.tar.gz"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org