https://bugzilla.wikimedia.org/show_bug.cgi?id=19466
Dan Barrett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | --- Comment #2 from Dan Barrett <[email protected]> 2009-07-01 20:04:35 UTC --- It is NOT impossible. rebuildrecentchanges.php is a PHP script, so it could save and restore the patrolling information: 1. select (columns) from vpw_recentchanges where rc_patrolled = 1; 2. Store the above information in a temporary table (or in memory) 3. Destroy and rebuild the recentchanges table 4. Restore rc_patrolled from the temporary table into recentchanges -- 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
