Commit 2edc17dd authored by Marko Mäkelä's avatar Marko Mäkelä

Fix a merge error

parent 8250cec9
......@@ -457,7 +457,7 @@ static dberr_t btr_cur_instant_init_low(dict_index_t* index, mtr_t* mtr)
return DB_CORRUPTION;
}
if (info_bits != REC_INFO_MIN_REC_FLAG
if ((info_bits & ~REC_INFO_DELETED_FLAG) != REC_INFO_MIN_REC_FLAG
|| (comp && rec_get_status(rec) != REC_STATUS_INSTANT)) {
incompatible:
ib::error() << "Table " << index->table->name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment