summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAnders Kaseorg <[email protected]>2014-12-18 02:18:17 -0500
committerAnders Kaseorg <[email protected]>2014-12-18 02:50:03 -0500
commitbd40827b737464ea2de8857fded057122543990a (patch)
tree1efc20f5cd26aaf8e0e3566db69efef90c742410 /include/functions.php
parentd8895ec679fb3557ddf01d8be74a5eb82c7dac7a (diff)
Drop duplicate database indexes
These duplicate indexes were found by the pt-duplicate-key-checker tool in percona-toolkit. Duplicate indexes waste space and slow down the query planner. Closes #835. Signed-off-by: Anders Kaseorg <[email protected]>
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 2f3daea10..9b93aed80 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 126);
+ define('SCHEMA_VERSION', 127);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);