summaryrefslogtreecommitdiff
path: root/plugin/auth/test_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auth/test_plugin.c')
-rw-r--r--plugin/auth/test_plugin.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugin/auth/test_plugin.c b/plugin/auth/test_plugin.c
index 912b6320579..efb32e8537d 100644
--- a/plugin/auth/test_plugin.c
+++ b/plugin/auth/test_plugin.c
@@ -125,7 +125,8 @@ mysql_declare_plugin(test_plugin)
0x0100,
NULL,
NULL,
- NULL
+ NULL,
+ 0,
},
{
MYSQL_AUTHENTICATION_PLUGIN,
@@ -139,7 +140,8 @@ mysql_declare_plugin(test_plugin)
0x0100,
NULL,
NULL,
- NULL
+ NULL,
+ 0,
}
mysql_declare_plugin_end;