Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Olaf van der Spek
mariadb-10.1
Commits
8d495e75
Commit
8d495e75
authored
Nov 04, 2018
by
Otto Kekäläinen
Browse files
Update changelog and refresh patches after 10.1.37 import
parent
c412ae8d
Changes
7
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8d495e75
mariadb
-
10.1
(
1
:
10.1.35
-
2
)
UNRELEASED
;
urgency
=
medium
mariadb
-
10.1
(
1
:
10.1.37
-
1
)
unstable
;
urgency
=
high
*
New
changelog
entry
*
New
upstream
version
10.1.37
.
Includes
security
fixes
for
:
-
CVE
-
2018
-
3282
--
Otto
Kek
ä
l
ä
inen
<
otto
@
debian
.
org
>
Sat
,
25
Aug
2018
22
:
26
:
34
+
0300
-
CVE
-
2018
-
3251
-
CVE
-
2018
-
3174
-
CVE
-
2018
-
3156
-
CVE
-
2018
-
3143
-
CVE
-
2016
-
9843
*
Update
README
.
Contributor
based
on
recent
feedback
*
Update
README
.
Maintainer
to
match
current
best
practices
--
Otto
Kek
ä
l
ä
inen
<
otto
@
debian
.
org
>
Sun
,
04
Nov
2018
19
:
11
:
19
+
0200
mariadb
-
10.1
(
1
:
10.1.35
-
1
)
unstable
;
urgency
=
medium
mariadb
-
10.1
(
1
:
10.1.35
-
1
)
unstable
;
urgency
=
medium
...
...
debian/patches/0024-Revert-to-using-system-pcre-library.patch
View file @
8d495e75
...
@@ -6,8 +6,6 @@ Subject: Revert to using system pcre library
...
@@ -6,8 +6,6 @@ Subject: Revert to using system pcre library
cmake/pcre.cmake | 16 ++--------------
cmake/pcre.cmake | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/cmake/pcre.cmake b/cmake/pcre.cmake
index 4c11392..894bde3 100644
--- a/cmake/pcre.cmake
--- a/cmake/pcre.cmake
+++ b/cmake/pcre.cmake
+++ b/cmake/pcre.cmake
@@ -1,23 +1,11 @@
@@ -1,23 +1,11 @@
...
...
debian/patches/0025-Change-the-default-optimization-from-O3-to-O2-in-mys.patch
View file @
8d495e75
...
@@ -53,7 +53,7 @@ Subject: Change the default optimization from -O3 to -O2 in
...
@@ -53,7 +53,7 @@ Subject: Change the default optimization from -O3 to -O2 in
# Solaris flags
# Solaris flags
--- a/storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake
--- a/storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake
+++ b/storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake
+++ b/storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake
@@ -12
1
,10 +12
1
,10 @@
set(CMAKE_CXX_FLAGS_DRD "-g3 -O1 ${CMAKE
@@ -12
4
,10 +12
4
,10 @@
set(CMAKE_CXX_FLAGS_DRD "-g3 -O1 ${CMAKE
## need to set flags for RelWithDebInfo as well because we want the MySQL/MariaDB builds to use them
## need to set flags for RelWithDebInfo as well because we want the MySQL/MariaDB builds to use them
if (CMAKE_CXX_COMPILER_ID STREQUAL Clang)
if (CMAKE_CXX_COMPILER_ID STREQUAL Clang)
# have tried -flto and -O4, both make our statically linked executables break apple's linker
# have tried -flto and -O4, both make our statically linked executables break apple's linker
...
@@ -68,7 +68,7 @@ Subject: Change the default optimization from -O3 to -O2 in
...
@@ -68,7 +68,7 @@ Subject: Change the default optimization from -O3 to -O2 in
else ()
else ()
if (APPLE)
if (APPLE)
set(FLTO_OPTS "-fwhole-program")
set(FLTO_OPTS "-fwhole-program")
@@ -13
2
,10 +13
2
,10 @@
else ()
@@ -13
5
,10 +13
5
,10 @@
else ()
set(FLTO_OPTS "-fuse-linker-plugin")
set(FLTO_OPTS "-fuse-linker-plugin")
endif()
endif()
# we overwrite this because the default passes -DNDEBUG and we don't want that
# we overwrite this because the default passes -DNDEBUG and we don't want that
...
...
debian/patches/armhf_mroonga_storage_fail.patch
View file @
8d495e75
...
@@ -8,7 +8,7 @@ Subject: armhf_mroonga_storage_fail
...
@@ -8,7 +8,7 @@ Subject: armhf_mroonga_storage_fail
--- a/storage/mroonga/lib/mrn_multiple_column_key_codec.cpp
--- a/storage/mroonga/lib/mrn_multiple_column_key_codec.cpp
+++ b/storage/mroonga/lib/mrn_multiple_column_key_codec.cpp
+++ b/storage/mroonga/lib/mrn_multiple_column_key_codec.cpp
@@ -62
1
,9 +62
1
,10 @@
namespace mrn {
@@ -62
3
,9 +62
3
,10 @@
namespace mrn {
long long int long_long_value;
long long int long_long_value;
mrn_byte_order_network_to_host(&long_long_value, grn_key, grn_key_size);
mrn_byte_order_network_to_host(&long_long_value, grn_key, grn_key_size);
int max_bit = (grn_key_size * 8 - 1);
int max_bit = (grn_key_size * 8 - 1);
...
...
debian/patches/c11_atomics.patch
View file @
8d495e75
...
@@ -102,7 +102,7 @@ Subject: c11_atomics
...
@@ -102,7 +102,7 @@ Subject: c11_atomics
# include "x86-gcc.h"
# include "x86-gcc.h"
--- a/mysys/CMakeLists.txt
--- a/mysys/CMakeLists.txt
+++ b/mysys/CMakeLists.txt
+++ b/mysys/CMakeLists.txt
@@ -7
8
,6 +7
8
,10 @@
IF(HAVE_BFD_H)
@@ -7
9
,6 +7
9
,10 @@
IF(HAVE_BFD_H)
TARGET_LINK_LIBRARIES(mysys bfd)
TARGET_LINK_LIBRARIES(mysys bfd)
ENDIF(HAVE_BFD_H)
ENDIF(HAVE_BFD_H)
...
...
debian/patches/libmariadbclient-rename.patch
View file @
8d495e75
...
@@ -15,7 +15,7 @@ Subject: libmariadbclient-rename
...
@@ -15,7 +15,7 @@ Subject: libmariadbclient-rename
--- a/client/CMakeLists.txt
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -3
2
,7 +3
2
,7 @@
COPY_OPENSSL_DLLS(copy_openssl_client)
@@ -3
3
,7 +3
3
,7 @@
COPY_OPENSSL_DLLS(copy_openssl_client)
ADD_DEFINITIONS(${SSL_DEFINES})
ADD_DEFINITIONS(${SSL_DEFINES})
MYSQL_ADD_EXECUTABLE(mysql completion_hash.cc mysql.cc readline.cc
MYSQL_ADD_EXECUTABLE(mysql completion_hash.cc mysql.cc readline.cc
${CMAKE_SOURCE_DIR}/sql/sql_string.cc)
${CMAKE_SOURCE_DIR}/sql/sql_string.cc)
...
@@ -24,7 +24,7 @@ Subject: libmariadbclient-rename
...
@@ -24,7 +24,7 @@ Subject: libmariadbclient-rename
IF(UNIX)
IF(UNIX)
TARGET_LINK_LIBRARIES(mysql ${MY_READLINE_LIBRARY})
TARGET_LINK_LIBRARIES(mysql ${MY_READLINE_LIBRARY})
SET_TARGET_PROPERTIES(mysql PROPERTIES ENABLE_EXPORTS TRUE)
SET_TARGET_PROPERTIES(mysql PROPERTIES ENABLE_EXPORTS TRUE)
@@ -4
0
,39 +4
0
,39 @@
ENDIF(UNIX)
@@ -4
1
,39 +4
1
,39 @@
ENDIF(UNIX)
MYSQL_ADD_EXECUTABLE(mysqltest mysqltest.cc COMPONENT Test)
MYSQL_ADD_EXECUTABLE(mysqltest mysqltest.cc COMPONENT Test)
SET_SOURCE_FILES_PROPERTIES(mysqltest.cc PROPERTIES COMPILE_FLAGS "-DTHREADS")
SET_SOURCE_FILES_PROPERTIES(mysqltest.cc PROPERTIES COMPILE_FLAGS "-DTHREADS")
...
@@ -74,7 +74,7 @@ Subject: libmariadbclient-rename
...
@@ -74,7 +74,7 @@ Subject: libmariadbclient-rename
# "WIN32" also covers 64 bit. "echo" is used in some files below "mysql-test/".
# "WIN32" also covers 64 bit. "echo" is used in some files below "mysql-test/".
IF(WIN32)
IF(WIN32)
@@ -8
1
,7 +8
1
,7 @@
ENDIF(WIN32)
@@ -8
2
,7 +8
2
,7 @@
ENDIF(WIN32)
# async_example is just a code example, do not install it.
# async_example is just a code example, do not install it.
ADD_EXECUTABLE(async_example async_example.c)
ADD_EXECUTABLE(async_example async_example.c)
...
...
debian/patches/mysql-test__db_test.patch
View file @
8d495e75
...
@@ -14,7 +14,7 @@ Subject: mysql-test__db_test
...
@@ -14,7 +14,7 @@ Subject: mysql-test__db_test
--- a/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -322
2
,6 +322
2
,10 @@
sub mysql_install_db {
@@ -322
5
,6 +322
5
,10 @@
sub mysql_install_db {
mtr_appendfile_to_file("$sql_dir/mysql_system_tables_data.sql",
mtr_appendfile_to_file("$sql_dir/mysql_system_tables_data.sql",
$bootstrap_sql_file);
$bootstrap_sql_file);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment