Details
Description
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.
Attachments
Issue Links
| This issue is duplicated by: | ||||
| MDL-9267 | Undefined variable: tablekey in C:\\Apache2\\htdocs\\moodle\\lib\\dmllib.php on line 2400 in the error log |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Fixed, both in 18_STABLE and HEAD. Thanks Donal!