Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
4 Jan 2011 at 05:25 UTC
Updated:
18 Jan 2011 at 06:30 UTC
This is verbatim copy of the andypost's menu.inc hunks from #402896-57: Introduce DrupalCacheArray and use it for drupal_get_schema(). This tiny patch fixes the immediate problem cleanly and precisely.
We do the same change in two different places. The change replaces a call to drupal_schema_fields_sql() with '*'.
| Comment | File | Size | Author |
|---|---|---|---|
| menu_link.diff | 1.59 KB | moshe weitzman |
Comments
Comment #1
catchYep this was orignally chx's addition to my original patch. Since I didn't actually write that code, I'm RTBC-ing it. That will allow the other issue to develop at it's own pace without having to look at the blood leaking all over the floor.
Comment #2
chx commentedNote: this is my patch not andypost's. Just in case someone wonders whether menu maintainers approve.
Comment #3
chx commentedSorry , crosspost. (Exact minute crosspost :D )
Comment #4
dries commentedCommitted to CVS HEAD. Thanks.