MySQL Forums
Forum List  »  Docs

Error for "Writing Daemon Plugins" example
Posted by: A. M. Sabuncu
Date: July 07, 2017 06:43AM

I was following the plugin-writing tutorial at this page:

https://dev.mysql.com/doc/refman/5.7/en/writing-daemon-plugins.html

When I created the project for the example in Visual Studio, the build failed because the header file sql_plugin.h is missing from the MySQL installation. My installation is 5.7.18. But this file is not present.

Is there a mismatch between the documentation and the release, or am I making a mistake somewhere?

I am Windows 10 (x64), using Visual Studio 2017. I have configured my Visual Studio installation with the include paths and library paths necessary for fetching header and .lib files.

Thanks.

Options: ReplyQuote


Subject
Views
Written By
Posted
Error for "Writing Daemon Plugins" example
1467
July 07, 2017 06:43AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.