https://bugzilla.wikimedia.org/show_bug.cgi?id=56945
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Sam Reed (reedy) <[email protected]> --- Cached user objects mysql:wikiadmin@db1058 [wikidatawiki]> select * from user_groups where ug_group = 'autopatrolled'; Empty set (0.01 sec) mysql:wikiadmin@db1058 [wikidatawiki]> select user_id from user where user_name = '1971markus'; +---------+ | user_id | +---------+ | 94516 | +---------+ 1 row in set (0.00 sec) mysql:wikiadmin@db1058 [wikidatawiki]> select * from user_groups where ug_user = 94516; Empty set (0.00 sec) mysql:wikiadmin@db1058 [wikidatawiki]> Then: reedy@tin:~$ mwscript eval.php wikidatawiki > $user = User::newFromName('1971markus'); > $user->invalidateCache(); > Now 1971markus (talk | contribs | block) (Created on 21 January 2013 at 17:19) It will clear itself up in a while as user objects expire and/or updated -- 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
