Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
10.6.8
-
None
-
Linux
Description
Variable "max_recursive_iterations" is not recognized when added to ~/.my.cnf file in [client] or [mysql] sections:
[mysql]
|
max_recursive_iterations = 1050
|
[client]
|
max_recursive_iterations = 1050
|
When starting the client:
$ mysql
|
mysql: unknown variable 'max_recursive_iterations=1050'
|
Version of client and server:
Client: mysql Ver 15.1 Distrib 10.6.8-MariaDB, for Linux (x86_64) using EditLine wrapper
|
 |
Server: 10.6.8-MariaDB
|