summaryrefslogtreecommitdiff
path: root/plugin/auth_socket
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-04-09 23:27:33 +0200
committerSergei Golubchik <sergii@pisem.net>2013-04-09 23:27:33 +0200
commit775e82638b825747a2a8b7cf7d6d29c872693422 (patch)
tree7cb178d1273c5d993544b881a6bb93a33f75cfac /plugin/auth_socket
parentc7eead7a965b33fbad5099c927d2bb0723725bf3 (diff)
downloadmariadb-git-775e82638b825747a2a8b7cf7d6d29c872693422.tar.gz
put status variables in the proper pluginname_ scope
(but support the scopeless mysql style too). always output status/system variables in the correct lettercase
Diffstat (limited to 'plugin/auth_socket')
-rw-r--r--plugin/auth_socket/auth_socket.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugin/auth_socket/auth_socket.c b/plugin/auth_socket/auth_socket.c
index 41cb1039fd2..78d7e769f7b 100644
--- a/plugin/auth_socket/auth_socket.c
+++ b/plugin/auth_socket/auth_socket.c
@@ -85,23 +85,6 @@ static struct st_mysql_auth socket_auth_handler=
socket_auth
};
-mysql_declare_plugin(socket_auth)
-{
- MYSQL_AUTHENTICATION_PLUGIN,
- &socket_auth_handler,
- "unix_socket",
- "Sergei Golubchik",
- "Unix Socket based authentication",
- PLUGIN_LICENSE_GPL,
- NULL,
- NULL,
- 0x0100,
- NULL,
- NULL,
- NULL,
- 0,
-}
-mysql_declare_plugin_end;
maria_declare_plugin(socket_auth)
{
MYSQL_AUTHENTICATION_PLUGIN,