Skip to content

Commit b75bcb6

Browse files
committed
WL#16205: Remove the deprecated mysql_ssl_rsa_setup
Removed the tool and its integrations. Added changelog. Change-Id: I65e343da367986c22910727ba1a2583b07b04d63
1 parent 8355078 commit b75bcb6

14 files changed

+12
-1765
lines changed

client/CMakeLists.txt

-6
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,6 @@ MYSQL_ADD_EXECUTABLE(mysql_secure_installation
296296
mysql_secure_installation.cc
297297
LINK_LIBRARIES mysqlclient
298298
)
299-
MYSQL_ADD_EXECUTABLE(mysql_ssl_rsa_setup
300-
logger.cc
301-
mysql_ssl_rsa_setup.cc
302-
path.cc
303-
LINK_LIBRARIES mysys
304-
)
305299

306300
# "WIN32" also covers 64 bit. "echo" is used in some files below "mysql-test/".
307301
IF(WIN32)

0 commit comments

Comments
 (0)