https://noc.wikimedia.org/conf/InitialiseSettings.php.txt says:
'wgContentHandlerUseDB' => array(
'default' => false,
'wikidata' => true,
),
so I assume it's ready there.
Version: unspecified
Severity: normal
https://noc.wikimedia.org/conf/InitialiseSettings.php.txt says:
'wgContentHandlerUseDB' => array(
'default' => false,
'wikidata' => true,
),
so I assume it's ready there.
Version: unspecified
Severity: normal
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | jcrespo | T50930 Database replication problems - production and labs (tracking) | |||
Resolved | coren | T56164 Expose revision.rev_content_format on replicated wikidatawiki |
Really fixed?
A database query error has occurred.
Query: SELECT rev_id,rev_page,rev_text_id,rev_timestamp,rev_comment,rev_user_text,rev_user,rev_minor_edit,rev_deleted,rev_len,rev_parent_id,rev_sha1,rev_content_format,rev_content_model,page_namespace,page_title,page_id,page_latest,page_is_redirect,page_len,user_name FROM wikidatawiki_p.revision_userindex INNER JOIN wikidatawiki_p.page ON ((page_id = rev_page)) LEFT JOIN wikidatawiki_p.user ON ((rev_user != 0) AND (user_id = rev_user)) WHERE page_id = '439230' AND rev_id = '93329328' LIMIT 1
Function: Revision::fetchFromConds
Error: 1054 Unknown column 'rev_content_format' in 'field list' (wikidatawiki.labsdb)
Ah, hm. It fails to apply because my view management system right now does not properly deal with the concept that the same schema doesn't apply to all databases. This will need some ugly exception code.
Change 160459 had a related patch set uploaded by coren:
Labs: merge in changes to maintain-replicas.pl