Difference between revisions of "Database Table: talkleft xfp"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) m (Robot: This table needs a description.) |
Exor674Bot (Talk | contribs) m (Robot: Updating page description status.) |
||
Line 2: | Line 2: | ||
[[Description::Stores comments when the database cluster of the user making the comment is unavailable. A maintenance task (clean_caches) moves data from here to talkleft on clusters.]] | [[Description::Stores comments when the database cluster of the user making the comment is unavailable. A maintenance task (clean_caches) moves data from here to talkleft on clusters.]] | ||
See [[Database Table: talkleft|talkleft]] (clustered). | See [[Database Table: talkleft|talkleft]] (clustered). | ||
− | + | ||
= Definition = | = Definition = | ||
Revision as of 12:10, 27 January 2010
"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a global table. Stores comments when the database cluster of the user making the comment is unavailable. A maintenance task (clean_caches) moves data from here to talkleft on clusters. See talkleft (clustered).
Definition
CREATE TABLE talkleft_xfp ( userid INT UNSIGNED NOT NULL, posttime INT UNSIGNED NOT NULL, INDEX (userid, posttime), journalid INT UNSIGNED NOT NULL, nodetype CHAR(1) NOT NULL, nodeid INT UNSIGNED NOT NULL, INDEX (journalid, nodetype, nodeid), jtalkid MEDIUMINT UNSIGNED NOT NULL, publicitem ENUM('1','0') NOT NULL DEFAULT '1' )