{% if partition_details['can_have_subpartitions']
and partition_details['subpartition_count'] > 1 %}
|
{% endif %}
{{ StorageEngine_getHtmlSelect(
subpartition['prefix'] ~ '[engine]',
null,
subpartition['engine'],
false,
true
) }}
|
{% spaceless %}
{% endspaceless %}
|
|
|
|
|
|
|
{% endfor %}
{% endfor %}