use_sql_variables_in
This page is part of MariaDB's Enterprise Documentation.
The parent of this page is: Module Parameters for MariaDB MaxScale
Topics on this page:
Overview
Where the router sends session variable queries.
See also: Module Parameters for MariaDB MaxScale 6, in 2.5, and in 2.4
DETAILS
This module parameter controls where the router sends session variable queries, such as SHOW VARIABLES or SET statements.
Option | Description |
---|---|
| Router sends all session variable queries to the Primary Server. |
| Router sends queries retrieving session variables to the first available Replica Server. It sends queries modifying session variables to all Servers. |
CHANGE HISTORY
Release Series | History |
---|---|
6 |
|
2.5 |
|
2.4 |
|
EXTERNAL REFERENCES
Information specific to MariaDB SkySQL can be found on the use_sql_variables_in page in the SkySQL Documentation.