From 7e168634e97a1f976b421cc5673db9b1cb55f7f7 Mon Sep 17 00:00:00 2001 From: Eugene Kosov Date: Sat, 21 Mar 2020 20:37:00 +0300 Subject: [PATCH] blind fix for Windows building --- storage/innobase/page/page0zip.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/innobase/page/page0zip.cc b/storage/innobase/page/page0zip.cc index 9db2bd1c341..30491cabd16 100644 --- a/storage/innobase/page/page0zip.cc +++ b/storage/innobase/page/page0zip.cc @@ -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