We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b9fa3 commit 7c3abb1Copy full SHA for 7c3abb1
src/jrd/ods.h
@@ -480,8 +480,7 @@ inline ULONG index_root_page::irt_repeat::getRoot() const
480
481
inline void index_root_page::irt_repeat::setRoot(ULONG rootPage)
482
{
483
- fb_assert(irt_state == irt_in_progress);
484
- fb_assert(!irt_page_num && !irt_page_space_id);
+ fb_assert(irt_state == irt_in_progress || irt_state == irt_normal);
485
fb_assert(rootPage);
486
487
irt_transaction = 0;
0 commit comments