Rename FILTER_VERSION to MXS_FILTER_VERSION

This commit is contained in:
Johan Wikman 2017-01-13 14:26:45 +02:00
parent 424849a9a2
commit a41188bd5e
16 changed files with 16 additions and 16 deletions

View File

@ -86,7 +86,7 @@ typedef struct mxs_filter_object
* is changed these values must be updated in line with the rules in the
* file modinfo.h.
*/
#define FILTER_VERSION {2, 2, 0}
#define MXS_FILTER_VERSION {2, 2, 0}
/**
* The definition of a filter from the configuration file.
* This is basically the link between a plugin to load and the

View File

@ -139,7 +139,7 @@ extern "C" MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_IN_DEVELOPMENT,
FILTER_VERSION,
MXS_FILTER_VERSION,
"A caching filter that is capable of caching and returning cached data.",
VERSION_STRING,
&CacheFilter::s_object,

View File

@ -120,7 +120,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_GA,
FILTER_VERSION,
MXS_FILTER_VERSION,
"A routing hint filter that send queries to the master after data modification",
"V1.1.0",
&MyObject,

View File

@ -824,7 +824,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_GA,
FILTER_VERSION,
MXS_FILTER_VERSION,
"Firewall Filter",
"V1.2.0",
&MyObject,

View File

@ -61,7 +61,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_ALPHA_RELEASE,
FILTER_VERSION,
MXS_FILTER_VERSION,
"A hint parsing filter",
"V1.0.0",
&MyObject,

View File

@ -93,7 +93,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_EXPERIMENTAL,
FILTER_VERSION,
MXS_FILTER_VERSION,
"Lua Filter",
"V1.0.0",
&MyObject,

View File

@ -83,7 +83,7 @@ extern "C" MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_IN_DEVELOPMENT,
FILTER_VERSION,
MXS_FILTER_VERSION,
"A masking filter that is capable of masking/obfuscating returned column values.",
"V1.0.0",
&MaskingFilter::s_object,

View File

@ -85,7 +85,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_IN_DEVELOPMENT,
FILTER_VERSION,
MXS_FILTER_VERSION,
"A filter that is capable of limiting the resultset number of rows.",
"V1.0.0",
&object,

View File

@ -275,7 +275,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_ALPHA_RELEASE,
FILTER_VERSION,
MXS_FILTER_VERSION,
"A RabbitMQ query logging filter",
"V1.0.2",
&MyObject,

View File

@ -109,7 +109,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_GA,
FILTER_VERSION,
MXS_FILTER_VERSION,
"A routing hint filter that uses regular expressions to direct queries",
"V1.1.0",
&MyObject,

View File

@ -188,7 +188,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_GA,
FILTER_VERSION,
MXS_FILTER_VERSION,
"A simple query logging filter",
"V1.1.1",
&MyObject,

View File

@ -118,7 +118,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_GA,
FILTER_VERSION,
MXS_FILTER_VERSION,
"A query rewrite filter that uses regular expressions to rewrite queries",
"V1.1.0",
&MyObject,

View File

@ -322,7 +322,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_GA,
FILTER_VERSION,
MXS_FILTER_VERSION,
"A tee piece in the filter plumbing",
"V1.0.0",
&MyObject,

View File

@ -90,7 +90,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_BETA_RELEASE,
FILTER_VERSION,
MXS_FILTER_VERSION,
"A simple query counting filter",
"V2.0.0",
&MyObject,

View File

@ -152,7 +152,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_GA,
FILTER_VERSION,
MXS_FILTER_VERSION,
"A top N query logging filter",
"V1.0.1",
&MyObject,

View File

@ -162,7 +162,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
{
MXS_MODULE_API_FILTER,
MXS_MODULE_GA,
FILTER_VERSION,
MXS_FILTER_VERSION,
"Transaction Performance Monitoring filter",
"V1.0.1",
&MyObject,