Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
cache system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2010 at 21:15 UTC
Updated:
15 Dec 2010 at 00:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
damien tournoud commentedI see no reason not to simply do this (it's not like this is a cheap function and that the additional call could possibly matter).
Comment #3
eric_a commented#1: 978144-get-getmultiple-inconsistencies.patch queued for re-testing.
Comment #5
eric_a commented#1: 978144-get-getmultiple-inconsistencies.patch queued for re-testing.
Comment #7
eric_a commented#1: 978144-get-getmultiple-inconsistencies.patch queued for re-testing.
Comment #9
eric_a commented#1: 978144-get-getmultiple-inconsistencies.patch queued for re-testing.
Comment #11
eric_a commentedAfter applying this patch locally on my standard profile install I got
Fatal error: Class 'SelectQuery_mysql' not found in C:\xampplite\htdocs\drupal\includes\database\database.inc on line 685
Comment #12
eric_a commentedI created #983132: DrupalDatabaseCache::getMultiple assumes it can rely on class autoloading.
Comment #13
eric_a commentedI just found #851136: Make the database autoloading more robust. It just got committed.
Comment #14
eric_a commented#1: 978144-get-getmultiple-inconsistencies.patch queued for re-testing.
Comment #15
eric_a commented#1: 978144-get-getmultiple-inconsistencies.patch queued for re-testing.
Comment #16
eric_a commentedThis "approach" needs to be taken sooner or later.
#851136: Make the database autoloading more robust was rolled back and then committed again with parts of it extended for pgsql and sqllite. I pushed the button again, waiting for the green.
Comment #17
webchickTestbot appears to be stuck.
Comment #18
dries commentedI don't see a reason not to simplify the code like this.
Comment #19
webchickMe neither. Just wanted to make sure testbot was cool with it, since it was frozen for awhile yesterday.
Committed to HEAD. Thanks!