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 a768995fbfd..303978f7b1f 100644
--- a/plugin/auth_examples/qa_auth_interface.c
+++ b/plugin/auth_examples/qa_auth_interface.c
@@ -152,7 +152,8 @@ mysql_declare_plugin(test_plugin)
0x0100,
NULL,
NULL,
- NULL
+ NULL,
+ 0,
}
mysql_declare_plugin_end;