Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RM-1420 PS-8.0.39-30 #5430

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions build-ps/rpm/mysql-5.7-sharedlib-rename.patch
Original file line number Diff line number Diff line change
Expand Up @@ -305,17 +305,19 @@
ENDIF()
--- testclients/CMakeLists.txt
+++ testclients/CMakeLists.txt
@@ -23,9 +23,9 @@
@@ -24,11 +24,11 @@
ADD_WSHADOW_WARNING()

MYSQL_ADD_EXECUTABLE(mysql_client_test mysql_client_test.cc COMPONENT Test)
-TARGET_LINK_LIBRARIES(mysql_client_test perconaserverclient extra::rapidjson)
+TARGET_LINK_LIBRARIES(mysql_client_test mysqlclient extra::rapidjson)

IF(WITH_UNIT_TESTS)
MYSQL_ADD_EXECUTABLE(bug25714 bug25714.cc SKIP_INSTALL)
- TARGET_LINK_LIBRARIES(bug25714 perconaserverclient)
+ TARGET_LINK_LIBRARIES(bug25714 mysqlclient)
MYSQL_ADD_EXECUTABLE(bug25714 bug25714.cc
SKIP_INSTALL
EXCLUDE_FROM_PGO
- LINK_LIBRARIES perconaserverclient)
+ LINK_LIBRARIES mysqlclient)
ENDIF()
--- unittest/gunit/group_replication/CMakeLists.txt
+++ unittest/gunit/group_replication/CMakeLists.txt
Expand Down
Loading