We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 065d6d6 + a112942 commit 121ae1bCopy full SHA for 121ae1b
1 file changed
libraries/classes/Server/Status/Processes.php
@@ -28,7 +28,7 @@ public function __construct(DatabaseInterface $dbi)
28
/**
29
* @param array $params Request parameters
30
*
31
- * @return array<string, array|string>
+ * @return array<string, array|string|bool>
32
*/
33
public function getList(array $params): array
34
{
@@ -97,6 +97,7 @@ public function getList(array $params): array
97
'columns' => $this->getSortableColumnsForProcessList($showFullSql, $params),
98
'rows' => $rows,
99
'refresh_params' => $urlParams,
100
+ 'is_mariadb' => $this->dbi->isMariaDB(),
101
];
102
}
103
0 commit comments