diff options
Diffstat (limited to 'plugin/auth/qa_auth_interface.c')
-rw-r--r-- | plugin/auth/qa_auth_interface.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/auth/qa_auth_interface.c b/plugin/auth/qa_auth_interface.c index 0aa6c9ce20c..61e29fe9619 100644 --- a/plugin/auth/qa_auth_interface.c +++ b/plugin/auth/qa_auth_interface.c @@ -162,7 +162,8 @@ mysql_declare_plugin(test_plugin) 0x0100, NULL, NULL, - NULL + NULL, + 0, } mysql_declare_plugin_end; |