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

Commit

Permalink
Revert "Bump mariadb to 10.1.37 [#161737247]"
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
andrewgilbert12 authored and staylor14 committed Nov 28, 2018
1 parent db25cf2 commit e2090f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ galera/galera-25.3.23.tar.gz:
size: 3338538
object_id: 90c147fb-a02a-45c7-5036-2dee134223ac
sha: 000e20ad02113e796a8a551a2733674338fbbc92
mariadb/mariadb-10.1.37.tar.gz:
size: 63492946
object_id: 17ab7d68-d677-4b73-7f81-313604cf5f3b
sha: 35e9c15b5532c2e7c746b1e7452952053d7d5b5a
mariadb/mariadb-10.1.36.tar.gz:
size: 63366949
object_id: c197beaf-1799-444f-5263-172b367ee4a9
sha: 8811cbb28fb1a766359798ffc9d086b86e99c431
mysqlclient/mariadb-connector-c-2.1.0-src.tar.gz:
size: 1912888
object_id: e1e0446a-8cbd-4b8e-b496-fc20f530fd7c
Expand Down
2 changes: 1 addition & 1 deletion packages/mariadb/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

NPROC="$(nproc)"

MARIADB_VERSION=10.1.37
MARIADB_VERSION=10.1.36
MY_DIR=$(pwd)

tar xzf mariadb/mariadb-${MARIADB_VERSION}.tar.gz
Expand Down

0 comments on commit e2090f5

Please sign in to comment.