SOURCES: drupal-19298-cache.patch - update to 4.6.11
glen
glen at pld-linux.org
Fri Jan 5 02:46:43 CET 2007
Author: glen Date: Fri Jan 5 01:46:43 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- update to 4.6.11
---- Files affected:
SOURCES:
drupal-19298-cache.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/drupal-19298-cache.patch
diff -u SOURCES/drupal-19298-cache.patch:1.1 SOURCES/drupal-19298-cache.patch:1.2
--- SOURCES/drupal-19298-cache.patch:1.1 Thu Dec 22 14:48:39 2005
+++ SOURCES/drupal-19298-cache.patch Fri Jan 5 02:46:37 2007
@@ -152,21 +152,21 @@
$output .= form_group(t('Cache settings'), $group);
---- database/updates.inc~ 2005-12-20 17:03:28.000000000 +0200
-+++ database/updates.inc 2005-12-20 17:07:37.000000000 +0200
-@@ -108,6 +108,7 @@ $sql_updates = array(
+--- database/updates.inc 2005-12-20 17:07:37.000000000 +0200
++++ database/updates.inc 2007-01-05 03:24:26.265230942 +0200
+@@ -108,6 +108,7 @@
"2005-04-14" => "update_129",
"2005-05-06" => "update_130",
- "2005-05-07" => "update_131"
-+, "2005-12-20" => "update_132"
+ "2005-05-07" => "update_131",
++ "2005-12-20" => "update_cache_1",
+ "2006-12-19" => "update_132",
);
- function update_32() {
-@@ -2394,6 +2395,17 @@ function update_131() {
+@@ -2395,6 +2396,17 @@
return $ret;
}
-+function update_132() {
++function update_cache_1() {
+ $ret = array();
+ if ($GLOBALS['db_type'] == 'mysql') {
+ $ret[] = update_sql("ALTER TABLE sessions ADD cache int(11) NOT NULL default '0' AFTER timestamp");
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/drupal-19298-cache.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list