/usr/share/phpmyadmin/templates/table/maintenance
Edit: /usr/share/phpmyadmin/templates/table/maintenance/checksum.twig (836B)
{% trans 'Checksum table' %}
{{ show_mysql_docu('CHECKSUM_TABLE') }}
{{ message|raw }}
| {% trans 'Table' %} |
{% trans 'Checksum' %} |
{% for row in rows %}
| {{ row.Table }} |
{% if row.Checksum is not null %}
{{ row.Checksum }}
{% else %}
NULL
{% endif %}
|
{% endfor %}
{% for warning in warnings %}
{% apply notice %}
{{ warning.Level }}: #{{ warning.Code }} {{ warning.Message }}
{% endapply %}
{% endfor %}