http://api.drupal.org/api/drupal/modules--system--system.install/functio...
http://api.drupal.org/api/drupal/modules--system--system.install/functio...

Due to the way update_6054 is used I can safely copy this update. Also detect if variable_get('lock_inc', './includes/lock.inc') equals the default. If it does then use the memcache version of lock_wait. Inside advagg_schema get the system schema for semaphore. If it doesn't exist then have advagg create it. Alt to this is to use hook_schema_alter().

CommentFileSizeAuthor
#6 advagg-1195556-6.patch4.31 KBmikeytown2

Comments

mikeytown2’s picture

Run checks if VERSION is less than 6.16

crea’s picture

I wonder who is running those old versions...seems to be unwise to run them, because of security issues.

killes@www.drop.org’s picture

I firmly believe that people using these old versions should be left out in the rain...

mikeytown2’s picture

Sounds good. I'm going to revert checking for lock_* functions and go from there. If they hacked core, they can add in locking as it's self contained for the most part.
#802856-30: Make lock_wait() wait less

mikeytown2’s picture

Status: Active » Closed (won't fix)
StatusFileSize
new4.31 KB

Committed this patch