Fixed markdown table.

This commit is contained in:
Markus Makela 2015-06-11 16:59:44 +03:00
parent 3ae177f4e8
commit b7eee3ed1c

View File

@ -45,7 +45,7 @@ This would in effect allow the user 'john' to only see the database 'shard' on t
The schemarouter supports the following router options:
|option |parameter |description|
---------------------------------------------
|-------------------|-----------|-----------|
|max_sescmd_hitory |<int> |Set a limit on the number of session modifying commands a session can execute. This sets an effective cap on the memory consupmtion of the session.|
|disable_sescmd_history|<boolean>|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.