1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +02:00

new collation for MySQL >= 4.1.3, should be a tad faster

git-svn-id: file:///svn/phpbb/trunk@6473 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-10-10 01:46:59 +00:00
parent e9df6f3546
commit c63392c89e
2 changed files with 62 additions and 62 deletions

View File

@@ -678,7 +678,7 @@ foreach ($supported_dbms as $dbms)
case 'mysql_41':
// Remove last line delimiter...
$line = substr($line, 0, -2);
$line .= "\n) CHARACTER SET `utf8` COLLATE `utf8_general_ci`;\n\n";
$line .= "\n) CHARACTER SET `utf8` COLLATE `utf8_bin`;\n\n";
break;
// Create Generator