]> git.joonet.de Git - adminer.git/commitdiff
MySQL: Use renamed variable
authorJakub Vrana <jakub@vrana.cz>
Sun, 6 Dec 2020 12:50:44 +0000 (13:50 +0100)
committerJakub Vrana <jakub@vrana.cz>
Sun, 6 Dec 2020 12:50:44 +0000 (13:50 +0100)
adminer/db.inc.php

index 288d113ff67fd622a70adac80d3b60426772ec61..a03580c199404ddac84021d1654b95dae8c2792e 100644 (file)
@@ -112,7 +112,7 @@ if ($adminer->homepage()) {
                        }
 
                        echo "<tr><td><th>" . lang('%d in total', count($tables_list));
-                       echo "<td>" . h($jush == "sql" ? $connection->result("SELECT @@storage_engine") : "");
+                       echo "<td>" . h($jush == "sql" ? $connection->result("SELECT @@default_storage_engine") : "");
                        echo "<td>" . h(db_collation(DB, collations()));
                        foreach (array("Data_length", "Index_length", "Data_free") as $key) {
                                echo "<td align='right' id='sum-$key'>";