Copy o' mysql5 tables with binary encoding instead of utf8 for most tables.
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 11 Nov 2006 21:52:02 +0000 (21:52 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 11 Nov 2006 21:52:02 +0000 (21:52 +0000)
commit1ac706ec2e448d09f7d01192198024a23ad04ffb
tree589273b7dca7637604866bed4b75a25f6003b322
parentccd72b22e2dea418157511f129ea78ba6cf792d1
Copy o' mysql5 tables with binary encoding instead of utf8 for most tables.
This should be friendlier to backups and other apps sharing data than the
latin1 default we assume for old schema, or the bizarre semi-utf8 explosions
that sometimes happen, while being safer for full UTF-8 data than mysql's
broken UTF-8 support.

Did a quick test, can save pages with 4-byte chars in the title. whee
Might want to reorganize the schema files and make this this default
for mysql 4.1/5.0, and make some kind of clean upgrade method. :P
maintenance/mysql5/tables-binary.sql [new file with mode: 0644]