Commit 7e168634 authored by Eugene Kosov's avatar Eugene Kosov

blind fix for Windows building

parent 5e9e0b8e
...@@ -34,7 +34,6 @@ using st_::span; ...@@ -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
......
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