forked from pool/mariadb
update
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=118
This commit is contained in:
parent
d55af5babd
commit
092ba47173
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ac5ba7427aed3e005cc0f19dabb58c1e69856c054d3016adf538b46c1df2d2e9
|
oid sha256:b2b4528bfd705dccf6be532a58ace71daff468b7e2777a01f569836a29552488
|
||||||
size 312
|
size 323
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ac2307d6d6939d8564af8bf5b097870fc8d9819684cedb811005b87f8a363e46
|
|
||||||
size 21327911
|
|
3
mariadb-5.5.32.tar.bz2
Normal file
3
mariadb-5.5.32.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6ae38e45391899f5377ed75e6974100af165f654842517db2b53033159257d72
|
||||||
|
size 21314660
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 10:28:10 CEST 2013 - mhrusecky@suse.cz
|
||||||
|
|
||||||
|
- updated to MariaDB 5.5.32
|
||||||
|
* Release notes:
|
||||||
|
http://kb.askmonty.org/v/mariadb-5532-release-notes
|
||||||
|
* Changelog:
|
||||||
|
http://kb.askmonty.org/v/mariadb-5532-changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 6 13:22:37 UTC 2013 - mhrusecky@suse.com
|
Thu Jun 6 13:22:37 UTC 2013 - mhrusecky@suse.com
|
||||||
|
|
||||||
|
13
mariadb.spec
13
mariadb.spec
@ -35,9 +35,9 @@ Name: mariadb
|
|||||||
Summary: Server part of MariaDB
|
Summary: Server part of MariaDB
|
||||||
License: SUSE-GPL-2.0-with-FLOSS-exception
|
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
Version: 5.5.31
|
Version: 5.5.32
|
||||||
Release: 0
|
Release: 0
|
||||||
%define srv_vers 5.5.31
|
%define srv_vers 5.5.32
|
||||||
Url: http://www.mariab.org
|
Url: http://www.mariab.org
|
||||||
Source: mariadb-%{version}.tar.bz2
|
Source: mariadb-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
@ -416,16 +416,9 @@ if posix.access("/usr/sbin/rcmysql", "x") then
|
|||||||
os.execute("/bin/mkdir -p /var/run/mysql/restart")
|
os.execute("/bin/mkdir -p /var/run/mysql/restart")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
dbfile="var/mysql/mysql/db.ISM"
|
|
||||||
olddir="var/mysql"
|
|
||||||
newdir="var/lib/mysql"
|
|
||||||
-- Do the database files still belong to root (very old installation)?
|
|
||||||
-- Change ownerships
|
|
||||||
if posix.stat(dbfile, "uid") == 0 then
|
|
||||||
os.execute("/bin/chown -Rv mysql:mysql var/mysql/")
|
|
||||||
end
|
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
|
[ -z "`ls %{_infodir}/mysql.info.* 2> /dev/null`" ] || \
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/mysql.info.*
|
%install_info --info-dir=%{_infodir} %{_infodir}/mysql.info.*
|
||||||
if [ -d /var/lib/mysql ]; then
|
if [ -d /var/lib/mysql ]; then
|
||||||
touch /var/lib/mysql/.run-mysql_upgrade
|
touch /var/lib/mysql/.run-mysql_upgrade
|
||||||
|
3
my.ini
3
my.ini
@ -10,6 +10,9 @@
|
|||||||
|
|
||||||
[mysqld]
|
[mysqld]
|
||||||
|
|
||||||
|
# Remove leading # if you don't want to listen on network (only socket - safer)
|
||||||
|
# skip-networking
|
||||||
|
|
||||||
# Remove leading # and set to the amount of RAM for the most important data
|
# Remove leading # and set to the amount of RAM for the most important data
|
||||||
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
|
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
|
||||||
# innodb_buffer_pool_size = 128M
|
# innodb_buffer_pool_size = 128M
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2a44cd8a364876bd0dca1b99b63374f75bd6eca42c68c018e69429263d2f533d
|
oid sha256:2b34d03c24091c0a8120aae545ac9f0959b4167c21e7a1954819836bdf66a673
|
||||||
size 11797
|
size 11823
|
||||||
|
2
series
2
series
@ -5,7 +5,7 @@ mariadb-5.1.50-strncat-overflow.patch
|
|||||||
mariadb-5.5.28-install_db-quiet.patch
|
mariadb-5.5.28-install_db-quiet.patch
|
||||||
mysql-community-server-5.1.51-mysql_config.patch
|
mysql-community-server-5.1.51-mysql_config.patch
|
||||||
mariadb-5.5.25-mysqld_multi-features.patch
|
mariadb-5.5.25-mysqld_multi-features.patch
|
||||||
mariadb-5.1.50-upgrade-exit-status.patch
|
mariadb-5.5.32-upgrade-exit-status.patch
|
||||||
mariadb-5.2.3-cnf.patch
|
mariadb-5.2.3-cnf.patch
|
||||||
mysql-community-server-5.5.6-safe-process-in-bin.patch
|
mysql-community-server-5.5.6-safe-process-in-bin.patch
|
||||||
mariadb-5.5.28-group.patch
|
mariadb-5.5.28-group.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user