mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Display time of procedure execution
This commit is contained in:
@@ -48,7 +48,9 @@ if (!$error && $_POST) {
|
|||||||
if (is_object($result)) {
|
if (is_object($result)) {
|
||||||
select($result, $connection2);
|
select($result, $connection2);
|
||||||
} else {
|
} else {
|
||||||
echo "<p class='message'>" . lang('Routine has been called, %d row(s) affected.', $affected) . "\n";
|
echo "<p class='message'>" . lang('Routine has been called, %d row(s) affected.', $affected)
|
||||||
|
. " <span class='time'>" . @date("H:i:s") . "</span>\n" // @ - time zone may be not set
|
||||||
|
;
|
||||||
}
|
}
|
||||||
} while ($connection->next_result());
|
} while ($connection->next_result());
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
Adminer 4.7.6-dev:
|
Adminer 4.7.6-dev:
|
||||||
Speed up alter table form (regression from 4.4.0)
|
Speed up alter table form (regression from 4.4.0)
|
||||||
Fix clicking on non-input fields in alter table (regression from 4.6.2)
|
Fix clicking on non-input fields in alter table (regression from 4.6.2)
|
||||||
|
Display time of procedure execution
|
||||||
MySQL: Always set foreign_key_checks in export
|
MySQL: Always set foreign_key_checks in export
|
||||||
Editor: Fix focusing foreign key search in select
|
Editor: Fix focusing foreign key search in select
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user