https://bugzilla.wikimedia.org/show_bug.cgi?id=54888
Ori Livneh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Ori Livneh <[email protected]> --- (In reply to comment #5) > Looks like it's not updating invalid default data, or something. $ cat ./maintenance/archives/patch-ss_active_users.sql -- More statistics, for version 1.14 ALTER TABLE /*$wgDBprefix*/site_stats ADD ss_active_users bigint default '-1'; ...wat. I guess -1 was chosen to clearly differentiate between 'no stats available' and 'stat available and its value is zero', but I'd have guessed that that's what NULL is for. -- 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
