From 79dbfe6701f0316fca811ec793fe8bad3d97d023 Mon Sep 17 00:00:00 2001
From: Julien Muchembled <jm@nexedi.com>
Date: Fri, 26 Feb 2021 17:08:22 +0100
Subject: [PATCH] Revert "version up: MariaDB 10.3.28"

This reverts commit 685f611d8877ed501c8b53473878229d8e0e0f4d partially
because it breaks Mroonga (https://github.com/mroonga/mroonga/pull/394).
It's not so urgent to upgrade MariaDB so let's wait for a new release
of Mroonga.
---
 component/mariadb/buildout.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/component/mariadb/buildout.cfg b/component/mariadb/buildout.cfg
index 9aea8e51de..8c28d6b245 100644
--- a/component/mariadb/buildout.cfg
+++ b/component/mariadb/buildout.cfg
@@ -131,8 +131,8 @@ environment =
 ### (we just override here for easier revert)
 [mariadb-10.3]
 <= mariadb-10.4
-version = 10.3.28
-md5sum = da27b3c85abb7fe47f813ecc4d7a6a22
+version = 10.3.27
+md5sum = 6ab2934a671191d8ca8730e9a626c5c9
 post-install =
   ldd=`ldd ${:location}/lib/plugin/ha_rocksdb.so`
   for x in ${lz4:location} ${snappy:location} ${zstd:location}
-- 
2.30.9