Index: trunk/phase3/includes/installer/MysqlInstaller.php |
— | — | @@ -174,7 +174,7 @@ |
175 | 175 | $existingEngine = false; |
176 | 176 | } else { |
177 | 177 | if ( preg_match( '/^latin1/', $row->Collation ) ) { |
178 | | - $existingSchema = 'mysql4'; // TODO: This should go away/be dealt with |
| 178 | + $existingSchema = 'latin1'; |
179 | 179 | } elseif ( preg_match( '/^utf8/', $row->Collation ) ) { |
180 | 180 | $existingSchema = 'utf8'; |
181 | 181 | } elseif ( preg_match( '/^binary/', $row->Collation ) ) { |