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

adonisling pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
     new 20dcdbca67 [chore](third-party) Fix the checksums of mysql (#19047) 
(#19084)
20dcdbca67 is described below

commit 20dcdbca6746eff1615964765a7a8066ba3b5ae4
Author: Adonis Ling <[email protected]>
AuthorDate: Fri Apr 28 11:44:36 2023 +0800

    [chore](third-party) Fix the checksums of mysql (#19047) (#19084)
    
    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 585263ffb3..e46103c762 100755
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -183,7 +183,7 @@ BOOST_MD5SUM="4036cd27ef7548b8d29c30ea10956196"
 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to