fix for python 3 compatibility
parent
539b1445be
commit
dd44094774
|
@ -3,7 +3,7 @@
|
|||
# -------------------------------------------
|
||||
|
||||
[mysqld]
|
||||
{% for key, value in mysql_extra_configuration.iteritems() %}
|
||||
{% for key, value in mysql_extra_configuration.items() %}
|
||||
{% if value is defined or value is not none %}
|
||||
{{ key }} = {{ value }}
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in New Issue