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
783c4f08
Commit
783c4f08
authored
Jun 02, 2004
by
tomas@mc05.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed naming error
parent
d58d6e2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mysql-test/ndb/ndbcluster.sh
mysql-test/ndb/ndbcluster.sh
+3
-3
No files found.
mysql-test/ndb/ndbcluster.sh
View file @
783c4f08
...
@@ -19,10 +19,10 @@ cd $CWD
...
@@ -19,10 +19,10 @@ cd $CWD
if
[
-d
../sql
]
;
then
if
[
-d
../sql
]
;
then
SOURCE_DIST
=
1
SOURCE_DIST
=
1
ndbtop
=
$BASEDIR
/ndb
ndbtop
=
$BASEDIR
/ndb
exec_ndb
=
$ndbtop
/src/kernel/ndb
-main/ndb
d
exec_ndb
=
$ndbtop
/src/kernel/ndbd
exec_mgmtsrvr
=
$ndbtop
/src/mgmsrv/ndb_mgmd
exec_mgmtsrvr
=
$ndbtop
/src/mgmsrv/ndb_mgmd
exec_waiter
=
$ndbtop
/tools/ndb_waiter
exec_waiter
=
$ndbtop
/tools/ndb_waiter
exec_mgmtclient
=
$ndbtop
/src/mgmclient/ndb_mgm
client
exec_mgmtclient
=
$ndbtop
/src/mgmclient/ndb_mgm
else
else
BINARY_DIST
=
1
BINARY_DIST
=
1
if
test
-x
"
$BASEDIR
/libexec/ndbd"
if
test
-x
"
$BASEDIR
/libexec/ndbd"
...
@@ -34,7 +34,7 @@ else
...
@@ -34,7 +34,7 @@ else
exec_mgmtsrvr
=
$BASEDIR
/bin/ndb_mgmd
exec_mgmtsrvr
=
$BASEDIR
/bin/ndb_mgmd
fi
fi
exec_waiter
=
$BASEDIR
/bin/ndb_waiter
exec_waiter
=
$BASEDIR
/bin/ndb_waiter
exec_mgmtclient
=
$BASEDIR
/bin/ndb_mgm
client
exec_mgmtclient
=
$BASEDIR
/bin/ndb_mgm
fi
fi
pidfile
=
ndbcluster.pid
pidfile
=
ndbcluster.pid
...
...
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