mariadb: update to 10.1.18.

This commit is contained in:
Steve Prybylski 2016-10-01 16:10:21 -04:00
parent b0c7d42a13
commit 3eac0546f8
2 changed files with 3 additions and 21 deletions

View File

@ -1,18 +0,0 @@
--- ./sql/signal_handler.cc.orig 2016-07-22 18:19:35.495952401 -0400
+++ ./sql/signal_handler.cc 2016-07-22 18:20:57.613943892 -0400
@@ -276,6 +276,7 @@
"\"mlockall\" bugs.\n");
}
+#ifdef HAVE_STACKTRACE
if (print_invalid_query_pointer)
{
my_safe_printf_stderr(
@@ -285,6 +286,7 @@
my_write_stderr(thd->query(), MY_MIN(65536U, thd->query_length()));
my_safe_printf_stderr("\n\n");
}
+#endif
#ifdef HAVE_WRITE_CORE
if (test_flags & TEST_CORE_ON_SIGNAL)

View File

@ -1,7 +1,7 @@
# Template file for 'mariadb'
pkgname=mariadb
version=10.1.17
revision=3
version=10.1.18
revision=1
build_style=cmake
configure_args="-DMYSQL_DATADIR=/var/lib/mysql
-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock -DDEFAULT_CHARSET=utf8
@ -31,7 +31,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://mariadb.org/"
license="GPL-2"
distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$version.tar.gz"
checksum=4ca45ac5e34418761868115ebc8c068d511fed08e283b2cac52559d63ba4aab5
checksum=d7336907e9ff44496d6453f92526b25bd253638a64a051ca879f953499873b73
CFLAGS="-w"
pre_configure() {