vcpkg/ports/libmysql/fix_dup_symbols.patch
MonicaLiu 5dfeed94bd
[libmysql] Update to 8.0.40 (#41731)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-10-23 13:40:04 -07:00

21 lines
735 B
Diff

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