[MXS-3615] Clarify session_track_system_variables requirement for readwritesplit's causal_reads parameter Created: 2021-06-16 Updated: 2021-06-16 Resolved: 2021-06-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Documentation, readwritesplit |
| Affects Version/s: | 2.5 |
| Fix Version/s: | 2.5.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The documentation for the causal_reads parameter for readwritesplit has the following note:
https://mariadb.com/kb/en/mariadb-maxscale-25-readwritesplit/#causal_reads This seems to imply that you should do something like this:
and:
However, in 10.3 and later, this system variable has a non-empty default value that some users may want to keep: autocommit,character_set_client,character_set_connection,character_set_results,time_zone. Therefore, it may be more appropriate for users to set it like this:
and:
Maybe it would be more appropriate for the documentation to say something like this?:
|