Explicitly set mysql charsets to binary if not using utf-8 schema.
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 28 Jul 2010 21:59:40 +0000 (21:59 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 28 Jul 2010 21:59:40 +0000 (21:59 +0000)
commit8fa4c45bd68b6fdab881c6d60fc61a0ce4b981ef
tree1a172aaaff27a8f51a7998202fe2fba1c52f5df1
parentf479715fd13fdb116eb6c0ce95725d31a683acad
Explicitly set mysql charsets to binary if not using utf-8 schema.

Apparently some distros are setting utf-8 as the default, which
would cause sql query errors if not using utf-8 schema.
includes/db/DatabaseMysql.php