summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/auth/dialog.c3
-rw-r--r--plugin/auth/test_plugin.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/plugin/auth/dialog.c b/plugin/auth/dialog.c
index 61cc11e23e2..b7c65b3d601 100644
--- a/plugin/auth/dialog.c
+++ b/plugin/auth/dialog.c
@@ -319,8 +319,11 @@ mysql_declare_client_plugin(AUTHENTICATION)
"Sergei Golubchik",
"Dialog Client Authentication Plugin",
{0,1,0},
+ "GPL",
+ NULL,
init_dialog,
NULL,
+ NULL,
perform_dialog
mysql_end_client_plugin;
diff --git a/plugin/auth/test_plugin.c b/plugin/auth/test_plugin.c
index 1fa1ad4bf61..caea7795833 100644
--- a/plugin/auth/test_plugin.c
+++ b/plugin/auth/test_plugin.c
@@ -196,6 +196,9 @@ mysql_declare_client_plugin(AUTHENTICATION)
"Georgi Kodinov",
"Dialog Client Authentication Plugin",
{0,1,0},
+ "GPL",
+ NULL,
+ NULL,
NULL,
NULL,
test_plugin_client