Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CBRD-24705] When attempting a covered index scan in a connect by que…
…ry, encountering 'Execute: Query execution failure' (#4237) http://jira.cubrid.org/browse/CBRD-24705 The issue is caused by not initializing the previously used `(INDX_SCAN_ID *)->indx_cov` when scanning with the next `QFILE_LIST_ID (listfile1)` in the qexec_execute_connect_by function. To resolve the issue, add code to initialize `(INDX_SCAN_ID*)->indx_cov` after scanning `QFILE_LIST_ID (listfile1)`.
- Loading branch information