Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2b6da0f2
Commit
2b6da0f2
authored
Dec 19, 2013
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build any mariadb branch name
parent
fd45297c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scripts/make.mysql.bash
scripts/make.mysql.bash
+1
-1
scripts/make.mysql.debug.env.bash
scripts/make.mysql.debug.env.bash
+1
-1
No files found.
scripts/make.mysql.bash
View file @
2b6da0f2
...
@@ -129,7 +129,7 @@ if [ ! -d storage/tokudb/ft-index ] ; then
...
@@ -129,7 +129,7 @@ if [ ! -d storage/tokudb/ft-index ] ; then
github_download Tokutek/ft-index
$(
git_tree
$git_tag
$ftindex_tree
)
storage/tokudb/ft-index
github_download Tokutek/ft-index
$(
git_tree
$git_tag
$ftindex_tree
)
storage/tokudb/ft-index
fi
fi
if
[[
$mysql_distro
=
~ ^mariadb
]]
;
then
if
[[
$mysql_
repo
=
~ mariadb
]]
||
[[
$mysql_
distro
=
~ ^mariadb
]]
;
then
github_download Tokutek/jemalloc
$(
git_tree
$git_tag
$jemalloc_tree
)
extra/jemalloc
github_download Tokutek/jemalloc
$(
git_tree
$git_tag
$jemalloc_tree
)
extra/jemalloc
elif
[
!
-d
storage/tokudb/ft-index/third_party/jemalloc
]
;
then
elif
[
!
-d
storage/tokudb/ft-index/third_party/jemalloc
]
;
then
github_download Tokutek/jemalloc
$(
git_tree
$git_tag
$jemalloc_tree
)
storage/tokudb/ft-index/third_party/jemalloc
github_download Tokutek/jemalloc
$(
git_tree
$git_tag
$jemalloc_tree
)
storage/tokudb/ft-index/third_party/jemalloc
...
...
scripts/make.mysql.debug.env.bash
View file @
2b6da0f2
...
@@ -126,7 +126,7 @@ if [ $? != 0 ] ; then exit 1; fi
...
@@ -126,7 +126,7 @@ if [ $? != 0 ] ; then exit 1; fi
ln
../../
$ftengine
/scripts/tokufilecheck.py
ln
../../
$ftengine
/scripts/tokufilecheck.py
if
[
$?
!=
0
]
;
then
exit
1
;
fi
if
[
$?
!=
0
]
;
then
exit
1
;
fi
popd
popd
if
[[
$mysql_tree
=
~ mariadb
]]
;
then
if
[[
$mysql
=
~ mariadb
]]
||
[[
$mysql
_tree
=
~ mariadb
]]
;
then
pushd
$mysql_tree
/extra
pushd
$mysql_tree
/extra
if
[
$?
!=
0
]
;
then
exit
1
;
fi
if
[
$?
!=
0
]
;
then
exit
1
;
fi
ln
-s
../../
$jemalloc
$jemalloc
ln
-s
../../
$jemalloc
$jemalloc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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