Issue Details (XML | Word | Printable)

Key: MDL-9349
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Eloy Lafuente (stronk7)
Reporter: Donal McMullan
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Purging of query cache is broken

Created: 14/Apr/07 06:22 PM   Updated: 16/Apr/07 01:43 AM
Return to search
Component/s: Lib
Affects Version/s: 1.8, 1.9
Fix Version/s: 1.8.1, 1.9

File Attachments: 1. Text File patch_dmllib_mcache.patch (0.6 kB)

Environment: Moodle 1.8
Issue Links:
Duplicate
 

Database: Any
Participants: Donal McMullan and Eloy Lafuente (stronk7)
Security Level: None
Resolved date: 15/Apr/07
Affected Branches: MOODLE_18_STABLE, MOODLE_19_STABLE
Fixed Branches: MOODLE_18_STABLE, MOODLE_19_STABLE


 Description  « Hide
An uninitialized variable in dmllib breaks the purging of the query cache if memcached or eaccelerator cache is being used.

When the rcache_unset_table function is called, it will fail to expire the query cache for the specified table, and subsequently incorrect results (old data) will be returned by calls to rcache_get.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Eloy Lafuente (stronk7) made changes - 15/Apr/07 07:12 PM
Field Original Value New Value
Resolution Fixed [ 1 ]
Fix Version/s 1.9 [ 10190 ]
Fix Version/s 1.8.1 [ 10213 ]
Status Open [ 1 ] Resolved [ 5 ]
Eloy Lafuente (stronk7) made changes - 16/Apr/07 01:43 AM
Link This issue is duplicated by MDL-9267 [ MDL-9267 ]