mariadb/storage/innobase/fts
Thirunarayanan Balathandayuthapani 8cb64d1c90 MDEV-38631 Remove unused FTS debug directives and dead code
Remove several unused debugging preprocessor directives from the FTS
module that were never effectively used for debugging purposes and
represent dead code.

Removed debug directives:
- DEBUG_FTS_SORT_PRINT: FTS sorting debug output macros
- FTS_INTERNAL_DIAG_PRINT: Internal FTS diagnostic printing
- FTS_OPTIMIZE_DEBUG: FTS optimization debugging functions
- MYSQL_STORE_FTS_DOC_ID: Store fts doc id in FTS_DOC_ID field
- FTS_DEBUG: Debug for fulltext index
- FTS_CACHE_SIZE_DEBUG: Assign max and min fulltext cache size
- FTS_MULT_INDEX: Updated fulltext index
- Removed FTS_OPTIMIZE_START_TIME and FTS_OPTIMIZE_END_TIME constants

These debug directives were never properly integrated into the build
system and provided no value for production debugging and also
improves code clarity for the FTS module.
2026-01-23 20:45:59 +05:30
..
fts0ast.cc MDEV-38629 Deprecate innodb_ft_enable_diag_print variable 2026-01-22 20:14:47 +05:30
fts0blex.cc Removed some warnings from InnoDB when compiled with clang 2019-08-23 22:03:54 +02:00
fts0blex.l Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fts0config.cc MDEV-38631 Remove unused FTS debug directives and dead code 2026-01-23 20:45:59 +05:30
fts0fts.cc MDEV-38631 Remove unused FTS debug directives and dead code 2026-01-23 20:45:59 +05:30
fts0opt.cc MDEV-38631 Remove unused FTS debug directives and dead code 2026-01-23 20:45:59 +05:30
fts0pars.cc MDEV-31890: Remove COMPILE_FLAGS 2023-10-11 15:59:56 +03:00
fts0pars.y MDEV-31890: Remove COMPILE_FLAGS 2023-10-11 15:59:56 +03:00
fts0plugin.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
fts0que.cc MDEV-38631 Remove unused FTS debug directives and dead code 2026-01-23 20:45:59 +05:30
fts0sql.cc Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00
fts0tlex.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fts0tlex.l Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
make_parser.sh Update FSF address 2019-05-11 19:25:02 +03:00
Makefile.query Merge 10.1 into 10.2 2019-04-02 09:14:15 +03:00