Commit Graph

4 Commits

Author SHA1 Message Date
following
252019f52d fixed another trigger recursion when updating a cache record
function touchCache() in lib/clicompatbase.inc.php updated e.g. cache_desc.last_modified
in the same statement with an access to caches table. As the cacheDescAfterUpdate trigger
updates caches.listing_last_modified, the read & write access to caches table collided.

function touchCache() is obsolete, as touching on status change is done by triggers
for all depending tables (via SQL function sp_touch_cache).
2013-03-22 10:24:04 +01:00
following
085c13983f added caches.listing_last_modified; db-changelog fixes 2013-03-20 12:42:58 +01:00
following
ad59dc916b updates source code license and xml docu 2012-08-16 21:04:13 +02:00
Metrax
e05b7bb8f0 first init 2012-05-09 20:05:43 +02:00