Skip to content

Commit

Permalink
[CBRD-24541] backport for CBRD-24541 to 10.1 (#4500)
Browse files Browse the repository at this point in the history
http://jira.cubrid.org/browse/CBRD-24541

[CBRD-24541] backport for CBRD-24541 to 10.1
  • Loading branch information
shparkcubrid authored Jul 19, 2023
1 parent 17a604a commit fa7db6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/query_executor.c
Original file line number Diff line number Diff line change
Expand Up @@ -6665,7 +6665,7 @@ qexec_close_scan (THREAD_ENTRY * thread_p, ACCESS_SPEC_TYPE * curr_spec)
/* init btid */
if (curr_spec->indexptr)
{
BTID_COPY (&curr_spec->indexptr->btid, &curr_spec->btid);
curr_spec->indexptr->indx_id = curr_spec->indx_id;
}
}
break;
Expand Down

0 comments on commit fa7db6b

Please sign in to comment.