Regression: isql crash when receiving statistics of execution of sql query
--------------------------------------------------------------------------
Key: CORE-4320
URL: http://tracker.firebirdsql.org/browse/CORE-4320
Project: Firebird Core
Issue Type: Bug
Affects Versions: 3.0 Alpha 2
Environment: Windows 7 x64, isql, Firebird 3.0.0.30849 x64
Reporter: Simonov Denis
c:\Program Files\Firebird\Firebird_3_0>isql
Use CONNECT or CREATE DATABASE to specify a database
SQL> SET NAMES WIN1251;
SQL> CONNECT 'localhost/3051:test' USER 'sysdba' PASSWORD 'masterkey';
Database: 'localhost/3051:test', User: sysdba
SQL> SELECT
CON> T1_ID AS T1_ID,
CON> SUM(ID) AS S
CON> FROM T2
CON> GROUP BY 1;
T1_ID S
============ =====================
0 50500
1 49600
2 49700
3 49800
4 49900
5 50000
6 50100
7 50200
8 50300
9 50400
SQL> SET STAT ON;
SQL> SELECT
CON> T1_ID AS T1_ID,
CON> SUM(ID) AS S
CON> FROM T2
CON> GROUP BY 1;
There is a window to terminate the program Firebird SQL Server
IBExpert through query is executed and statistics obtained
--
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
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel