From fdf4a6050f2b1f2348deda7aa43259f6e47ba6ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Sun, 19 May 2019 20:02:50 +0300 Subject: [PATCH] New upstream version 10.1.40 --- Docs/INFO_SRC | 10 +++++----- VERSION | 2 +- support-files/rpm/server-postin.sh | 3 +++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Docs/INFO_SRC b/Docs/INFO_SRC index 35eb9f992..608196210 100644 --- a/Docs/INFO_SRC +++ b/Docs/INFO_SRC @@ -1,8 +1,8 @@ -commit: e9da78ee92c3f44b341a1a68504da72494a684b9 -date: 2019-04-30 23:58:14 +0300 -build-date: 2019-04-30 21:10:19 +0000 -short: e9da78e +commit: f92f313368a2f2a8bed116085a407ce522f7a52c +date: 2019-05-07 16:41:07 -0400 +build-date: 2019-05-07 20:49:18 +0000 +short: f92f313 branch: HEAD -MariaDB source 10.1.39 +MariaDB source 10.1.40 diff --git a/VERSION b/VERSION index a7dbe7dfb..6c97b2be1 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ MYSQL_VERSION_MAJOR=10 MYSQL_VERSION_MINOR=1 -MYSQL_VERSION_PATCH=39 +MYSQL_VERSION_PATCH=40 diff --git a/support-files/rpm/server-postin.sh b/support-files/rpm/server-postin.sh index 57db9fd5d..0a5bac73f 100644 --- a/support-files/rpm/server-postin.sh +++ b/support-files/rpm/server-postin.sh @@ -53,6 +53,9 @@ if [ $1 = 1 ] ; then chown -R %{mysqld_user}:%{mysqld_group} $datadir if [ ! -e $datadir/mysql ]; then + # Create data directory + mkdir -p $datadir + # Initiate databases %{_bindir}/mysql_install_db --rpm --user=%{mysqld_user} fi -- GitLab