From 7b89b9f5108c80f4f270da922d7e6c182a663719 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Fri, 19 Aug 2016 15:27:37 +0000 Subject: MDEV-9293 Connector/C integration --- sql/sql_acl.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sql/sql_acl.cc') 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) { -- cgit v1.2.1