MXS-2477 Change schemarouter ignore_databases parameters to ignore_tables
With the table level sharding parameter is used to ignore tables not databases.
This commit is contained in:
@ -32,6 +32,11 @@
|
||||
#include <maxscale/backend.hh>
|
||||
#include <maxscale/protocol/rwbackend.hh>
|
||||
|
||||
const char* const CN_IGNORE_DATABASES = "ignore_databases";
|
||||
const char* const CN_IGNORE_DATABASES_REGEX = "ignore_databases_regex";
|
||||
const char* const CN_IGNORE_TABLES = "ignore_tables";
|
||||
const char* const CN_IGNORE_TABLES_REGEX = "ignore_tables_regex";
|
||||
|
||||
namespace schemarouter
|
||||
{
|
||||
/**
|
||||
|
Reference in New Issue
Block a user