post-push fix for bug17565888.
Too restrictive assertion, failing during purge
This commit is contained in:
parent
e6a734a7cf
commit
a91fcaf460
@ -91,7 +91,8 @@ btr_pcur_get_block(
|
|||||||
/*===============*/
|
/*===============*/
|
||||||
const btr_pcur_t* cursor) /*!< in: persistent cursor */
|
const btr_pcur_t* cursor) /*!< in: persistent cursor */
|
||||||
{
|
{
|
||||||
ut_ad(cursor->pos_state == BTR_PCUR_IS_POSITIONED);
|
ut_ad(cursor->pos_state == BTR_PCUR_IS_POSITIONED_OPTIMISTIC
|
||||||
|
|| cursor->pos_state == BTR_PCUR_IS_POSITIONED);
|
||||||
|
|
||||||
return(btr_cur_get_block(btr_pcur_get_btr_cur(cursor)));
|
return(btr_cur_get_block(btr_pcur_get_btr_cur(cursor)));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user