Skip to content

Commit

Permalink
blind fix for Windows building
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgs committed Mar 21, 2020
1 parent 5e9e0b8 commit 7e16863
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/innobase/page/page0zip.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ using st_::span;
/** A BLOB field reference full of zero, for use in assertions and tests.
Initially, BLOB field references are set to zero, in
dtuple_convert_big_rec(). */
MY_ALIGNED(UNIV_PAGE_SIZE_MAX)
const byte field_ref_zero[UNIV_PAGE_SIZE_MAX] = { 0, };

#ifndef UNIV_INNOCHECKSUM
Expand Down

0 comments on commit 7e16863

Please sign in to comment.