mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
debug_sync is now a service, available to dynamically loaded plugins.
new make target - abi_update libservices/HOWTO: remove references to Makefile.am small tweaks
This commit is contained in:
@@ -61,5 +61,6 @@ static struct st_service_ref list_of_services[]=
|
||||
{ "thd_wait_service", VERSION_thd_wait, &thd_wait_handler },
|
||||
{ "my_thread_scheduler_service", VERSION_my_thread_scheduler, &my_thread_scheduler_handler },
|
||||
{ "progress_report_service", VERSION_progress_report, &progress_report_handler },
|
||||
{ "debug_sync_service", VERSION_debug_sync, 0 } // updated in plugin_init()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user