mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 20:31:19 +02:00
Maria renamed to Aria
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
$TABLE = $_GET["indexes"];
|
$TABLE = $_GET["indexes"];
|
||||||
$index_types = array("PRIMARY", "UNIQUE", "INDEX");
|
$index_types = array("PRIMARY", "UNIQUE", "INDEX");
|
||||||
$table_status = table_status($TABLE);
|
$table_status = table_status($TABLE);
|
||||||
if (ereg("MyISAM|Maria", $table_status["Engine"])) {
|
if (eregi("MyISAM|M?aria", $table_status["Engine"])) {
|
||||||
$index_types[] = "FULLTEXT";
|
$index_types[] = "FULLTEXT";
|
||||||
}
|
}
|
||||||
$indexes = indexes($TABLE);
|
$indexes = indexes($TABLE);
|
||||||
|
Reference in New Issue
Block a user