Show Processlist triggers exception removed

Signed-off-by: Harsh Kukreja <harshkukreja99@gmail.com>
This commit is contained in:
Harsh Kukreja 2019-12-22 01:55:44 +05:30 committed by William Desportes
parent 9633175165
commit d2d29ee45e
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -3343,7 +3343,7 @@ class Results
$lnk_goto = 'sql.php' . Url::getCommonRaw($_url_params);
$kill = $GLOBALS['dbi']->getKillQuery($row[0]);
$kill = $GLOBALS['dbi']->getKillQuery((int)$row[0]);
$_url_params = [
'db' => 'mysql',