/[drupal]/contributions/modules/memcache/memcache.db.inc
ViewVC logotype

Log of /contributions/modules/memcache/memcache.db.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 02:53:27 2008 UTC (12 months, 2 weeks ago) by jeremy
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-9
Changes since 1.2.2.12: +13 -13 lines
Diff to previous 1.2.2.12 , to branch point 1.2 , to next main 1.8
Fix bug #292346 in DRUPAL-5 tree.

Revision 1.2.2.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 1 12:32:13 2008 UTC (12 months, 3 weeks ago) by jvandyk
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, DRUPAL-6--1-4, DRUPAL-6--1-4-RC1
Changes since 1.2.2.11.2.1: +14 -5 lines
Diff to previous 1.2.2.11.2.1 , to branch point 1.2.2.11 , to next main 1.2.2.13
Use memcache->connect() to connect to the first server. Record the result; if memcache is offline, do not try to read from or write to memcache for the remainder of the request.

Revision 1.2.2.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 15:47:56 2008 UTC (12 months, 3 weeks ago) by jvandyk
Branch: DRUPAL-6--1
Changes since 1.2.2.11: +36 -35 lines
Diff to previous 1.2.2.11
#188474: Ported to Drupal 6.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 19:15:37 2008 UTC (12 months, 3 weeks ago) by jeremy
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +13 -13 lines
Diff to previous 1.7
Bug #292346: properly invalidate cache_page when cache_clear_all() called.

Revision 1.2.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 10:19:48 2008 UTC (15 months, 2 weeks ago) by robertDouglass
Branch: DRUPAL-5
Changes since 1.2.2.11: +4 -3 lines
Diff to previous 1.2.2.11 , to branch point 1.2
Set cache_flush variable before doing database delete to prevent several processes doing the same thing at the same time.

Revision 1.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 12 21:58:06 2008 UTC (21 months, 2 weeks ago) by robertDouglass
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-8
Branch point for: DRUPAL-6--1
Changes since 1.2.2.10: +2 -2 lines
Diff to previous 1.2.2.10 , to branch point 1.2
#186332 by firebus; memcache wasn't matching core behavior on cache_clear_all

Revision 1.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 12 21:49:34 2008 UTC (21 months, 2 weeks ago) by robertDouglass
Branch: DRUPAL-5
Changes since 1.2.2.9: +3 -6 lines
Diff to previous 1.2.2.9 , to branch point 1.2
#188751 by mdekkers, modified by roberDouglass: remove DUPLICATE KEY syntax from query.

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 09:42:01 2008 UTC (21 months, 3 weeks ago) by njt1982
Branch: DRUPAL-5
Changes since 1.2.2.8: +10 -9 lines
Diff to previous 1.2.2.8 , to branch point 1.2
Fixing issue #215814: Incorrect use of db_query in memcache.db.inc

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 23:43:34 2008 UTC (21 months, 4 weeks ago) by slantview
Branch: MAIN
Changes since 1.6: +20 -13 lines
Diff to previous 1.6
* Sync with DRUPAL-5
* Update INSTALLATION.txt and README.txt

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 23:36:56 2008 UTC (21 months, 4 weeks ago) by slantview
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-7
Changes since 1.2.2.7: +13 -4 lines
Diff to previous 1.2.2.7 , to branch point 1.2
Sync with HEAD changes and copy over changes.

Changed:
  * Fix for cache_clear_all issue in issue #199483.  Combined patches posted by Reg, firebus and robertDouglass.
  * Updated README.txt for memcache-session.inc

Added:
  * Added Drupal 5.0 - 5.6 patches for core serialization.
  * Added memcache-session.inc (working)

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 22:50:25 2008 UTC (21 months, 4 weeks ago) by slantview
Branch: MAIN
Changes since 1.5: +8 -3 lines
Diff to previous 1.5
Cleanup work:
  * Fixed SQL Error in memcache.db.inc
  * Added CACHE_TEMPORARY memcache caching to memcache.db.inc (full page cache and other things weren't going in)
  * Small code cleanup in memcache.db.inc
  * Changed MENU_DEFAULT_LOCAL_TASK to MENU_LOCAL_TASK in memcache_admin.module
  * Updated README.txt for memcache-session.inc

Added:
  * patches directory to hold all of the patches
  * Drupal 5.0 - 5.6 patches for core

Removed:
  * Old core serialization patch that only "kinda" applied to certain versions. Should be easier
    to know which version to use now.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 25 00:50:51 2007 UTC (23 months ago) by slantview
Branch: MAIN
Changes since 1.4: +12 -3 lines
Diff to previous 1.4
Fix for cache_clear_all issue in issue #199483.  Combined patches posted by Reg, firebus and robertDouglass.
Fixes both memcache.inc and memcache.db.inc.

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 30 15:22:42 2007 UTC (2 years, 2 months ago) by robertDouglass
Branch: DRUPAL-5
Changes since 1.2.2.6: +4 -3 lines
Diff to previous 1.2.2.6 , to branch point 1.2
reworking how CACHE_TEMPORARY is handled and hopefully fixing page caching

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 30 14:54:52 2007 UTC (2 years, 2 months ago) by robertDouglass
Branch: DRUPAL-5
Changes since 1.2.2.5: +7 -5 lines
Diff to previous 1.2.2.5 , to branch point 1.2
better time() management

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 10 13:51:30 2007 UTC (2 years, 3 months ago) by robertDouglass
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.2.2.4: +10 -1 lines
Diff to previous 1.2.2.4 , to branch point 1.2
missing memcache_clone.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 16:42:16 2007 UTC (2 years, 3 months ago) by robertDouglass
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.2.2.3: +2 -2 lines
Diff to previous 1.2.2.3 , to branch point 1.2
make sure ->data is object

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 14:56:42 2007 UTC (2 years, 4 months ago) by robertDouglass
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-4
Changes since 1.2.2.2: +2 -2 lines
Diff to previous 1.2.2.2 , to branch point 1.2
correcting sql error detected by robertDouglass and corrected by chx

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 09:08:56 2007 UTC (2 years, 4 months ago) by robertDouglass
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2
Changes since 1.2.2.1: +6 -7 lines
Diff to previous 1.2.2.1 , to branch point 1.2
sync head and DRUPAL-5

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 08:02:39 2007 UTC (2 years, 5 months ago) by robertDouglass
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.3: +6 -7 lines
Diff to previous 1.3
#154287 by chx: no table locking

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 22 09:05:23 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: DRUPAL-5
Branch point for: DRUPAL-5--2
Changes since 1.2: +2 -197 lines
Diff to previous 1.2
sync with HEAD

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 22 08:58:15 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA2
Changes since 1.2: +2 -197 lines
Diff to previous 1.2
refactored all dmemcache functions into separate include

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 20:18:16 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA1
Branch point for: DRUPAL-5
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
going with getExtendedStats over getStats so that we can read stats from whole clusters.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 18:43:02 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: MAIN
shuffling file names and moving current memcache.inc to memcache.db.inc in preparation for a memcache-only memcache.inc

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2