mirror of
https://github.com/MariaDB/server.git
synced 2025-11-21 06:21:35 +03:00
undo the fix that breaks compilation on solaris
This commit is contained in:
@@ -1531,7 +1531,7 @@ int plugin_init(int *argc, char **argv, int flags)
|
|||||||
|
|
||||||
/* prepare debug_sync service */
|
/* prepare debug_sync service */
|
||||||
DBUG_ASSERT(strcmp(list_of_services[5].name, "debug_sync_service") == 0);
|
DBUG_ASSERT(strcmp(list_of_services[5].name, "debug_sync_service") == 0);
|
||||||
list_of_services[5].service= reinterpret_cast<void*>(debug_sync_C_callback_ptr);
|
list_of_services[5].service= *(void**)&debug_sync_C_callback_ptr;
|
||||||
|
|
||||||
mysql_mutex_lock(&LOCK_plugin);
|
mysql_mutex_lock(&LOCK_plugin);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user