[libmysql] Update to 8.0.40 (#41731)

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2024-10-23 20:40:04 +00:00 committed by GitHub
parent 07b30b49e5
commit 5dfeed94bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 13 additions and 8 deletions

View File

@ -1,8 +1,8 @@
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index 058967b..bcd8841 100644 index d54f4a6f..cd2132c9 100644
--- a/client/CMakeLists.txt --- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt +++ b/client/CMakeLists.txt
@@ -43,7 +43,6 @@ MYSQL_ADD_EXECUTABLE(mysql @@ -44,7 +44,6 @@ MYSQL_ADD_EXECUTABLE(mysql
pattern_matcher.cc pattern_matcher.cc
readline.cc readline.cc
client_query_attributes.cc client_query_attributes.cc
@ -10,11 +10,11 @@ index 058967b..bcd8841 100644
${CMAKE_CURRENT_SOURCE_DIR}/common/user_registration.cc ${CMAKE_CURRENT_SOURCE_DIR}/common/user_registration.cc
LINK_LIBRARIES mysqlclient client_base ${EDITLINE_LIBRARY} LINK_LIBRARIES mysqlclient client_base ${EDITLINE_LIBRARY}
) )
@@ -226,7 +226,6 @@ SET(MYSQLBINLOG_SOURCES @@ -232,7 +231,6 @@ SET(MYSQLBINLOG_SOURCES
${CMAKE_SOURCE_DIR}/sql/binlog_reader.cc ${CMAKE_SOURCE_DIR}/sql/binlog_reader.cc
${CMAKE_SOURCE_DIR}/sql/stream_cipher.cc ${CMAKE_SOURCE_DIR}/sql/stream_cipher.cc
${CMAKE_SOURCE_DIR}/sql/rpl_log_encryption.cc ${CMAKE_SOURCE_DIR}/sql/rpl_log_encryption.cc
- ${CMAKE_SOURCE_DIR}/libbinlogevents/src/trx_boundary_parser.cpp - ${CMAKE_SOURCE_DIR}/libbinlogevents/src/trx_boundary_parser.cpp
) )
SET(MYSQLBINLOG_LIBRARIES # The client version of log_event.cc has false positives.

View File

@ -5,8 +5,8 @@ endif()
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO mysql/mysql-server REPO mysql/mysql-server
REF mysql-${VERSION} REF "mysql-${VERSION}"
SHA512 80341fe6bf6738b30721933a31c8c3f033ce8342a3a2defeb83e29219375bff274620f6f21a02ee6f4e77f0d3a858a20487436a5afd0a95ea35b0523812c52ab SHA512 f0591d263de557877a618b04871d332dc227e26c7e9b61994093dc9af29971ea6332761de5391bb8da955bd58b3b98da90722bafdbf86f36764995a70f94ae62
HEAD_REF master HEAD_REF master
PATCHES PATCHES
dependencies.patch dependencies.patch

View File

@ -1,6 +1,6 @@
{ {
"name": "libmysql", "name": "libmysql",
"version": "8.0.39", "version": "8.0.40",
"description": "A MySQL client library for C development", "description": "A MySQL client library for C development",
"homepage": "https://github.com/mysql/mysql-server", "homepage": "https://github.com/mysql/mysql-server",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",

View File

@ -4829,7 +4829,7 @@
"port-version": 0 "port-version": 0
}, },
"libmysql": { "libmysql": {
"baseline": "8.0.39", "baseline": "8.0.40",
"port-version": 0 "port-version": 0
}, },
"libnice": { "libnice": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "1fcb166c50b683fcbda07bec1e7bfb7c37234525",
"version": "8.0.40",
"port-version": 0
},
{ {
"git-tree": "eb4f616fe98bc02a278669124285ef829bf8abb4", "git-tree": "eb4f616fe98bc02a278669124285ef829bf8abb4",
"version": "8.0.39", "version": "8.0.39",