Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -317,15 +317,13 @@ |
318 | 318 | 'config-mysql-engine' => 'Storage engine:', |
319 | 319 | 'config-mysql-innodb' => 'InnoDB', |
320 | 320 | 'config-mysql-myisam' => 'MyISAM', |
321 | | - 'config-mysql-myisam-dep' => "'''Warning''': You have selected MyISAM. MyISAM is not recommended for use with MediaWiki, because: |
| 321 | + 'config-mysql-myisam-dep' => "'''Warning''': You have selected MyISAM as storage engine for MySQL, which is not recommended for use with MediaWiki, because: |
322 | 322 | * it barely supports concurrency due to table locking |
323 | 323 | * it is more prone to corruption than other engines |
324 | 324 | * the MediaWiki codebase does not always handle MyISAM as it should |
325 | | -* probably other reasons... |
326 | 325 | |
327 | 326 | If your MySQL installation supports InnoDB, it is highly recommended that you choose that instead. |
328 | | -If your MySQL installation does not support InnoDB, maybe its time for an upgrade. |
329 | | -", |
| 327 | +If your MySQL installation does not support InnoDB, maybe its time for an upgrade.", |
330 | 328 | 'config-mysql-engine-help' => "'''InnoDB''' is almost always the best option, since it has good concurrency support. |
331 | 329 | |
332 | 330 | '''MyISAM''' may be faster in single-user or read-only installations. |