summaryrefslogtreecommitdiff
path: root/plugin/auth_examples/qa_auth_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auth_examples/qa_auth_interface.c')
-rw-r--r--plugin/auth_examples/qa_auth_interface.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/auth_examples/qa_auth_interface.c b/plugin/auth_examples/qa_auth_interface.c
index 08ddbf7f30a..70050cf0d91 100644
--- a/plugin/auth_examples/qa_auth_interface.c
+++ b/plugin/auth_examples/qa_auth_interface.c
@@ -136,7 +136,8 @@ static struct st_mysql_auth qa_auth_test_handler=
{
MYSQL_AUTHENTICATION_INTERFACE_VERSION,
"qa_auth_interface", /* requires test_plugin client's plugin */
- qa_auth_interface
+ qa_auth_interface,
+ NULL, NULL /* no PASSWORD() */
};
mysql_declare_plugin(test_plugin)