mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 00:28:34 +02:00
Display time of the select command
This commit is contained in:
@@ -42,10 +42,12 @@
|
||||
"\n"
|
||||
);
|
||||
}
|
||||
$start = microtime(true);
|
||||
$return = $this->_conn->query($query);
|
||||
if ($print) {
|
||||
echo $adminer->selectQuery($query);
|
||||
echo $adminer->selectQuery($query . ";\n-- " . format_time($start, microtime(true)));
|
||||
}
|
||||
return $this->_conn->query($query);
|
||||
return $return;
|
||||
}
|
||||
|
||||
/** Delete data from table
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Adminer 4.0.4-dev:
|
||||
Display time of the select command
|
||||
Improve gzip export ratio (bug #387)
|
||||
MySQL: Respect daylight saving time in dump, bug since Adminer 3.6.4
|
||||
SQLite: Display auto-created unique indexes, bug since Adminer 3.5.0
|
||||
|
Reference in New Issue
Block a user