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.
2 parents 3488fb3 + 415c4ae commit b71fef6Copy full SHA for b71fef6
storage/innobase/lob/lob0first.cc
@@ -303,9 +303,11 @@ void first_page_t::free_all_data_pages() {
303
node_loc = cur_entry.get_next();
304
cur_entry.reset(nullptr);
305
306
+ ut_ad(!local_mtr.conflicts_with(m_mtr));
307
restart_mtr(&local_mtr);
308
}
309
310
311
mtr_commit(&local_mtr);
312
313
@@ -332,9 +334,11 @@ void first_page_t::free_all_index_pages() {
332
334
set_next_page(next_page, &local_mtr);
333
335
index_page.dealloc();
336
337
338
339
340
341
342
343
344
0 commit comments