blind fix for Windows building

This commit is contained in:
Eugene Kosov 2020-03-21 20:37:00 +03:00
parent 5e9e0b8e3b
commit 7e168634e9

View File

@ -34,7 +34,6 @@ using st_::span;
/** A BLOB field reference full of zero, for use in assertions and tests. /** A BLOB field reference full of zero, for use in assertions and tests.
Initially, BLOB field references are set to zero, in Initially, BLOB field references are set to zero, in
dtuple_convert_big_rec(). */ dtuple_convert_big_rec(). */
MY_ALIGNED(UNIV_PAGE_SIZE_MAX)
const byte field_ref_zero[UNIV_PAGE_SIZE_MAX] = { 0, }; const byte field_ref_zero[UNIV_PAGE_SIZE_MAX] = { 0, };
#ifndef UNIV_INNOCHECKSUM #ifndef UNIV_INNOCHECKSUM