[MDEV-29133] max_recursive_iterations not recognized via configuration file (~/.my.cnf) Created: 2022-07-19 Updated: 2022-07-20 Resolved: 2022-07-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Variables |
| Affects Version/s: | 10.6.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jon Armstrong | Assignee: | Daniel Black |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
Variable "max_recursive_iterations" is not recognized when added to ~/.my.cnf file in [client] or [mysql] sections:
When starting the client:
Version of client and server:
|
| Comments |
| Comment by Daniel Black [ 2022-07-20 ] |
|
max_recursive_iterations is a server variable, and isn't an option in the command line options. In the command line you can SET SESSION max_recursive_iterations=30, or as a command, SET STATEMENT max_recursive_interations=30 FOR SELECT ... |