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 241f19c75a3..90a39a10df9 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -12283,6 +12283,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) { |