https://bugzilla.wikimedia.org/show_bug.cgi?id=19135
--- Comment #6 from Tim Starling <[email protected]> 2009-06-09 13:54:50 UTC --- Did a live hack on Wikimedia to fix. I suggest implementing a permanent fix along the lines of using an explicit field list for any INSERT queries instead of trusting the DB. Also you shouldn't be selecting data from a slave and then saving it back to the master, that could lead to some nasty unintended reversions if there's any replication lag. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
