* (bug 3786) Experimental support for MySQL 4.1/5.0 utf8 charset mode
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 26 Oct 2005 01:45:23 +0000 (01:45 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 26 Oct 2005 01:45:23 +0000 (01:45 +0000)
commit10eab6d4898fdc3a4847ad94aff98862eb39d39f
treee62259d4ea6bf8f6e5971706596b175a4308cc54
parent3020bf7fd9ee978b22e393af21a7ec4b3fe4dcff
* (bug 3786) Experimental support for MySQL 4.1/5.0 utf8 charset mode
  NOTE: Enabling this may break existing wikis, and still doesn't
  work for all Unicode characters due to MySQL limitations.

The $wgDBmysql5 option will run 'SET NAMES utf8' on connection to the
server so it knows we're speaking UTF-8 to it; switching it on/off
can cause interpretation of non-blob columns to change depending
on the charset options set on the server.
RELEASE-NOTES
config/index.php
includes/Database.php
includes/DefaultSettings.php
maintenance/mysql5/tables.sql [new file with mode: 0644]