{% set partition_options = [ '', 'HASH', 'LINEAR HASH', 'KEY', 'LINEAR KEY', 'RANGE', 'RANGE COLUMNS', 'LIST', 'LIST COLUMNS' ] %} {% set sub_partition_options = ['', 'HASH', 'LINEAR HASH', 'KEY', 'LINEAR KEY'] %} {% set value_type_options = ['', 'LESS THAN', 'LESS THAN MAXVALUE', 'IN'] %}
() | ||
() | ||
{% trans 'Partition' %} | {% if partition_details['value_enabled'] %}{% trans 'Values' %} | {% endif %} {% if partition_details['can_have_subpartitions'] and partition_details['subpartition_count'] > 1 %}{% trans 'Subpartition' %} | {% endif %}{% trans 'Engine' %} | {% trans 'Comment' %} | {% trans 'Data directory' %} | {% trans 'Index directory' %} | {% trans 'Max rows' %} | {% trans 'Min rows' %} | {% trans 'Table space' %} | {% trans 'Node group' %} |
---|---|---|---|---|---|---|---|---|---|---|
{% if partition_details['value_enabled'] %} | {% endif %} | |||||||||
{% endif %} |