mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Adding more files for NDB Cluster
This commit is contained in:
33
ndb/configure
vendored
Executable file
33
ndb/configure
vendored
Executable file
@ -0,0 +1,33 @@
|
||||
#! /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 $*
|
3
ndb/demos/1-node-PS/filesystem/README
Normal file
3
ndb/demos/1-node-PS/filesystem/README
Normal file
@ -0,0 +1,3 @@
|
||||
The NDB filesystem shall under no circumstances be tampered
|
||||
with manually without consultin experize
|
||||
|
3
ndb/demos/1-node-SS/filesystem/README
Normal file
3
ndb/demos/1-node-SS/filesystem/README
Normal file
@ -0,0 +1,3 @@
|
||||
The NDB filesystem shall under no circumstances be tampered
|
||||
with manually without consultin experize
|
||||
|
3
ndb/demos/1-node/1-db-2/filesystem/README
Normal file
3
ndb/demos/1-node/1-db-2/filesystem/README
Normal file
@ -0,0 +1,3 @@
|
||||
The NDB filesystem shall under no circumstances be tampered
|
||||
with manually without consultin experize
|
||||
|
3
ndb/demos/2-node/2-db-2/filesystem/README
Normal file
3
ndb/demos/2-node/2-db-2/filesystem/README
Normal file
@ -0,0 +1,3 @@
|
||||
The NDB filesystem shall under no circumstances be tampered
|
||||
with manually without consultin experize
|
||||
|
3
ndb/demos/2-node/2-db-3/filesystem/README
Normal file
3
ndb/demos/2-node/2-db-3/filesystem/README
Normal file
@ -0,0 +1,3 @@
|
||||
The NDB filesystem shall under no circumstances be tampered
|
||||
with manually without consultin experize
|
||||
|
1179
ndb/src/common/util/md5-rfc1321.txt
Normal file
1179
ndb/src/common/util/md5-rfc1321.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user