Skip to content

Commit

Permalink
Merge 10.1 into 10.2
Browse files Browse the repository at this point in the history
Do not merge the InnoDB changes for MDEV-20813.
  • Loading branch information
dr-m committed Oct 14, 2019
2 parents 361e828 + ae702d7 commit 4f9f3f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/xtradb/buf/buf0flu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,6 @@ buf_flush_init_for_writing(
ib_uint32_t checksum = 0 /* silence bogus gcc warning */;

ut_ad(page);
ut_ad(!newest_lsn || fil_page_get_type(page));

if (page_zip_) {
page_zip_des_t* page_zip;
Expand Down

0 comments on commit 4f9f3f1

Please sign in to comment.