summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Kosov <claprix@yandex.ru>2020-03-21 20:37:00 +0300
committerEugene Kosov <claprix@yandex.ru>2020-03-21 20:37:00 +0300
commit7e168634e97a1f976b421cc5673db9b1cb55f7f7 (patch)
tree85e389f87a243b6387112600bf8ef8c10ad6e54c
parent5e9e0b8e3bf78327aa7054b0615bb40f9273e3a3 (diff)
downloadmariadb-git-7e168634e97a1f976b421cc5673db9b1cb55f7f7.tar.gz
blind fix for Windows building
-rw-r--r--storage/innobase/page/page0zip.cc1
1 files changed, 0 insertions, 1 deletions
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