https://bugzilla.wikimedia.org/show_bug.cgi?id=21818
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Brion Vibber <[email protected]> 2009-12-20 22:56:38 UTC --- enwiki.interwiki table has iw_prefix and iw_url as binary columns; behavior change from 4.0 to 5.1 server will be causing the extra null padding. They should be changed to varbinary(32) and blob respectively to match current schema settings; recommend double-checking other tables and other databases to see if any other tables were similarly affected. -- 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
