[MDEV-21937] "SET SESSION var=DEFAULT" doesn't set session value to global value for all variables Created: 2020-03-13 Updated: 2020-03-13 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Configuration, Variables |
| Affects Version/s: | 10.4.12 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The MySQL documentation says the following:
https://dev.mysql.com/doc/refman/5.6/en/set-variable.html#set-variable-system-variables However, this does not appear to work for all system variables in MariaDB. For example, it does not seem to work for foreign_key_checks:
|