elmuerte
03-24-2006, 09:59 AM
I just submitted a fix for the variable_set concurreny problem, it's a backport from the drupal 4.7 implementation.
variable_set first deletes the old value before inserting the new one, this ofcourse creates a concurrency issue.
this fix should prevent the database errors often created by the cron script and poormanscron module
variable_set first deletes the old value before inserting the new one, this ofcourse creates a concurrency issue.
this fix should prevent the database errors often created by the cron script and poormanscron module