mirror of
https://github.com/MariaDB/server.git
synced 2026-01-29 06:49:08 +01:00
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. |
||
|---|---|---|
| .. | ||
| fts0ast.cc | ||
| fts0blex.cc | ||
| fts0blex.l | ||
| fts0config.cc | ||
| fts0fts.cc | ||
| fts0opt.cc | ||
| fts0pars.cc | ||
| fts0pars.y | ||
| fts0plugin.cc | ||
| fts0que.cc | ||
| fts0sql.cc | ||
| fts0tlex.cc | ||
| fts0tlex.l | ||
| make_parser.sh | ||
| Makefile.query | ||