mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Display default engine only in MySQL (thanks to Honza Krakora)
This commit is contained in:
@@ -66,7 +66,7 @@ if ($adminer->homepage()) {
|
||||
echo (support("comment") ? "<td id='Comment-" . h($name) . "'> " : "");
|
||||
}
|
||||
echo "<tr><td> <th>" . lang('%d in total', count($tables_list));
|
||||
echo "<td>" . nbsp($connection->result("SELECT @@storage_engine"));
|
||||
echo "<td>" . nbsp($jush == "sql" ? $connection->result("SELECT @@storage_engine") : "");
|
||||
echo "<td>" . nbsp(db_collation(DB, collations()));
|
||||
foreach (array("Data_length", "Index_length", "Data_free") as $key) {
|
||||
echo "<td align='right' id='sum-$key'> ";
|
||||
|
Reference in New Issue
Block a user