diff options
Diffstat (limited to 'plugin/auth_examples/qa_auth_server.c')
-rw-r--r-- | plugin/auth_examples/qa_auth_server.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/auth_examples/qa_auth_server.c b/plugin/auth_examples/qa_auth_server.c index 31cc4f08616..a6a06cfa289 100644 --- a/plugin/auth_examples/qa_auth_server.c +++ b/plugin/auth_examples/qa_auth_server.c @@ -72,6 +72,7 @@ mysql_declare_plugin(test_plugin) 0x0100, NULL, NULL, - NULL + NULL, + 0, } mysql_declare_plugin_end; |