mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 12:21:24 +02:00
Show full processlist
This commit is contained in:
@@ -13,9 +13,9 @@ page_header(lang('Process list'), $error);
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<table cellspacing="0" onclick="tableClick(event);">
|
<table cellspacing="0" onclick="tableClick(event);" class="nowrap">
|
||||||
<?php
|
<?php
|
||||||
$result = $connection->query("SHOW PROCESSLIST");
|
$result = $connection->query("SHOW FULL PROCESSLIST");
|
||||||
for ($i=0; $row = $result->fetch_assoc(); $i++) {
|
for ($i=0; $row = $result->fetch_assoc(); $i++) {
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
echo "<thead><tr lang='en'><th> <th>" . implode("<th>", array_keys($row)) . "</thead>\n";
|
echo "<thead><tr lang='en'><th> <th>" . implode("<th>", array_keys($row)) . "</thead>\n";
|
||||||
|
Reference in New Issue
Block a user