Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 0 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1886,11 +1886,6 @@ AM_CONDITIONAL([BUILD_HTTP_LOAD], [test x"$ac_cv_func_epoll_ctl" = x"yes"])
# We should only build traffic_top if we have curses
AM_CONDITIONAL([BUILD_TRAFFIC_TOP], [test "x$ax_cv_curses" = "xyes"])

AC_CHECK_HEADERS([mysql/mysql.h], [has_mysql=1],[has_mysql=0])
AC_CHECK_LIB([mysqlclient],[mysql_info],[AC_SUBST([LIB_MYSQLCLIENT],["-lmysqlclient"])],[has_mysql=0])
AC_SUBST(has_mysql)
AM_CONDITIONAL([HAS_MYSQL], [ test "x${has_mysql}" = "x1" ])

AC_CHECK_HEADERS([kclangc.h], [
AC_CHECK_LIB([kyotocabinet], [kcdbopen], [
AC_SUBST([LIB_KYOTOCABINET], ["-lkyotocabinet"])
Expand Down
5 changes: 0 additions & 5 deletions doc/.tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -427,11 +427,6 @@ file_filter = locale/<lang>/LC_MESSAGES/admin-guide/plugins/mp4.en.po
source_file = _build/locale/pot/admin-guide/plugins/mp4.en.pot
source_lang = en

[apache-traffic-server-6x.admin-guide--plugins--mysql_remap_en]
file_filter = locale/<lang>/LC_MESSAGES/admin-guide/plugins/mysql_remap.en.po
source_file = _build/locale/pot/admin-guide/plugins/mysql_remap.en.pot
source_lang = en

[apache-traffic-server-6x.admin-guide--plugins--regex_remap_en]
file_filter = locale/<lang>/LC_MESSAGES/admin-guide/plugins/regex_remap.en.po
source_file = _build/locale/pot/admin-guide/plugins/regex_remap.en.pot
Expand Down
4 changes: 0 additions & 4 deletions doc/admin-guide/plugins/index.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ directory of the |TS| source tree. Experimental plugins can be compiled by passi
Money Trace <money_trace.en>
MP4 <mp4.en>
Multiplexer <multiplexer.en>
MySQL Remap <mysql_remap.en>
OpenTelemetry Tracer <otel_tracer.en>
Parent Select <parent_select.en>
Rate Limit <rate_limit.en>
Expand Down Expand Up @@ -234,9 +233,6 @@ directory of the |TS| source tree. Experimental plugins can be compiled by passi
this can be used to do A/B testing by sending a duplicated slice of inbound production traffic to
experimental upstreams.

:doc:`MySQL Remap <mysql_remap.en>`
Allows dynamic remaps from a MySQL database.

:doc:`OpenTelemetry Tracer <otel_tracer.en>`
Allows Trafficserver to participate in OpenTelemetry distributed tracing system

Expand Down
91 changes: 0 additions & 91 deletions doc/admin-guide/plugins/mysql_remap.en.rst

This file was deleted.

8 changes: 0 additions & 8 deletions doc/locale/ja/LC_MESSAGES/admin-guide/plugins/index.en.po
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,6 @@ msgstr ""
msgid "MP4 streaming media."
msgstr ""

#: ../../../admin-guide/plugins/index.en.rst:177
msgid ":doc:`MySQL Remap <mysql_remap.en>`"
msgstr ""

#: ../../../admin-guide/plugins/index.en.rst:177
msgid "Allows dynamic remaps from a MySQL database."
msgstr ""

#: ../../../admin-guide/plugins/index.en.rst:180
msgid ":doc:`Regex Revalidate <regex_revalidate.en>`"
msgstr ""
Expand Down
125 changes: 0 additions & 125 deletions doc/locale/ja/LC_MESSAGES/admin-guide/plugins/mysql_remap.en.po

This file was deleted.

4 changes: 0 additions & 4 deletions plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ include experimental/webp_transform/Makefile.inc
include experimental/magick/Makefile.inc
endif

if HAS_MYSQL
include experimental/mysql_remap/Makefile.inc
endif

endif

TESTS_ENVIRONMENT = LSAN_OPTIONS=suppressions=$(top_srcdir)/plugins/suppression.txt
Expand Down
7 changes: 0 additions & 7 deletions plugins/experimental/mysql_remap/AUTHORS

This file was deleted.

29 changes: 0 additions & 29 deletions plugins/experimental/mysql_remap/Makefile.inc

This file was deleted.

74 changes: 0 additions & 74 deletions plugins/experimental/mysql_remap/README

This file was deleted.

Loading