mirror of
https://github.com/vrana/adminer.git
synced 2026-02-25 16:11:26 +01:00
Print elapsed time in HTML instead of SQL command comment
This commit is contained in:
@@ -30,7 +30,7 @@ class AdminerMasterSlave {
|
||||
}
|
||||
}
|
||||
|
||||
function messageQuery($query) {
|
||||
function messageQuery($query, $time) {
|
||||
//! doesn't work with sql.inc.php
|
||||
$connection = connection();
|
||||
$result = $connection->query('SHOW MASTER STATUS');
|
||||
|
||||
Reference in New Issue
Block a user