From 63dba2a07da80609306e9e09e88cc989bbd71de6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 19 May 2010 19:14:43 +0000 Subject: - Patch #692044 by Damien Tournoud, effulgentsia, jbrown: a site with statistics module enabled is much slower in serving cached pages in D7 than in D6. --- includes/update.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'includes') diff --git a/includes/update.inc b/includes/update.inc index 317ffa577..bc2501296 100644 --- a/includes/update.inc +++ b/includes/update.inc @@ -164,11 +164,6 @@ function update_prepare_d7_bootstrap() { 'not null' => TRUE, 'default' => 0, ), - 'headers' => array( - 'description' => 'Any custom HTTP headers to be added to cached data.', - 'type' => 'text', - 'not null' => FALSE, - ), 'serialized' => array( 'description' => 'A flag to indicate whether content is serialized (1) or not (0).', 'type' => 'int', -- cgit v1.2.3