Skip to content

Commit 121ae1b

Browse files
committed
Merge branch 'QA_5_2'
2 parents 065d6d6 + a112942 commit 121ae1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libraries/classes/Server/Status/Processes.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(DatabaseInterface $dbi)
2828
/**
2929
* @param array $params Request parameters
3030
*
31-
* @return array<string, array|string>
31+
* @return array<string, array|string|bool>
3232
*/
3333
public function getList(array $params): array
3434
{
@@ -97,6 +97,7 @@ public function getList(array $params): array
9797
'columns' => $this->getSortableColumnsForProcessList($showFullSql, $params),
9898
'rows' => $rows,
9999
'refresh_params' => $urlParams,
100+
'is_mariadb' => $this->dbi->isMariaDB(),
100101
];
101102
}
102103

0 commit comments

Comments
 (0)