-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CBRD-25361] Fixed the issue where trace information for CTEs and sub…
…queries not provided. (#5200) http://jira.cubrid.org/browse/CBRD-25361 There are currently issues with trace statistics. When tracing queries that use UNION, DIFFERENCE, INTERSECTION, and CTE together, the statistical information for the CTE is not output. Additionally, when using UNION-like SQL statements, the trace for the total cost is also not output. In this issue, we have made changes to enable the output of trace for the total cost of UNION-like SQL statements and to ensure that the statistical information for all subqueries bundled under the UNION statement is output. Conflicts: src/query/query_dump.c [CBRD-25361] When backporting, remove the fetch_time output part that only exists in fig-cake. http://jira.cubrid.org/browse/CBRD-25361
- Loading branch information
1 parent
1adbf7e
commit 625c9a5
Showing
1 changed file
with
49 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters