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:
authorAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-07-19 10:50:50 +0400
committerAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-07-22 13:59:06 +0400
commit91e9a4d46c5c8299ed80e1bb3ad129bb1a5fdbb7 (patch)
treecda30bafbc428b928c1fe01b7b259416c0a2672a /js/tbl_structure.js
parent4193989efedaf52ad2805453de30f6a9e2f1cbe6 (diff)
RFE#908: Improvements for the table editor (index creation).
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fix coding styles. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Make index columns sortable. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fix failing test. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Fix drag icon in Firefox. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Diffstat (limited to 'js/tbl_structure.js')
-rw-r--r--js/tbl_structure.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/tbl_structure.js b/js/tbl_structure.js
index 9821cb312f..0eb8747ef4 100644
--- a/js/tbl_structure.js
+++ b/js/tbl_structure.js
@@ -82,6 +82,12 @@ AJAX.registerTeardown('tbl_structure.js', function () {
AJAX.registerOnload('tbl_structure.js', function () {
+ // Re-initialize variables.
+ primary_indexes = [];
+ unique_indexes = [];
+ indexes = [];
+ fulltext_indexes = [];
+
/**
*Ajax action for submitting the "Column Change" and "Add Column" form
*/