Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit e2090f5

Browse files
andrewgilbert12staylor14
authored andcommitted
Revert "Bump mariadb to 10.1.37 [#161737247]"
We believe this MariaDB point release introduced a behavior change that breaks our pre-start script(s). This reverts commit be2a3cf. Signed-off-by: Steve Taylor <[email protected]>
1 parent db25cf2 commit e2090f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/blobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ galera/galera-25.3.23.tar.gz:
1818
size: 3338538
1919
object_id: 90c147fb-a02a-45c7-5036-2dee134223ac
2020
sha: 000e20ad02113e796a8a551a2733674338fbbc92
21-
mariadb/mariadb-10.1.37.tar.gz:
22-
size: 63492946
23-
object_id: 17ab7d68-d677-4b73-7f81-313604cf5f3b
24-
sha: 35e9c15b5532c2e7c746b1e7452952053d7d5b5a
21+
mariadb/mariadb-10.1.36.tar.gz:
22+
size: 63366949
23+
object_id: c197beaf-1799-444f-5263-172b367ee4a9
24+
sha: 8811cbb28fb1a766359798ffc9d086b86e99c431
2525
mysqlclient/mariadb-connector-c-2.1.0-src.tar.gz:
2626
size: 1912888
2727
object_id: e1e0446a-8cbd-4b8e-b496-fc20f530fd7c

packages/mariadb/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
NPROC="$(nproc)"
55

6-
MARIADB_VERSION=10.1.37
6+
MARIADB_VERSION=10.1.36
77
MY_DIR=$(pwd)
88

99
tar xzf mariadb/mariadb-${MARIADB_VERSION}.tar.gz

0 commit comments

Comments
 (0)