mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Oracle explain
This commit is contained in:
@@ -267,7 +267,8 @@ UNION SELECT view_name, 'view' FROM user_views" . ($name != "" ? " WHERE view_na
|
||||
}
|
||||
|
||||
function explain($connection, $query) {
|
||||
//!
|
||||
$connection->query("EXPLAIN PLAN FOR $query");
|
||||
return $connection->query("SELECT * FROM plan_table");
|
||||
}
|
||||
|
||||
function alter_table($table, $name, $fields, $foreign, $comment, $engine, $collation, $auto_increment, $partitioning) {
|
||||
|
Reference in New Issue
Block a user