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
3dfc303c
Commit
3dfc303c
authored
Apr 30, 2013
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#10 make mysql debug env
parent
cdb32be2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
20 deletions
+21
-20
scripts/make.mysql.debug.env.bash
scripts/make.mysql.debug.env.bash
+21
-20
No files found.
scripts/make.mysql.debug.env.bash
View file @
3dfc303c
...
...
@@ -54,37 +54,37 @@ echo installdir=\$PWD/mysql
echo mkdir
\$
builddir
\$
installdir
echo
'if [ $? != 0 ] ; then exit 1; fi'
echo export
TOKUFRACTALTREE
=
\$
builddir/
$ftindex
/install.debug
echo export
TOKUFRACTALTREE_LIBNAME
=
tokudb
echo export
TOKUPORTABILITY_LIBNAME
=
tokuportability
echo export
TOKUDB_VERSION
=
0
#
echo export TOKUFRACTALTREE=\$builddir/$ftindex/install.debug
#
echo export TOKUFRACTALTREE_LIBNAME=tokudb
#
echo export TOKUPORTABILITY_LIBNAME=tokuportability
#
echo export TOKUDB_VERSION=0
echo
'# checkout the fractal tree'
echo cd
\$
builddir
github_clone
$jemalloc
$jemalloc_branch
github_clone
$ftindex
$ftindex_branch
echo
'# build the fractal tree'
echo cd
\$
builddir/ft-index
echo mkdir
build.debug
echo cd
build.debug
echo
CC
=
gcc47
CXX
=
g++47 cmake
-DCMAKE_INSTALL_PREFIX
=
\$
TOKUFRACTALTREE
-D
BUILD_TESTING
=
OFF
-D
CMAKE_BUILD_TYPE
=
Debug
-D
JEMALLOC_SOURCE_DIR
=
\$
builddir/
$jemalloc
..
echo
'# checkout the fractal tree'
github_clone
$ftindex
$ftindex_branch
github_clone
$jemalloc
$jemalloc_branch
echo pushd
$ftindex
/third_party
echo
'if [ $? != 0 ] ; then exit 1; fi'
echo
make
install
echo
ln
-s
../../
$jemalloc
$jemalloc
echo
'if [ $? != 0 ] ; then exit 1; fi'
echo popd
echo
'# checkout mysql'
echo cd
\$
builddir
github_clone
$mysql
$mysql_branch
echo
'# checkout the community backup'
echo cd
\$
builddir
github_clone
$backup
$backup_branch
echo
'# checkout the tokudb handlerton'
echo cd
\$
builddir
github_clone
$ftengine
$ftengine_branch
echo
'# setup links'
echo pushd
$ftengine
/storage/tokudb
echo
'if [ $? != 0 ] ; then exit 1; fi'
echo ln
-s
../../../
$ftindex
ft-index
echo
'if [ $? != 0 ] ; then exit 1; fi'
echo popd
echo pushd
$mysql
/storage
echo
'if [ $? != 0 ] ; then exit 1; fi'
echo ln
-s
../../
$ftengine
/storage/tokudb tokudb
...
...
@@ -104,12 +104,13 @@ echo 'if [ $? != 0 ] ; then exit 1; fi'
echo popd
echo
'# build in the mysql directory'
echo cd
\$
builddir/
$mysql
echo export
TOKUFRACTALTREE_LIBNAME
=
\$
{
TOKUFRACTALTREE_LIBNAME
}
_static
echo export
TOKUPORTABILITY_LIBNAME
=
\$
{
TOKUPORTABILITY_LIBNAME
}
_static
echo cd
$mysql
#
echo export TOKUFRACTALTREE_LIBNAME=\${TOKUFRACTALTREE_LIBNAME}_static
#
echo export TOKUPORTABILITY_LIBNAME=\${TOKUPORTABILITY_LIBNAME}_static
echo mkdir
build.debug
echo
'if [ $? != 0 ] ; then exit 1; fi'
echo cd
build.debug
echo
CC
=
gcc47
CXX
=
g++47 cmake
-DCMAKE_BUILD_TYPE
=
Debug
-DCMAKE_INSTALL_PREFIX
=
\$
installdir ..
echo
CC
=
gcc47
CXX
=
g++47 cmake
..
-DCMAKE_BUILD_TYPE
=
Debug
-DCMAKE_INSTALL_PREFIX
=
\$
installdir
-DBUILD_TESTING
=
OFF
echo
'if [ $? != 0 ] ; then exit 1; fi'
echo
'# install'
...
...
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