Skip to content

Commit

Permalink
Merge pull request #5430 from adivinho/release-8.0.39-30
Browse files Browse the repository at this point in the history
RM-1420 PS-8.0.39-30
  • Loading branch information
adivinho authored Sep 16, 2024
2 parents 9bb16bb + 15637a9 commit a2188eb
Showing 1 changed file with 6 additions and 4 deletions.
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

0 comments on commit a2188eb

Please sign in to comment.