Difference between revisions of "Database Table: userblobcache"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) (Robot: Updating: Format, type, flag dropped) |
|||
Line 1: | Line 1: | ||
− | {{Database Table|name=userblobcache|table type=global| | + | {{Database Table|name=userblobcache|table type=global|removed=1}} |
[[description::Ancient system for storing userpics. Used if MogileFS is not being run]] | [[description::Ancient system for storing userpics. Used if MogileFS is not being run]] | ||
= Definition = | = Definition = | ||
Line 12: | Line 12: | ||
) | ) | ||
</source> | </source> | ||
− | {{Database Table Footer}} | + | {{Database Table Footer|removed=1}} |
Revision as of 21:52, 11 May 2010
Note: This table is removed and no longer used.
This is a global table.
Ancient system for storing userpics. Used if MogileFS is not being run
Definition
CREATE TABLE userblobcache ( userid INT UNSIGNED NOT NULL, bckey VARCHAR(60) NOT NULL, PRIMARY KEY (userid, bckey), timeexpire INT UNSIGNED NOT NULL, INDEX (timeexpire), VALUE MEDIUMBLOB )