Skip to content

Commit 7c3abb1

Browse files
committed
Fix the assertion
1 parent 21b9fa3 commit 7c3abb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/jrd/ods.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,7 @@ inline ULONG index_root_page::irt_repeat::getRoot() const
480480

481481
inline void index_root_page::irt_repeat::setRoot(ULONG rootPage)
482482
{
483-
fb_assert(irt_state == irt_in_progress);
484-
fb_assert(!irt_page_num && !irt_page_space_id);
483+
fb_assert(irt_state == irt_in_progress || irt_state == irt_normal);
485484
fb_assert(rootPage);
486485

487486
irt_transaction = 0;

0 commit comments

Comments
 (0)