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-06-03 15:11:15 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-03 15:11:15 +0300
commit40da17ab7206c65eab266553ee574817266e932e (patch)
tree1045cd739836cfa9f57065af11c884f70c703a3a /js/functions.js
parent4ebc479d2e3ff99f527a7e4c50029997e2117de9 (diff)
rfe #1677 Support spatial indexes in table create form
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/functions.js b/js/functions.js
index dd32a167d2..baa164f59d 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -80,6 +80,11 @@ var indexes = [];
var fulltext_indexes = [];
/**
+ * @var spatial_indexes array to hold 'Spatial' columns.
+ */
+var spatial_indexes = [];
+
+/**
* Make sure that ajax requests will not be cached
* by appending a random variable to their parameters
*/