Skip to content

Commit 0599dd9

Browse files
MDEV-26858 Spider: Remove dead code related to HandlerSocket
Remove the dead-code, in Spider, which is related to the Spider's HandlerSocket support. The code has been disabled for a long time and it is unlikely that the code will be enabled.
1 parent 72f34df commit 0599dd9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+41
-16088
lines changed

storage/spider/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ SET(SPIDER_SOURCES
1717
spd_param.cc spd_sys_table.cc spd_trx.cc spd_db_conn.cc spd_conn.cc
1818
spd_table.cc spd_direct_sql.cc spd_udf.cc spd_ping_table.cc
1919
spd_copy_tables.cc spd_i_s.cc spd_malloc.cc ha_spider.cc spd_udf.def
20-
spd_db_mysql.cc spd_db_handlersocket.cc spd_db_oracle.cc
21-
spd_group_by_handler.cc spd_db_include.cc
22-
hs_client/config.cpp hs_client/escape.cpp hs_client/fatal.cpp
23-
hs_client/hstcpcli.cpp hs_client/socket.cpp hs_client/string_util.cpp
20+
spd_db_mysql.cc spd_db_oracle.cc spd_group_by_handler.cc spd_db_include.cc
2421
)
2522

2623
IF(DEFINED ENV{ORACLE_HOME})

0 commit comments

Comments
 (0)