mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
SQLite: Use EXPLAIN QUERY PLAN in SQL query (bug #443)
This commit is contained in:
@@ -691,7 +691,7 @@ if (isset($_GET["sqlite"]) || isset($_GET["sqlite2"])) {
|
||||
}
|
||||
|
||||
function explain($connection, $query) {
|
||||
return $connection->query("EXPLAIN $query");
|
||||
return $connection->query("EXPLAIN QUERY PLAN $query");
|
||||
}
|
||||
|
||||
function found_rows($table_status, $where) {
|
||||
|
Reference in New Issue
Block a user