https://bugzilla.wikimedia.org/show_bug.cgi?id=26179
--- Comment #13 from Brion Vibber <[email protected]> 2011-07-12 23:29:21 UTC --- I do recommend against using SMALLINT unnecessarily in the database schemas; it saves very little space and tends to introduce errors when you discover that something needs more than 16 bits after all... For width/height in particular, formats like PNG allow up to 2^31-1 for width or height, and huuuuuuuuge map or panoramic images *do* sometimes have sides bigger than 32k. -- 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
