This is an automated email from the ASF dual-hosted git repository. morningman 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 27682dff31 Revert "[chore](third-party) Fix the checksums of mysql (#19047)" (#19193) 27682dff31 is described below commit 27682dff31a8bb3498cfa7591ab5644ca743f1ab Author: Adonis Ling <adonis0...@gmail.com> AuthorDate: Fri Apr 28 14:49:30 2023 +0800 Revert "[chore](third-party) Fix the checksums of mysql (#19047)" (#19193) This reverts commit c93d6ba3be2f2448b824d36da61835e2cd1235cd. --- thirdparty/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index e46103c762..585263ffb3 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="11403c628c5e5101e6bf22453dbb2d34" +MYSQL_MD5SUM="58598b10dce180e4d1fbdd7cf5fa68d6" # unix odbc ODBC_DOWNLOAD="http://www.unixodbc.org/unixODBC-2.3.7.tar.gz" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org