Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-01-14 15:35:14 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-01-14 15:35:14 +0300
commit785123b6437bafdcaf0405e9d7db290de7676560 (patch)
tree74a302d4fa6742640d0ff676eeb3a555d1ba2e0c /tbl_structure.php
parentb2a37f7b5d9893df6b9e54127b6be2801a4df0dd (diff)
bug #4705 Table structure: adding primary key doesn't refresh page
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'tbl_structure.php')
-rw-r--r--tbl_structure.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tbl_structure.php b/tbl_structure.php
index f5e937bd74..e1108150d1 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -89,6 +89,12 @@ if (isset($_REQUEST['do_save_data'])) {
unset($_REQUEST['selected']);
}
}
+/**
+ * Adding indexes
+ */
+if (isset($_REQUEST['add_key'])) {
+ include 'sql.php';
+}
/**
* handle multiple field commands if required