https://bugzilla.wikimedia.org/show_bug.cgi?id=37591
--- Comment #2 from Liangent <[email protected]> 2012-06-14 14:10:08 UTC --- Here're some check on Toolserver (with big replag): $ sql zhwiki_p Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 88023986 Server version: 5.1.53 Source distribution Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> select * from page where page_title='特色条目候选' and page_namespace=4; +---------+----------------+--------------------+-------------------+--------------+------------------+-------------+----------------+----------------+-------------+----------+ | page_id | page_namespace | page_title | page_restrictions | page_counter | page_is_redirect | page_is_new | page_random | page_touched | page_latest | page_len | +---------+----------------+--------------------+-------------------+--------------+------------------+-------------+----------------+----------------+-------------+----------+ | 46728 | 4 | 特色条目候选 | | 0 | 0 | 0 | 0.464639958211 | 20120606104339 | 21416960 | 3421 | +---------+----------------+--------------------+-------------------+--------------+------------------+-------------+----------------+----------------+-------------+----------+ 1 row in set (0.01 sec) mysql> select * from revision where rev_page=46728 order by rev_id desc limit 10; +----------+----------+-------------+-----------------------------------------------------------+----------+---------------+----------------+----------------+-------------+---------+---------------+---------------------------------+ | rev_id | rev_page | rev_text_id | rev_comment | rev_user | rev_user_text | rev_timestamp | rev_minor_edit | rev_deleted | rev_len | rev_parent_id | rev_sha1 | +----------+----------+-------------+-----------------------------------------------------------+----------+---------------+----------------+----------------+-------------+---------+---------------+---------------------------------+ | 21416960 | 46728 | 21613695 | consistency | 775182 | Cravix | 20120531141052 | 1 | 0 | 3421 | 21345461 | 0cu0xuhfnyfcgsfwowsww8qg7byyg6m | | 21345461 | 46728 | 21539076 | /* 提名區 */ | 642079 | Lixihan | 20120525092802 | 0 | 0 | 3363 | 21269220 | 04oty0im3wcbdarcd804v3ziwci7hbf | | 21269220 | 46728 | 21458630 | | 522281 | Waihorace | 20120519061839 | 0 | 0 | 3324 | 21269208 | tlo1y3elpf11bw27y911rcvp9bwdp0v | | 21269208 | 46728 | 21458618 | | 522281 | Waihorace | 20120519061755 | 0 | 0 | 3142 | 20815355 | 3s3656gdzau9xach8ppqbd7bs4qz7kd | | 20815355 | 46728 | 20986838 | | 1047411 | 风雨同舟 | 20120419084310 | 0 | 0 | 3141 | 20813643 | c7gul0l1nnqnwlt6u3nx2j9zktix8ro | | 20813643 | 46728 | 20984884 | | 441687 | Ai6z83xl3g | 20120419054402 | 0 | 0 | 3184 | 19822979 | 6c9ow3fbiwbx62tdbmpo9nibbdw9iap | | 19822979 | 46728 | 19976799 | | 441687 | Ai6z83xl3g | 20120405051116 | 0 | 0 | 3233 | 19807560 | pn0lkty2amgxmwu6pavsu5jw9keol65 | | 19807560 | 46728 | 19960395 | {{Wikipedia:特色條目候選/苏州市}}:進行評選 | 959311 | Mouse20080706 | 20120403231200 | 0 | 0 | 3184 | 19804982 | 6c9ow3fbiwbx62tdbmpo9nibbdw9iap | | 19804982 | 46728 | 19957728 | | 1106366 | Huhaoyu321 | 20120403175655 | 0 | 0 | 3142 | 19804894 | 201a73ud6onvuoqo080az0bqwznguqn | | 19804894 | 46728 | 19957638 | | 1106366 | Huhaoyu321 | 20120403175211 | 0 | 0 | 3184 | 18126033 | 6c9ow3fbiwbx62tdbmpo9nibbdw9iap | +----------+----------+-------------+-----------------------------------------------------------+----------+---------------+----------------+----------------+-------------+---------+---------------+---------------------------------+ 10 rows in set (0.02 sec) mysql> Bye $ curl "http://zh.wikipedia.org/w/index.php?oldid=19804894&action=render&uselang=en" <p>The database did not find the text of a page that it should have found, named "Wikipedia:首页" (revision#: 19804894).</p> <p>This is usually caused by following an outdated diff or history link to a page that has been deleted.</p> <p>If this is not the case, you may have found a bug in the software. Please report this to an <a href="//zh.wikipedia.org/wiki/Special:%E7%94%A8%E6%88%B7%E5%88%97%E8%A1%A8/sysop" title="Special:用户列表/sysop">administrator</a>, making note of the URL.</p> <!-- NewPP limit report Preprocessor node count: 1/1000000 Post-expand include size: 0/2048000 bytes Template argument size: 0/2048000 bytes Highest expansion depth: 1/40 Expensive parser function count: 0/500 --> -- 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
