mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
remove the service for installing the closed-source mysql thread pool plugin
This commit is contained in:
parent
78c0642073
commit
48bb551328
13 changed files with 35 additions and 175 deletions
|
|
@ -1516,8 +1516,8 @@ int plugin_init(int *argc, char **argv, int flags)
|
|||
}
|
||||
|
||||
/* prepare debug_sync service */
|
||||
DBUG_ASSERT(strcmp(list_of_services[5].name, "debug_sync_service") == 0);
|
||||
list_of_services[5].service= *(void**)&debug_sync_C_callback_ptr;
|
||||
DBUG_ASSERT(strcmp(list_of_services[4].name, "debug_sync_service") == 0);
|
||||
list_of_services[4].service= *(void**)&debug_sync_C_callback_ptr;
|
||||
|
||||
mysql_mutex_lock(&LOCK_plugin);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue