]> git.joonet.de Git - adminer.git/commitdiff
Maria renamed to Aria
authorJakub Vrana <jakub@vrana.cz>
Mon, 18 Oct 2010 14:56:10 +0000 (16:56 +0200)
committerJakub Vrana <jakub@vrana.cz>
Mon, 18 Oct 2010 16:26:21 +0000 (18:26 +0200)
adminer/indexes.inc.php

index cb9f5c10b8ef233ecd7d18b944783fb59cfe6f96..afb91270307ea7630ed16a8b0b9c1d6d2024ec61 100644 (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);