https://bugzilla.wikimedia.org/show_bug.cgi?id=22967
--- Comment #23 from Arod Shatil <[email protected]> 2010-05-31 19:16:22 UTC --- (In reply to comment #22) > > this means that if len *is* 250 (or 249 for that matter) the script will > > allow > > you to add one more character, which can be 2 or 3 extra bytes > > which will still be less than 255 bytes. This is true. and tinyblob can indeed support up to 255 bytes. However, the php code truncates at 250, which causes problems with r66913. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
