Impossible to cancel query
--------------------------
Key: CORE-6458
URL: http://tracker.firebirdsql.org/browse/CORE-6458
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 4.0 RC 1
Reporter: Artyom Smirnov
To reproduce it enough to create long query in isql and try to cancel it with
Ctlr-C:
create database 'localhost:/tmp/test';
create sequence g;
select count(i) from (select gen_id(g,1) i from rdb$types a,rdb$types
b,rdb$types c,rdb$types d);
Looks like it was broken after merging query restart functionality
(9ac2238c3d3552c35530606ba91a7752e5bab05c).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel