Upload sources for 10.2.7
Patch for 10.2.7 added
This commit is contained in:
parent
70e252bc2b
commit
4b238a58a0
12
mariadb-10.2.7.patch
Normal file
12
mariadb-10.2.7.patch
Normal file
@ -0,0 +1,12 @@
|
||||
--- mariadb-10.2.7/mysys_ssl/openssl.c 2017-07-10 12:53:28.000000000 +0200
|
||||
+++ mariadb-10.2.7/mysys_ssl/openssl.c_patched 2017-07-13 11:22:30.449704470 +0200
|
||||
@@ -34,7 +34,8 @@ int check_openssl_compatibility()
|
||||
|
||||
static uint testing, alloc_size, alloc_count;
|
||||
|
||||
-static void *coc_malloc(size_t size, const char *, int)
|
||||
+static void *coc_malloc(size_t size, const char *f __attribute__((unused)),
|
||||
+ int l __attribute__((unused)))
|
||||
{
|
||||
if (unlikely(testing))
|
||||
{
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mariadb-10.2.6.tar.gz) = 142628085f42ef15ceef6aca5e47ba56cc38cbfc0ac4f35f6b37512c14a60430ef4805e54fd51c47e101b7692781e174426bdb49cae6807c4c18cc3d876f8732
|
||||
SHA512 (mariadb-10.2.7.tar.gz) = fa595acc0f5c9c62077db000f1721af79628994c08e82b2eb95d265e3c556e80942c487fc1b91299c382becd71f21a0a117ca93d7428752f436ed83683a4f4cd
|
||||
|
Loading…
Reference in New Issue
Block a user