From 2e408a17d540ed182aae55a7b40956ae12960014 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Fri, 12 Feb 2016 21:19:38 +0200 Subject: [PATCH] Added missing schemarouter parameter documentation The `ignore_databases` and `ignore_databases_regex` were missing from the schemarouter documentation. --- Documentation/Routers/SchemaRouter.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/Routers/SchemaRouter.md b/Documentation/Routers/SchemaRouter.md index 02d6f8e50..3909b454d 100644 --- a/Documentation/Routers/SchemaRouter.md +++ b/Documentation/Routers/SchemaRouter.md @@ -50,6 +50,9 @@ The schemarouter supports the following router options: |disable_sescmd_history|true, false|Disable the session command history. This will prevent growing memory consumption of a long-running session and allows pooled connections to MaxScale to be used. The drawback of this is the fact that if a server goes down, the session state will not be consistent anymore.| |refresh_databases|true, false|Enable database map refreshing mid-session. These are triggered by a failure to change the database i.e. `USE ...``queries.| |refresh_interval|float|The minimum interval between database map refreshes in seconds.| +|ignore_databases|string|List of databases to ignore when checking for duplicate databases.| +|ignore_databases_regex|string|Regular expression that is matched against database names when checking for duplicate databases.| + ## Limitations The schemarouter router currently has some limitations due to the nature of the sharding implementation and the way the session variables are detected and routed. Here is a list of the current limitations.