mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
Maria renamed to Aria
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user