Subject | Re: [ib-support] Re: Canceling Queries |
---|---|
Author | Claudio Valderrama C. |
Post date | 2002-02-27T06:31:06Z |
""Dimitry Sibiryakov"" <SD@...> wrote in message
news:3C7B645E.16591.60BA56@localhost...
that quanta is reached, query is cancelled automatically.
Now, for your feature, we could have a virtual system table do to
interesting things:
select rdb$start_time from rdb$requests;
select rdb$request_id from rdb$requests
where rdb$user = 'ROGUEUSER';
delete from rdb$requests
where rdb$request_id = 38;
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing
news:3C7B645E.16591.60BA56@localhost...
>I think that it could be useful to define a global quanta for request. If
> Much more useful could be a way to see queries, running
> on the server and to cancel any of them.
that quanta is reached, query is cancelled automatically.
Now, for your feature, we could have a virtual system table do to
interesting things:
select rdb$start_time from rdb$requests;
select rdb$request_id from rdb$requests
where rdb$user = 'ROGUEUSER';
delete from rdb$requests
where rdb$request_id = 38;
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing