summaryrefslogtreecommitdiff
path: root/modules/update/update.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-05-18 18:26:30 +0000
committerDries Buytaert <dries@buytaert.net>2010-05-18 18:26:30 +0000
commit09b0283675f938c89a2c541b6649deb10e7c5040 (patch)
treeb057e0dd997cbe6ab096c3651593768fbb76dcf4 /modules/update/update.install
parentd4200e260003dc1e75cd27db8f1b286fa6a30931 (diff)
downloadbrdo-09b0283675f938c89a2c541b6649deb10e7c5040.tar.gz
brdo-09b0283675f938c89a2c541b6649deb10e7c5040.tar.bz2
- Patch #692044 by Damien Tournoud, effulgentsia: a site with statistics module enabled is much slower in serving cached pages in D7 than in D6.
Diffstat (limited to 'modules/update/update.install')
-rw-r--r--modules/update/update.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/update/update.install b/modules/update/update.install
index 00935f190..f324ce570 100644
--- a/modules/update/update.install
+++ b/modules/update/update.install
@@ -167,3 +167,10 @@ function update_update_7000() {
$queue = DrupalQueue::get('update_fetch_tasks');
$queue->createQueue();
}
+
+/**
+ * Remove {cache_update}.headers columns.
+ */
+function update_update_7001() {
+ db_drop_field('cache_update', 'headers');
+}