-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for enable_load_data_local_infile variable #109
base: main
Are you sure you want to change the base?
Conversation
@jpiron thanks for your contribution. The variable
unfortunately, we have no compliance how long we support proxysql versions < 2.3.0. |
Sure I'll add this on monday |
326f097
to
06afa22
Compare
It's updated |
@jpiron I still got an error when trying to install ---
- hosts: localhost
become: yes
vars:
proxysql_version: 2.2.2
roles:
- proxysql results in
|
I might be wrong but my understanding of the issue is that the default The As a result, it fails here: https://github.com/ansible-collections/community.proxysql/blob/main/plugins/modules/proxysql_global_variables.py#L232 Shouldn't the module perform an |
@jpiron sorry for the late reply, I was out of office.
That might work I think. Are we sure that there are not side-effects when inserting new global variables to proxysql? |
I suppose, I need to check |
I've inserted a random name variable. It looks like that it doesn't made any problems... |
Sorry for the late answer, I didn't get the time to work on this lately. |
SUMMARY
Add support for setting enable_load_data_local_infile variable
ISSUE TYPE
COMPONENT NAME
proxysql role