mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/mariadb to 11.6.2-2
This commit is contained in:
parent
76ffc66017
commit
447a90921e
2 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = mariadb
|
||||
pkgdesc = Fast SQL database server, derived from MySQL
|
||||
pkgver = 11.6.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://mariadb.org/
|
||||
arch = x86_64
|
||||
license = GPL-2.0-only
|
||||
|
|
|
@ -15,7 +15,7 @@ pkgbase=mariadb
|
|||
pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
|
||||
pkgdesc='Fast SQL database server, derived from MySQL'
|
||||
pkgver=11.6.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
license=('GPL-2.0-only')
|
||||
url='https://mariadb.org/'
|
||||
|
@ -52,6 +52,10 @@ prepare() {
|
|||
git submodule init
|
||||
git -c protocol.file.allow=always submodule update
|
||||
|
||||
# MDEV-35398 Improve shrinking of system tablespace
|
||||
git cherry-pick -n \
|
||||
866a8ea6736d2edc0f6be552d1cdd6810c10d5ab
|
||||
|
||||
# Arch Linux specific patches:
|
||||
# * enable PrivateTmp for a little bit more security
|
||||
# * force preloading jemalloc for memory management
|
||||
|
|
Loading…
Reference in a new issue