Project

General

Profile

Bug #18433 ยป bug_7841_db_compare_collate.diff

Administrator Admin, 2008-04-01 21:30

View differences:

t3lib/class.t3lib_install.php (Arbeitskopie)
$statement = 'CREATE TABLE '.$table." (\n".implode(",\n",$whole_table)."\n)";
if ($info['extra']) {
foreach ($info['extra'] as $k=>$v) {
if ($k=='COLLATE') {
continue; // TODO: collation support is currently disabled (needs more testing)
}
$statement.= ' '.$k.'='.$v; // Add extra attributes like ENGINE, CHARSET, etc.
}
}
    (1-1/1)