diff options
Diffstat (limited to 'plugin/auth/auth_socket.c')
-rw-r--r-- | plugin/auth/auth_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auth/auth_socket.c b/plugin/auth/auth_socket.c index 6694816dd22..cc406dac331 100644 --- a/plugin/auth/auth_socket.c +++ b/plugin/auth/auth_socket.c @@ -115,5 +115,5 @@ maria_declare_plugin(socket_auth) "1.0", MariaDB_PLUGIN_MATURITY_BETA } -mysql_declare_plugin_end; +maria_declare_plugin_end; |