Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
mariadb-lts


Commits:
524196e1 by Christian Hesse at 2024-11-21T12:47:58+01:00
upgpkg: 11.4.4-2: cherry-pick MDEV-35398 Improve shrinking of system tablespace

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = mariadb-lts
        pkgdesc = Fast SQL database server, derived from MySQL (LTS)
        pkgver = 11.4.4
-       pkgrel = 1
+       pkgrel = 2
        url = https://mariadb.org/
        arch = x86_64
        license = GPL-2.0-only


=====================================
PKGBUILD
=====================================
@@ -12,7 +12,7 @@ pkgbase=mariadb-lts
 pkgname=('mariadb-lts-libs' 'mariadb-lts-clients' 'mariadb-lts')
 pkgdesc='Fast SQL database server, derived from MySQL (LTS)'
 pkgver=11.4.4
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('GPL-2.0-only')
 url='https://mariadb.org/'
@@ -49,6 +49,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



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mariadb-lts/-/commit/524196e1a8bcfee96e05b6d464d52a1ef7440b96

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mariadb-lts/-/commit/524196e1a8bcfee96e05b6d464d52a1ef7440b96
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to