1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 09:34:10 +02:00

Link to EXPLAIN output

This commit is contained in:
Jakub Vrana
2010-12-10 17:54:57 +01:00
parent 3fad0c6ef7
commit 5a2c0646d4
2 changed files with 4 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ if (!$error && $_POST) {
$id = "explain-$commands";
echo ", <a href='#$id' onclick=\"return !toggle('$id');\">EXPLAIN</a>\n";
echo "<div id='$id' class='hidden'>\n";
select($explain);
select($explain, $connection2, ($jush == "sql" ? "http://dev.mysql.com/doc/refman/" . substr($connection->server_info, 0, 3) . "/en/explain-output.html#" : ""));
echo "</div>\n";
}
}