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

[CBRD-25248] Server crash for Java SPs running a SELECT statement with 'WHERE 0 <> 0' clause (#5017) #5036

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

hgryoo
Copy link
Member

@hgryoo hgryoo commented Mar 14, 2024

http://jira.cubrid.org/browse/CBRD-25248

For false query such as 'SELECT * FROM db_class WHERE 0 <> 0', dummy query id is set. I've changed to set the query_id as NULL_QUERY_ID if a query is not executed (tuple_count <= 0).

backport of #5017

…h 'WHERE 0 <> 0' clause (CUBRID#5017)

http://jira.cubrid.org/browse/CBRD-25248

For false query such as 'SELECT * FROM db_class WHERE 0 <> 0', dummy query id is set.
I've changed to set the query_id as NULL_QUERY_ID if a query is not executed (tuple_count <= 0).
@hgryoo hgryoo requested a review from beyondykk9 March 14, 2024 08:14
@hgryoo hgryoo self-assigned this Mar 14, 2024
@hgryoo hgryoo merged commit 6b8dbdb into CUBRID:release/11.3 Mar 14, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants