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
2f7b2611
Commit
2f7b2611
authored
Oct 17, 2006
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - remove duplicate solution to ndb_restore_compat make_binary_distribution problem
parent
44e05874
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
+2
-11
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+2
-11
No files found.
scripts/make_binary_distribution.sh
View file @
2f7b2611
...
...
@@ -93,7 +93,6 @@ mkdir $BASE $BASE/bin $BASE/docs \
$BASE
/include
$BASE
/lib
$BASE
/support-files
$BASE
/share
$BASE
/scripts
\
$BASE
/mysql-test
$BASE
/mysql-test/t
$BASE
/mysql-test/r
\
$BASE
/mysql-test/include
$BASE
/mysql-test/std_data
$BASE
/mysql-test/lib
\
$BASE
/mysql-test/std_data/ndb_backup50
$BASE
/mysql-test/std_data/ndb_backup51
\
$BASE
/mysql-test/extra
\
$BASE
/mysql-test/extra/binlog_tests
$BASE
/mysql-test/extra/rpl_tests
...
...
@@ -250,14 +249,6 @@ $CP mysql-test/std_data/*.dat mysql-test/std_data/*.frm \
mysql-test/std_data/des_key_file mysql-test/std_data/
*
.
*
001
\
mysql-test/std_data/
*
.cnf
\
$BASE
/mysql-test/std_data
$CP
mysql-test/std_data/ndb_backup50/
*
.Data
\
mysql-test/std_data/ndb_backup50/
*
.ctl
\
mysql-test/std_data/ndb_backup50/
*
.log
\
$BASE
/mysql-test/std_data/ndb_backup50
$CP
mysql-test/std_data/ndb_backup51/
*
.Data
\
mysql-test/std_data/ndb_backup51/
*
.ctl
\
mysql-test/std_data/ndb_backup51/
*
.log
\
$BASE
/mysql-test/std_data/ndb_backup51
$CP
mysql-test/t/
*
.test
$BASE
/mysql-test/t
$CP
mysql-test/t/
*
.imtest mysql-test/t/
*
.disabled
$BASE
/mysql-test/t
$CP
mysql-test/t/
*
.opt mysql-test/t/
*
.slave-mi
$BASE
/mysql-test/t
...
...
@@ -335,8 +326,8 @@ fi
# NDB Cluster
if
[
x
$NDBCLUSTER
=
x1
]
;
then
(
cd
storage/ndb
;
@MAKE@
DESTDIR
=
$BASE
/ndb-stage
install
)
(
cd
mysql-test
/ndb
;
@MAKE@
DESTDIR
=
$BASE
/ndb-stage
install
)
(
cd
storage/ndb
;
@MAKE@
DESTDIR
=
$BASE
/ndb-stage
install
)
(
cd
mysql-test
;
@MAKE@
DESTDIR
=
$BASE
/ndb-stage
install
)
$CP
$BASE
/ndb-stage@bindir@/
*
$BASE
/bin/.
$CP
$BASE
/ndb-stage@libexecdir@/
*
$BASE
/bin/.
$CP
$BASE
/ndb-stage@pkglibdir@/
*
$BASE
/lib/.
...
...
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