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:
Marko
2019-05-15 21:37:16 +03:00
parent b04415d8da
commit 7893c120a9
3 changed files with 39 additions and 9 deletions

View File

@ -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
{
/**