Skip to content

Commit c57d58e

Browse files
committed
Add support for enable_load_data_local_infile variable
1 parent febcaba commit c57d58e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

roles/proxysql/defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,6 @@ proxysql_mysql_query_digests_max_query_length: 65000
166166
proxysql_mysql_stats_time_backend_query: false
167167
proxysql_mysql_stats_time_query_processor: false
168168
proxysql_mysql_verbose_query_error: false
169+
170+
# misc
171+
proxysql_mysql_enable_load_data_local_infile: false

roles/proxysql/vars/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ _proxysql_mysql_variables:
152152
eventslog_filesize:
153153
variable: "eventslog_filesize"
154154
variable_value: "{{ proxysql_mysql_eventslog_filesize }}"
155+
enable_load_data_local_infile:
156+
variable: "enable_load_data_local_infile"
157+
variable_value: "{{ proxysql_mysql_enable_load_data_local_infile }}"
155158
enforce_autocommit_on_reads:
156159
variable: "enforce_autocommit_on_reads"
157160
variable_value: "{{ proxysql_mysql_enforce_autocommit_on_reads | to_json}}"

0 commit comments

Comments
 (0)