diff options
Diffstat (limited to 'sql/sql_acl.cc')
-rw-r--r-- | sql/sql_acl.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc index 37e6e769a89..c11cb8be5cb 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -12287,6 +12287,10 @@ err: fills MYSQL_PLUGIN_VIO_INFO structure with the information about the connection */ + +extern "C" void mpvio_info(Vio *vio, + MYSQL_PLUGIN_VIO_INFO *info); + static void server_mpvio_info(MYSQL_PLUGIN_VIO *vio, MYSQL_PLUGIN_VIO_INFO *info) { |