guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

26/46: gnu: MariaDB: Update to 10.1.44.


From: guix-commits
Subject: 26/46: gnu: MariaDB: Update to 10.1.44.
Date: Fri, 14 Feb 2020 12:41:02 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit e313327ee8cf864bd8e1e26df28634dc6eff9e5e
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 17:40:49 2020 +0100

    gnu: MariaDB: Update to 10.1.44.
    
    * gnu/packages/databases.scm (mariadb): Update to 10.1.44.
    [arguments]: Add substitution for hard coded file name.  Disable test that
    depends on the existence of 'root@hostname' user.
---
 gnu/packages/databases.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 587d993..16b12d5 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -689,7 +689,7 @@ Language.")
 (define-public mariadb
   (package
     (name "mariadb")
-    (version "10.1.43")
+    (version "10.1.44")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://downloads.mariadb.com/MariaDB";
@@ -697,7 +697,7 @@ Language.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1pxyq37q4p7515by7k8hs3l3css68f3bm3akx99vw4m1rxwwbm63"))
+                "0fah6d50hldq0farxwr8mj3jnniwdz0d1wsha07nx37fc79h7wi1"))
               (patches (search-patches "mariadb-client-test-32bit.patch"))
               (modules '((guix build utils)))
               (snippet
@@ -789,6 +789,7 @@ Language.")
                       ;; See <https://jira.mariadb.org/browse/MDEV-7761>.
                       "main.join_cache"
                       "main.explain_non_select"
+                      "main.stat_tables"
                       "main.stat_tables_innodb"
                       "roles.acl_statistics"
 
@@ -824,6 +825,10 @@ Language.")
                  (("latin1_swedish_ci") "utf8_general_ci")
                  (("\tlatin1") "\tutf8"))
 
+               (substitute* 
"mysql-test/suite/binlog/t/binlog_mysqlbinlog_stop_never.test"
+                 (("/bin/bash")
+                  (which "bash")))
+
                (substitute* "mysql-test/mysql-test-run.pl"
                  (("/bin/ls") (which "ls"))
                  (("/bin/sh") (which "sh")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]