As the title says. The fix is trivial and the performance hit is nil because the single function_exists only fires on when the db does nto exist so not often so I RTBC my own.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal_load_from_cache_inc_dies.patch | 1.47 KB | chx |
Comments
Comment #1
carlos8f commentedComment #2
carlos8f commentedComment #3
chx commentedDont get overexcited this is not critical at all. This is a very edge case thing, there are VERY few things you can fire before database becomes active: settings.php and cache backend so this is not critical.
Comment #4
damien tournoud commentedHm. This is good, but why marking your own patch as RTBC?
Comment #5
chx commentedBecause of the reasons listed in the original post?
Comment #6
chx commented#358815: drupal_get_install_files() is slow with a large tree included this fix.