Skip to content

Commit

Permalink
RM-1442 PXC-8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed Sep 16, 2024
1 parent 9bb16bb commit 15637a9
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 15637a9

Please sign in to comment.