Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: isql crash when receiving statistics of execution of sql query [CORE4320] #4643

Closed
firebird-automations opened this issue Jan 19, 2014 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @sim1984

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

Commits: 4dcfd87 FirebirdSQL/fbt-repository@808714b

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

I've removed an Alpha 2 reference as this is a more recent regression that won't appear in the official A2.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Version: 3.0 Alpha 2 [ 10560 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

assignee: Alexander Peshkov [ alexpeshkoff ] => Vlad Khorsun [ hvlad ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 3.0 Beta 1 [ 10332 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Closed [ 6 ] => Closed [ 6 ]

QA Status: Cannot be tested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants