]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- update to 4.6.11
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 5 Jan 2007 01:46:37 +0000 (01:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-19298-cache.patch -> 1.2

drupal-19298-cache.patch

index a8ebbc18e93e35edfd08a7eb809bcd9bad5e28f8..a6c62c32c4472d664330c29d8f8d88b0fa9465e5 100644 (file)
  
    $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");
This page took 0.041044 seconds and 4 git commands to generate.