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
e28727b5
Commit
e28727b5
authored
Feb 07, 2015
by
Rik Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build tokudb debug env with backup plugin
parent
a06c7d6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
scripts/make.mysql.debug.env.bash
scripts/make.mysql.debug.env.bash
+3
-3
No files found.
scripts/make.mysql.debug.env.bash
View file @
e28727b5
...
...
@@ -62,7 +62,7 @@ tokudbengine=tokudb-engine
tokudbengine_tree
=
master
ftindex
=
ft-index
ftindex_tree
=
master
backup
=
backup-community
backup
=
tokudb-backup-plugin
backup_tree
=
master
cc
=
gcc
cxx
=
g++
...
...
@@ -119,9 +119,9 @@ if [ $? != 0 ] ; then exit 1; fi
ln
-s
../../
$tokudbengine
/storage/tokudb tokudb
if
[
$?
!=
0
]
;
then
exit
1
;
fi
popd
pushd
$mysql_tree
pushd
$mysql_tree
/plugin
if
[
$?
!=
0
]
;
then
exit
1
;
fi
ln
-s
../
$backup
/backup toku_
backup
ln
-s
../
../
$backup
$
backup
if
[
$?
!=
0
]
;
then
exit
1
;
fi
popd
pushd
$mysql_tree
/scripts
...
...
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