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.
1 parent 27e26a6 commit b3743d8Copy full SHA for b3743d8
source/main.pas
@@ -6671,7 +6671,7 @@ procedure TMainForm.KillProcess(Sender: TObject);
6671
if pid = Conn.ThreadId then
6672
LogSQL(f_('Ignoring own process id #%d when trying to kill it.', [pid]))
6673
else try
6674
- Conn.Query(Conn.GetSQLSpecifity(spKillProcess, [pid]));
+ Conn.Query(Conn.GetSQLSpecifity(spKillQuery, [pid]));
6675
except
6676
on E:EDbError do begin
6677
if Conn.LastErrorCode <> ER_NO_SUCH_THREAD then
0 commit comments