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>
(cherry picked from commit 599a981)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
  • Loading branch information
nijel authored and MauricioFauth committed Feb 22, 2018
1 parent 8229dab commit 590b0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/table/structure/display_partitions.phtml
Expand Up @@ -77,7 +77,7 @@ use PMA\libraries\URL; ?>
<td><?= htmlspecialchars($partition->getComment()); ?></td>
<?php foreach ($actionIcons as $action => $icon): ?>
<td>
<a href="tbl_structure.php<?= $url_query; ?>&amp;partition_maintenance=1&amp;sql_query=<?= urlencode(
<a href="tbl_structure.php" data-post="<?= $url_query; ?>&amp;partition_maintenance=1&amp;sql_query=<?= urlencode(
"ALTER TABLE " . Util::backquote($table) . $action . " PARTITION " . $partition->getName()
) ?>"
id="partition_action_<?= $action; ?>"
Expand Down

0 comments on commit 590b0ed

Please sign in to comment.