Skip to content
Snippets Groups Projects
Commit ecdeb269 authored by jurgenhaas's avatar jurgenhaas
Browse files

Implement optional sql_mode setting

parent 0f09849d
No related branches found
No related tags found
No related merge requests found
......@@ -112,3 +112,8 @@ innodb_strict_mode = {{ mysql_innodb_strict_mode }}
# ssl-ca=/etc/mysql/cacert.pem
# ssl-cert=/etc/mysql/server-cert.pem
# ssl-key=/etc/mysql/server-key.pem
# Extras
{% if mysql_sql_mode is defined %}
sql_mode = "{{ mysql_sql_mode }}"
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment