File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -166,3 +166,6 @@ proxysql_mysql_query_digests_max_query_length: 65000
166166proxysql_mysql_stats_time_backend_query : false
167167proxysql_mysql_stats_time_query_processor : false
168168proxysql_mysql_verbose_query_error : false
169+
170+ # misc
171+ proxysql_mysql_enable_load_data_local_infile : false
Original file line number Diff line number Diff 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}}"
You can’t perform that action at this time.
0 commit comments