summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-24 08:21:30 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-24 08:21:30 +0000
commit5215240cf0fb3684cc802c79dcda5e1833b824da (patch)
treec8e3c4747e3ce25bf6b1dc81819d901d8be96b6e /modules
parent0460fed7390f2ac7460eb0ce56c2b659572520a5 (diff)
downloadbrdo-5215240cf0fb3684cc802c79dcda5e1833b824da.tar.gz
brdo-5215240cf0fb3684cc802c79dcda5e1833b824da.tar.bz2
- #667052 by catch: added index because _system_date_format_types_build() was causing a filesort.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index c06850a49..f37b8266b 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -629,6 +629,9 @@ function system_schema() {
),
),
'primary key' => array('type'),
+ 'indexes' => array(
+ 'title' => array('title'),
+ ),
);
// This table's name is plural as some versions of MySQL can't create a