1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 17:14:07 +02:00

Oracle explain

This commit is contained in:
Jakub Vrana
2010-07-15 16:21:27 +02:00
parent e473aef32f
commit 7f12b14802

View File

@@ -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) {