https://bugzilla.wikimedia.org/show_bug.cgi?id=71084

Brad Jorsch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Summary|Rows missing from enwiki_p  |Rows missing from enwiki_p
                   |on s1                       |on s1, c1

--- Comment #1 from Brad Jorsch <[email protected]> ---
Since it seems we're moving from "s" names to "c", I tested those too:

 tools.anomiebot@tools-login:~$ echo 'select * from enwiki_p.page where page_id
in (43871050,43874575);' | mysql -h c1.labsdb enwiki_p
 page_id    page_namespace    page_title    page_restrictions    page_counter  
 page_is_redirect    page_is_new    page_random    page_touched   
page_links_updated    page_latest    page_len    page_content_model
 43874575    2600    S2n8v8tnlfrk509z        0    0    1    0.256181787059   
20140919185837    19691231235959    626243090    1    NULL
 tools.anomiebot@tools-login:~$ echo 'select * from enwiki_p.page where page_id
in (43871050,43874575);' | mysql -h c2.labsdb enwiki_p
 page_id    page_namespace    page_title    page_restrictions    page_counter  
 page_is_redirect    page_is_new    page_random    page_touched   
page_links_updated    page_latest    page_len    page_content_model
 43871050    2600    S2mtqnqvnkubl0g1        0    0    1    0.296643974044   
20140919142659    19691231235959    626213539    1    NULL
 43874575    2600    S2n8v8tnlfrk509z        0    0    1    0.256181787059   
20140919185837    19691231235959    626243090    1    NULL
 tools.anomiebot@tools-login:~$ echo 'select * from enwiki_p.page where page_id
in (43871050,43874575);' | mysql -h c3.labsdb enwiki_p
 ERROR 1045 (28000): Access denied for user 's51055'@'localhost' (using
password: YES)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to