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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
32b20a9f
Commit
32b20a9f
authored
Apr 14, 2004
by
magnus@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding more files for NDB Cluster
parent
5b3aec2b
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1227 additions
and
0 deletions
+1227
-0
ndb/configure
ndb/configure
+33
-0
ndb/demos/1-node-PS/filesystem/README
ndb/demos/1-node-PS/filesystem/README
+3
-0
ndb/demos/1-node-SS/filesystem/README
ndb/demos/1-node-SS/filesystem/README
+3
-0
ndb/demos/1-node/1-db-2/filesystem/README
ndb/demos/1-node/1-db-2/filesystem/README
+3
-0
ndb/demos/2-node/2-db-2/filesystem/README
ndb/demos/2-node/2-db-2/filesystem/README
+3
-0
ndb/demos/2-node/2-db-3/filesystem/README
ndb/demos/2-node/2-db-3/filesystem/README
+3
-0
ndb/src/common/util/md5-rfc1321.txt
ndb/src/common/util/md5-rfc1321.txt
+1179
-0
No files found.
ndb/configure
0 → 100755
View file @
32b20a9f
#! /bin/sh
if
[
$#
-gt
0
-a
"
$1
"
=
"-p"
]
then
shift
NDB_TOP
=
$1
shift
else
NDB_TOP
=
`
pwd
`
fi
cd
$NDB_TOP
NDB_TOP
=
`
pwd
`
for
i
in
`
find
.
-name
'Makefile'
-exec
dirname
{}
\;
`
do
cd
$i
rel_path
=
.
while
[
$NDB_TOP
!=
`
pwd
`
]
do
rel_path
=
$rel_path
"/.."
cd
..
done
(
echo
"NDB_TOP=
$rel_path
"
echo
"include
$rel_path
/Defs.mk"
)
>
$i
/.defs.mk
done
(
cd
config
;
aclocal
;
automake
;
aclocal
;
autoconf
;
./configure
)
export
NDB_TOP
.
config/GuessConfig.sh
$*
ndb/demos/1-node-PS/filesystem/README
0 → 100644
View file @
32b20a9f
The NDB filesystem shall under no circumstances be tampered
with manually without consultin experize
ndb/demos/1-node-SS/filesystem/README
0 → 100644
View file @
32b20a9f
The NDB filesystem shall under no circumstances be tampered
with manually without consultin experize
ndb/demos/1-node/1-db-2/filesystem/README
0 → 100644
View file @
32b20a9f
The NDB filesystem shall under no circumstances be tampered
with manually without consultin experize
ndb/demos/2-node/2-db-2/filesystem/README
0 → 100644
View file @
32b20a9f
The NDB filesystem shall under no circumstances be tampered
with manually without consultin experize
ndb/demos/2-node/2-db-3/filesystem/README
0 → 100644
View file @
32b20a9f
The NDB filesystem shall under no circumstances be tampered
with manually without consultin experize
ndb/src/common/util/md5-rfc1321.txt
0 → 100644
View file @
32b20a9f
This diff is collapsed.
Click to expand it.
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