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
Faustin Lammler
mariadb-10.1
Commits
91e56d63
Commit
91e56d63
authored
Aug 02, 2019
by
Otto Kekäläinen
Browse files
New upstream version 10.1.41
parent
fdf4a605
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 1000+
files are displayed.
Plain diff
Email patch
client/sql_string.cc.dontuse
View file @
91e56d63
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
*/
/* This file is originally from the mysql distribution. Coded by monty */
...
...
client/sql_string.h.dontuse
View file @
91e56d63
...
...
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA */
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA */
/* This file is originally from the mysql distribution. Coded by monty */
...
...
cmake/abi_check.cmake
View file @
91e56d63
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
#
# Headers which need to be checked for abi/api compatibility are in
...
...
cmake/bison.cmake
View file @
91e56d63
...
...
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
IF
(
CMAKE_SYSTEM_NAME MATCHES
"SunOS"
)
# On Solaris, /opt/csw often contains a newer bison
...
...
cmake/build_configurations/mysql_release.cmake
View file @
91e56d63
...
...
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
# This file includes build settings used for MySQL release
...
...
cmake/bzip2.cmake
View file @
91e56d63
...
...
@@ -10,7 +10,7 @@
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
SET
(
WITH_INNODB_BZIP2 AUTO CACHE STRING
"Build with bzip2. Possible values are 'ON', 'OFF', 'AUTO' and default is 'AUTO'"
)
...
...
cmake/cat.cmake
View file @
91e56d63
...
...
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
# Concatenate files
#
...
...
cmake/character_sets.cmake
View file @
91e56d63
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
# Charsets and collations
IF
(
NOT DEFAULT_CHARSET
)
...
...
cmake/check_compiler_flag.cmake
View file @
91e56d63
...
...
@@ -13,7 +13,8 @@ SET(fail_patterns
FAIL_REGEX
"warning:.*redefined"
FAIL_REGEX
"[Ww]arning: [Oo]ption"
)
#The regex patterns above are not localized, thus LANG=C
SET
(
ENV{LANG} C
)
MACRO
(
MY_CHECK_C_COMPILER_FLAG flag
)
STRING
(
REGEX REPLACE
"[-,= +]"
"_"
result
"HAVE_C_
${
flag
}
"
)
SET
(
SAVE_CMAKE_REQUIRED_FLAGS
"
${
CMAKE_REQUIRED_FLAGS
}
"
)
...
...
cmake/check_minimal_version.cmake
View file @
91e56d63
...
...
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
# This is a helper script is used to check for the minimal required version
# It helps to decide whether to use autoconf based configure or cmake's
...
...
cmake/cmake_parse_arguments.cmake
View file @
91e56d63
...
...
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
# Handy macro to parse macro arguments
MACRO
(
MYSQL_PARSE_ARGUMENTS prefix arg_names option_names
)
...
...
cmake/compile_flags.cmake
View file @
91e56d63
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
## ADD_COMPILE_FLAGS(<source files> COMPILE_FLAGS <flags>)
...
...
cmake/configure.pl
View file @
91e56d63
...
...
@@ -13,7 +13,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
use
strict
;
use
Cwd
'
abs_path
';
...
...
cmake/cpack_rpm.cmake
View file @
91e56d63
...
...
@@ -37,7 +37,7 @@ IF(CMAKE_VERSION VERSION_LESS "3.6.0")
SET
(
CPACK_PACKAGE_FILE_NAME
"
${
CPACK_RPM_PACKAGE_NAME
}
-
${
VERSION
}
-
${
RPM
}
-
${
CMAKE_SYSTEM_PROCESSOR
}
"
)
ELSE
()
SET
(
CPACK_RPM_FILE_NAME
"RPM-DEFAULT"
)
SET
(
CPACK_RPM_DEBUGINFO_PACKAGE ON
)
SET
(
CPACK_RPM_DEBUGINFO_PACKAGE ON
CACHE INTERNAL
""
)
ENDIF
()
SET
(
CPACK_RPM_PACKAGE_RELEASE
"1%{?dist}"
)
...
...
cmake/cpack_source_ignore_files.cmake
View file @
91e56d63
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
SET
(
CPACK_SOURCE_IGNORE_FILES
\\\\.git/
...
...
cmake/cpu_info.cmake
View file @
91e56d63
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
# Symbols with information about the CPU.
...
...
cmake/create_initial_db.cmake.in
View file @
91e56d63
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
# This script creates initial database for packaging on Windows
SET(CMAKE_SOURCE_DIR "@CMAKE_SOURCE_DIR@")
...
...
cmake/do_abi_check.cmake
View file @
91e56d63
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
#
# Rules for checking that the abi/api has not changed.
...
...
cmake/dtrace.cmake
View file @
91e56d63
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
IF
(
CMAKE_SYSTEM_NAME MATCHES
"SunOS"
AND CMAKE_COMPILER_IS_GNUCXX
AND CMAKE_SIZEOF_VOID_P EQUAL 4
)
...
...
cmake/dtrace_prelink.cmake
View file @
91e56d63
...
...
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
01
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-13
35
USA
# Generates an ELF object file with dtrace entry points.
# This object that must to be linked with together with
...
...
Prev
1
2
3
4
5
6
7
8
9
…
50
Next
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