Show Processlist triggers exception removed
Signed-off-by: Harsh Kukreja <harshkukreja99@gmail.com>
This commit is contained in:
parent
9633175165
commit
d2d29ee45e
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user