Closed (fixed)
Project:
Schema
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
19 Jul 2011 at 22:20 UTC
Updated:
22 Sep 2012 at 17:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nardberjean commentedIt appears also with '_'.
Comment #3
karschsp commentedSince the whole DB layer changed in D7, there were some pretty big changes to table prefixes. See #195416: Table prefixes should be per database connection for details. In essence, since you can now have multiple DBs, each DB can potentially have a separate prefix.
So, I don't have time tonight to work through this, but attached is a patch that will remove the tables from 'Extra' assuming you're just using a single database.
Comment #4
cluthersubscribe
Comment #5
rosk0subscribe
Comment #6
OnkelTem commentedW/o prefixing support - please tell me who needs the module?
Comment #7
fgmSo, here is a first stab at a patch. It is very crude, only working on the default database and making lots of assumptions, but at least in my case it seems to work locally.
Downgrading issue to major since makes the module almost (completely ?) useless, but does not make the site unusable.
Comment #8
fgmPatch was rolled from a site root. Rerolled from module directory.
Comment #9
andypost@fgm thanx a lot! it really works
Comment #10
OnkelTem commented@fgm
Sorry, I didn't know that `critical` is for such cases.
Comment #11
colanCommitted in 099cb59.