https://bugzilla.wikimedia.org/show_bug.cgi?id=47045
Aaron Schulz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Aaron Schulz <[email protected]> --- (In reply to comment #5) > Talked with hoo about this. It looks like we probably want to modify the > query > so that $conds['afl_ip'] = IP::prettifyIP( $this->mSearchUser ); when > searching for an IP. > > That should make good use of the (enwiki's) afl_ip index, which we probably > want to add back into the extension's sql definition. Why would a system store IPs using IP::prettifyIP() and not IP::sanitizeIP() (or a hex function preferrably)? -- 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
