Kyle Hall
5266069016
My research indeicates that tinytext of less than 40 bytes uses about the same storage as a varchar(255). Also, using a TEXT field in a complex query may create a temp table. varchar fields are also more efficient for sorting on. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> |
||
---|---|---|
.. | ||
bug_30984.pl | ||
README | ||
skeleton.pl |
Please put your database revision files in this folder. The Release Manager will remove them here when pushing your patches. To use the skeleton .perl for your update: % cp installer/data/mysql/atomicupdate/skeleton.perl installer/data/mysql/atomicupdate/bug_XXXXX.perl and put your modifications in where noted.