-
-
Save lefred/65b069cd99912415d85c4f4e870ef044 to your computer and use it in GitHub Desktop.
Extending MySQL using the Component Infrastructure – part 11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <mysql/components/services/pfs_plugin_table_service.h> | |
extern REQUIRES_SERVICE_PLACEHOLDER(pfs_plugin_table); | |
extern REQUIRES_SERVICE_PLACEHOLDER_AS(pfs_plugin_column_integer_v1, pfs_integer); | |
extern REQUIRES_SERVICE_PLACEHOLDER_AS(pfs_plugin_column_string_v1, pfs_string); | |
extern REQUIRES_SERVICE_PLACEHOLDER_AS(pfs_plugin_column_timestamp_v2, pfs_timestamp); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MYSQL_ADD_COMPONENT(viruscan | |
scan.cc | |
scan_pfs.cc | |
MODULE_ONLY | |
TEST_ONLY | |
LINK_LIBRARIES clamav | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment