diff --git a/discovery.php b/discovery.php index 1f3135065..fb12d54c2 100755 --- a/discovery.php +++ b/discovery.php @@ -234,6 +234,17 @@ if ($debug) echo("$string\n"); if($config['version_check'] && !isset($options['q'])) { include("includes/versioncheck.inc.php"); + + echo('MySQL: Cell['.($db_stats['fetchcell']+0).'/'.round($db_stats['fetchcell_sec']+0,2).'s]'. + ' Row[' .($db_stats['fetchrow']+0). '/'.round($db_stats['fetchrow_sec']+0,2).'s]'. + ' Rows[' .($db_stats['fetchrows']+0).'/'.round($db_stats['fetchrows_sec']+0,2).'s]'. + ' Column['.($db_stats['fetchcol']+0). '/'.round($db_stats['fetchcol_sec']+0,2).'s]'. + ' Update[' .($db_stats['update']+0).'/'.round($db_stats['update_sec']+0,2).'s]'. + ' Insert['.($db_stats['insert']+0). '/'.round($db_stats['insert_sec']+0,2).'s]'. + ' Delete['.($db_stats['delete']+0). '/'.round($db_stats['delete_sec']+0,2).'s]'); + + echo("\n"); + } logfile($string); diff --git a/html/pages/ports/default.inc.php b/html/pages/ports/default.inc.php index 79dbe10d1..562e44ac3 100644 --- a/html/pages/ports/default.inc.php +++ b/html/pages/ports/default.inc.php @@ -6,7 +6,7 @@