https://bugzilla.wikimedia.org/show_bug.cgi?id=24978
Domas Mituzas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Domas Mituzas <[email protected]> 2010-08-30 23:04:32 UTC --- yeah, blame the infrastructure!!!!!!!!!!!!!!1111 SERVERS ARE ALWAYS WRONG. all the other files were correct transaction, this one was logged as 'patrol' event, and didn't have 'image' row insertion. so, the image didn't "disappear", it was never there. SET TIMESTAMP=1282492172; BEGIN; SET INSERT_ID=11251250; INSERT /* Article::insertOn Jacklee */ IGNORE INTO `page` (page_id,page_namespace,page_title,page_counter,page_restrictions,page_is_redirect,page_is_new,page_random,page_touched,page_latest,page_len) VALUES (NULL,'6','YOGArtisticGymnastics-BishanSportsHall-Singapore-20100816-02.jpg','0','','0','1','0.199751853441','20100822154932','0','0'); SET INSERT_ID=42296044; INSERT /* Revision::insertOn Jacklee */ INTO `text` (old_id,old_text,old_flags) VALUES (NULL,'DB://cluster22/22407194','utf-8,gzip,external'); SET INSERT_ID=42997008; INSERT /* Revision::insertOn Jacklee */ INTO `revision` (rev_id,rev_page,rev_text_id,rev_comment,rev_minor_edit,rev_user,rev_user_text,rev_timestamp,rev_deleted,rev_len,rev_parent_id) VALUES (NULL,'11251250','42296044','Added information','0','99051','Jacklee','20100822154932','0','608','0'); UPDATE /* Article::updateRevisionOn Jacklee */ `page` SET page_latest = '42997008',page_touched = '20100822154932',page_is_new = '1',page_is_redirect = '0',page_len = '608' WHERE page_id = '11251250' AND page_latest = '0'; SET INSERT_ID=44199374; INSERT /* RecentChange::save Jacklee */ INTO `recentchanges` (rc_timestamp,rc_cur_time,rc_namespace,rc_title,rc_type,rc_minor,rc_cur_id,rc_user,rc_user_text,rc_comment,rc_this_oldid,rc_last_oldid,rc_bot,rc_moved_to_ns,rc_moved_to_title,rc_ip,rc_patrolled,rc_new,rc_old_len,rc_new_len,rc_deleted,rc_logid,rc_log_type,rc_log_action,rc_params,rc_id) VALUES ('20100822154932','20100822154932','6','YOGArtisticGymnastics-BishanSportsHall-Singapore-20100816-02.jpg','1','0','11251250','99051','Jacklee','Added information','42997008','0','0','0','','...','1','1','0','608','0','0',NULL,'','',NULL); INSERT /* efUpdateCheckUserData Jacklee */ INTO `cu_changes` ... SET INSERT_ID=2184367; INSERT /* Job::insert Jacklee */ INTO `job` (job_id,job_cmd,job_namespace,job_title,job_params) VALUES (NULL,'enotifNotify','6','YOGArtisticGymnastics-BishanSportsHall-Singapore-20100816-02.jpg','a:7:{s:6:\"editor\";s:7:\"Jacklee\";s:8:\"editorID\";i:99051;s:9:\"timestamp\";s:14:\"20100822154932\";s:7:\"summary\";s:17:\"Added information\";s:9:\"minorEdit\";i:0;s:5:\"oldid\";i:0;s:8:\"watchers\";a:0:{}}'); SET TIMESTAMP=1282492172; INSERT /* LogPage::saveContent Jacklee */ INTO `logging` (log_id,log_type,log_action,log_timestamp,log_user,log_user_text,log_namespace,log_title,log_page,log_comment,log_params) VALUES (NULL,'patrol','patrol','20100822154932','99051','Jacklee','6','YOGArtisticGymnastics-BishanSportsHall-Singapore-20100816-02.jpg','0','','42997008\n0\n1'); UPDATE /* User::incEditCount Jacklee */ `user` SET user_editcount=user_editcount+1 WHERE user_id = '99051'; UPDATE /* require/MediaWiki::performRequestForTitle/MediaWiki::performAction/EditPage::submit/EditPage::edit/EditPage::attemptSave/EditPage::internalAttemptSave/Article::insertNewArticle/Article::doEdit/User::incEditCount/User::invalidateCache/wfGetAllCallers Jacklee */ `user` SET user_touched = '20100822154937' WHERE user_id = '99051'; COMMIT; -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
