Skip to content
/ server Public

Conversation

@Thirunarayanan
Copy link
Member

The innodb_ft_enable_diag_print system variable is now deprecated and will be removed in a future version. This variable was used to enable additional diagnostic
output during FTS operations.

  • Added PLUGIN_VAR_DEPRECATED flag to innodb_ft_enable_diag_print
  • Removed fts_enable_diag_print global variable declaration
  • Removed fts_ast_node_print() function declaration and usage
  • Removed start_time field from fts_sync_t structure

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@Thirunarayanan Thirunarayanan force-pushed the MDEV-38629 branch 2 times, most recently from 8291c53 to 015cf77 Compare January 22, 2026 10:54
Copy link
Contributor

@dr-m dr-m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK to push after addressing my comment (and adjusting the test sys_vars.sysvars_innodb).

The innodb_ft_enable_diag_print is now deprecated and ignored.
This will be removed in a future version. This was used to enable
additional diagnostic output during FTS operations.
- Added PLUGIN_VAR_DEPRECATED flag to innodb_ft_enable_diag_print
- Removed fts_enable_diag_print global variable declaration
- Removed fts_ast_node_print() function declaration and usage
- Removed start_time field from fts_sync_t structure
@Thirunarayanan Thirunarayanan merged commit 4528b8a into main Jan 22, 2026
15 of 17 checks passed
@Thirunarayanan Thirunarayanan deleted the MDEV-38629 branch January 22, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants