https://bugzilla.wikimedia.org/show_bug.cgi?id=72834
Marcin Cieślak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected] --- Comment #5 from Marcin Cieślak <[email protected]> --- This bug was caused by change d315c3bdb34bce9327a494e9edf5fe3774b81d7b which added INSERT IGNORE. So there are two issues: 1) Missing "FROM tablename" for Oracle (we can add "FROM revision" just for sanity) 2) Updating updatelog table by hand in a funny way. We have already "LoggedUpdateMaintenance" to deal with those.... -- 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
