Update to 10.0.14
This commit is contained in:
parent
487b6d1b34
commit
00534d9ccc
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/mariadb-10.0.11.tar.gz
|
||||
/mariadb-10.0.12.tar.gz
|
||||
/mariadb-10.0.13.tar.gz
|
||||
/mariadb-10.0.14.tar.gz
|
||||
|
11
mariadb.spec
11
mariadb.spec
@ -97,11 +97,11 @@
|
||||
# Make long macros shorter
|
||||
%global sameevr %{epoch}:%{version}-%{release}
|
||||
%global compatver 10.0
|
||||
%global bugfixver 13
|
||||
%global bugfixver 14
|
||||
|
||||
Name: %{pkgname}
|
||||
Version: %{compatver}.%{bugfixver}
|
||||
Release: 8%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
Summary: A community developed branch of MySQL
|
||||
@ -632,8 +632,8 @@ install -p -m 0755 scripts/mysql_config_multilib %{buildroot}%{_bindir}/mysql_co
|
||||
|
||||
# install INFO_SRC, INFO_BIN into libdir (upstream thinks these are doc files,
|
||||
# but that's pretty wacko --- see also %%{name}-file-contents.patch)
|
||||
mv %{buildroot}%{_pkgdocdir}/MariaDB-server-%{version}/INFO_SRC %{buildroot}%{_libdir}/mysql/
|
||||
mv %{buildroot}%{_pkgdocdir}/MariaDB-server-%{version}/INFO_BIN %{buildroot}%{_libdir}/mysql/
|
||||
install -p -m 644 Docs/INFO_SRC %{buildroot}%{_libdir}/mysql/
|
||||
install -p -m 644 Docs/INFO_BIN %{buildroot}%{_libdir}/mysql/
|
||||
rm -rf %{buildroot}%{_pkgdocdir}/MariaDB-server-%{version}/
|
||||
|
||||
mkdir -p %{buildroot}%{logfiledir}
|
||||
@ -1155,6 +1155,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Sep 29 2014 Honza Horak <hhorak@redhat.com> - 1:10.0.14-1
|
||||
- Update to 10.0.14
|
||||
|
||||
* Wed Sep 24 2014 Honza Horak <hhorak@redhat.com> - 1:10.0.13-8
|
||||
- Move connect engine to a separate package
|
||||
Rename oqgraph engine to align with upstream packages
|
||||
|
@ -29,7 +29,7 @@ The datadir located at $datadir needs to be upgraded using 'mysql_upgrade' tool.
|
||||
|
||||
1. Back-up your data before running 'mysql_upgrade'
|
||||
2. Start the database daemon using 'systemctl start @DAEMON_NAME@.service'
|
||||
3. Run 'mysql_upgrade' with a database user that has sufficent privileges
|
||||
3. Run 'mysql_upgrade' with a database user that has sufficient privileges
|
||||
|
||||
Read more about 'mysql_upgrade' usage at:
|
||||
https://mariadb.com/kb/en/mariadb/documentation/sql-commands/table-commands/mysql_upgrade/
|
||||
|
@ -81,7 +81,7 @@ if [ ! -d "$datadir/mysql" ] ; then
|
||||
exit $ret
|
||||
fi
|
||||
# upgrade does not need to be run on a fresh datadir
|
||||
echo "@MYSQL_VERSION_ID@" >"$datadir/mysql_upgrade_info"
|
||||
echo "@VERSION@-MariaDB" >"$datadir/mysql_upgrade_info"
|
||||
# In case we're running as root, make sure files are owned properly
|
||||
chown -R "$myuser:$mygroup" "$datadir"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user