Maria renamed to Aria

This commit is contained in:
Jakub Vrana 2010-10-18 16:56:10 +02:00
parent 3a1fcdba4e
commit 7f15b99d8f

View file

@ -2,7 +2,7 @@
$TABLE = $_GET["indexes"];
$index_types = array("PRIMARY", "UNIQUE", "INDEX");
$table_status = table_status($TABLE);
if (ereg("MyISAM|Maria", $table_status["Engine"])) {
if (eregi("MyISAM|M?aria", $table_status["Engine"])) {
$index_types[] = "FULLTEXT";
}
$indexes = indexes($TABLE);