summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.cc
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-04-07 14:50:01 +0200
committerSergei Golubchik <sergii@pisem.net>2013-04-07 14:50:01 +0200
commit48bb551328b004e91578d3d9e34f3837a3852f1e (patch)
tree427bb7f9c4e0e897f2a3b24642a07083f11816b3 /sql/sql_plugin.cc
parent78c0642073a196dbba2fd82ba903b64a9f35ba3f (diff)
downloadmariadb-git-48bb551328b004e91578d3d9e34f3837a3852f1e.tar.gz
remove the service for installing the closed-source mysql thread pool plugin
Diffstat (limited to 'sql/sql_plugin.cc')
-rw-r--r--sql/sql_plugin.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_plugin.cc b/sql/sql_plugin.cc
index 059fc197d22..78e5b5b3833 100644
--- a/sql/sql_plugin.cc
+++ b/sql/sql_plugin.cc
@@ -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);