[MDEV-13099] Variable wsrep_slave_fk_checks actually is wsrep_slave_FK_checks Created: 2017-06-15 Updated: 2017-07-05 Resolved: 2017-07-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Galera |
| Affects Version/s: | 10.2.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Anders Karlsson | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux CentOS 6.4 |
||
| Description |
|
The variable wsrep_slave_fk_check as documented here: https://mariadb.com/kb/en/mariadb/galera-cluster-system-variables/#wsrep_slave_fk_checks is actually called wsrep_slave_FK_checks. It is odd that this is the only variable, at least that I can think of, that is upper case. This took me quite a while to figure out. |
| Comments |
| Comment by Ian Gilfillan [ 2017-06-15 ] | |||||||
|
In what context did you discover the case is important? The same applies to wsrep_slave_UK_checks. | |||||||
| Comment by Anders Karlsson [ 2017-06-20 ] | |||||||
|
To answer your question: I did see it in SHOW VARIABLES where it is shown as wsrep_slave_fk_checks:
But when I set it it has to be called wsrep_slave_FK_checks. So this is also a software issue, as well as a documentation issue. | |||||||
| Comment by Ian Gilfillan [ 2017-07-05 ] | |||||||
|
Docs have been updated |