Skip to content

Commit

Permalink
Adjust partition manipulations to use POST
Browse files Browse the repository at this point in the history
Issue phpmyadmin#13866

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Dec 15, 2017
1 parent e7eaea8 commit 599a981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/table/structure/display_partitions.twig
Expand Up @@ -76,7 +76,7 @@
<td>{{ partition.getComment() }}</td>
{% for action, icon in action_icons %}
<td>
<a href="tbl_structure.php{{ url_query -}}
<a href="tbl_structure.php" data-post="{{ url_query -}}
&amp;partition_maintenance=1&amp;sql_query=
{{- ("ALTER TABLE " ~ Util_backquote(table) ~ " " ~ action
~ " PARTITION " ~ partition.getName())|url_encode }}"
Expand Down

0 comments on commit 599a981

Please sign in to comment.