-
Satya Bodapati authored
Re-fix: ------ When checking if tablespace is marked for truncate, it is wrongly used on "SYS_INDEXES" table instead of user tablespace Only after parsing SYS_INDEXES record, the space id of user tablespace is available. So the logic of skipping tablespace is moved to dict_drop_index_tree() Reviewed-by:
Krunal <Bauskar<krunal.bauskar@oracle.com> RB: 9961
Satya Bodapati authoredRe-fix: ------ When checking if tablespace is marked for truncate, it is wrongly used on "SYS_INDEXES" table instead of user tablespace Only after parsing SYS_INDEXES record, the space id of user tablespace is available. So the logic of skipping tablespace is moved to dict_drop_index_tree() Reviewed-by:
Krunal <Bauskar<krunal.bauskar@oracle.com> RB: 9961
Loading