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
.clang-format
0 → 100644
View file @
91e56d63
---
Language: Cpp
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Right
AlignOperands: true
AlignTrailingComments: true
AllowAllArgumentsOnNextLine: true
AllowAllConstructorInitializersOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortLambdasOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: MultiLine
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
AfterCaseLabel: true
AfterClass: true
AfterControlStatement: true
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterStruct: true
AfterUnion: true
AfterExternBlock: true
BeforeCatch: true
BeforeElse: true
IndentBraces: false
SplitEmptyFunction: true
SplitEmptyRecord: true
SplitEmptyNamespace: true
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Custom
BreakBeforeInheritanceComma: false
BreakInheritanceList: BeforeColon
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeColon
BreakStringLiterals: true
ColumnLimit: 79
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DerivePointerAlignment: false
DisableFormat: false
ExperimentalAutoDetectBinPacking: false
FixNamespaceComments: true
ForEachMacros:
- foreach
- Q_FOREACH
- BOOST_FOREACH
IncludeBlocks: Preserve
IncludeCategories:
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
Priority: 2
- Regex: '^(<|"(gtest|gmock|isl|json)/)'
Priority: 3
- Regex: '.*'
Priority: 1
IncludeIsMainRegex: '(Test)?$'
IndentCaseLabels: false
IndentPPDirectives: None
IndentWidth: 2
IndentWrappedFunctionNames: false
KeepEmptyLinesAtTheStartOfBlocks: true
Language: Cpp
MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
NamespaceIndentation: None
PenaltyBreakAssignment: 2
PenaltyBreakBeforeFirstCallParameter: 19
PenaltyBreakComment: 300
PenaltyBreakFirstLessLess: 120
PenaltyBreakString: 1000
PenaltyBreakTemplateDeclaration: 10
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true
SpaceAfterCStyleCast: true
SpaceAfterLogicalNot: false
SpaceAfterTemplateKeyword: true
SpaceBeforeAssignmentOperators: false
SpaceBeforeCpp11BracedList: false
SpaceBeforeCtorInitializerColon: true
SpaceBeforeInheritanceColon: true
SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: true
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
StatementMacros:
- Q_UNUSED
- QT_REQUIRE_VERSION
TabWidth: 8
UseTab: Never
...
BUILD/FINISH.sh
View file @
91e56d63
...
...
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
# MA 02110-13
01,
USA
# MA 02110-13
35
USA
cflags
=
"
$c_warnings
$extra_flags
$EXTRA_FLAGS
$EXTRA_CFLAGS
"
cxxflags
=
"
$cxx_warnings
$base_cxxflags
$extra_flags
$EXTRA_FLAGS
$EXTRA_CXXFLAGS
"
...
...
BUILD/SETUP.sh
View file @
91e56d63
...
...
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-13
01,
USA
# MA 02110-13
35
USA
########################################################################
...
...
BUILD/autorun.sh
View file @
91e56d63
...
...
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
# MA 02110-13
01,
USA
# MA 02110-13
35
USA
# Create MySQL cmake configure wrapper
...
...
BUILD/check-cpu
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
#
# Check cpu of current machine and find the
...
...
BUILD/cleanup
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 Street, Fifth Floor, Boston, MA 02110-13
01,
USA
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-13
35
USA
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
...
...
BUILD/cmake_configure.sh
View file @
91e56d63
...
...
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
# MA 02110-13
01,
USA
# MA 02110-13
35
USA
# Ensure cmake and perl are there
cmake
-P
cmake/check_minimal_version.cmake
>
/dev/null 2>&1
||
HAVE_CMAKE
=
no
...
...
BUILD/compile-alpha
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 Street, Fifth Floor, Boston, MA 02110-13
01,
USA
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-13
35
USA
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
...
...
BUILD/compile-amd64-debug-max
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 Street, Fifth Floor, Boston, MA 02110-13
01,
USA
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-13
35
USA
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
...
...
BUILD/compile-amd64-debug-max-no-ndb
View file @
91e56d63
...
...
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-13
01,
USA
# MA 02110-13
35
USA
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
...
...
BUILD/compile-amd64-gcov
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 Street, Fifth Floor, Boston, MA 02110-13
01,
USA
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-13
35
USA
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
...
...
BUILD/compile-amd64-gprof
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 Street, Fifth Floor, Boston, MA 02110-13
01,
USA
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-13
35
USA
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
...
...
BUILD/compile-amd64-max
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 Street, Fifth Floor, Boston, MA 02110-13
01,
USA
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-13
35
USA
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
...
...
BUILD/compile-amd64-valgrind-max
View file @
91e56d63
...
...
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-13
01,
USA
# MA 02110-13
35
USA
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
...
...
BUILD/compile-bintar
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 Street, Fifth Floor, Boston, MA 0211
1
-13
01
USA.
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 0211
0
-13
35
USA.
# This script's purpose is to build the binary tarball packages for MariaDB
...
...
BUILD/compile-darwin-mwcc
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 Street, Fifth Floor, Boston, MA 02110-13
01,
USA
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-13
35
USA
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
...
...
BUILD/compile-dist
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
#
# This script's purpose is to update the automake/autoconf helper scripts and
...
...
BUILD/compile-hpux11-parisc2-aCC
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 Street, Fifth Floor, Boston, MA 02110-13
01,
USA
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-13
35
USA
if
[
!
-f
"sql/mysqld.cc"
]
;
then
echo
"You must run this script from the MySQL top-level directory."
...
...
BUILD/compile-ia64-debug-max
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
gmake
-k
maintainer-clean
||
true
/bin/rm
-f
*
/.deps/
*
.P config.cache storage/innobase/config.cache
...
...
BUILD/compile-innodb
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
# Fifth Floor, Boston, MA 02110-13
35
USA
#
# we assume this script is in storage/innobase/
...
...
Prev
1
2
3
4
5
…
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