diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-05-19 19:14:43 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-05-19 19:14:43 +0000 |
commit | 63dba2a07da80609306e9e09e88cc989bbd71de6 (patch) | |
tree | ff8aa7337fd6d1e239f8c18ca02ecfed8534f326 /includes | |
parent | 0444684a2be60cdbb34874c82b970446198b7b07 (diff) | |
download | brdo-63dba2a07da80609306e9e09e88cc989bbd71de6.tar.gz brdo-63dba2a07da80609306e9e09e88cc989bbd71de6.tar.bz2 |
- 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.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/update.inc | 5 |
1 files changed, 0 insertions, 5 deletions
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', |