Merge branch '11.8' into bb-12.1-release

This commit is contained in:
Oleksandr Byelkin 2025-10-08 07:58:10 +02:00
commit c976b527db
549 changed files with 13972 additions and 7666 deletions

View file

@ -499,4 +499,6 @@ void free_engine_list(plugin_ref *list);
plugin_ref *copy_engine_list(plugin_ref *list);
plugin_ref *temp_copy_engine_list(THD *thd, plugin_ref *list);
char *pretty_print_engine_list(THD *thd, plugin_ref *list);
void check_new_mode_value(THD *thd, ulonglong *v);
#endif