diff options
author | jonas@perch.ndb.mysql.com <> | 2006-10-17 13:34:00 +0200 |
---|---|---|
committer | jonas@perch.ndb.mysql.com <> | 2006-10-17 13:34:00 +0200 |
commit | 44e0587486e2f2a0d2245430092ab82b367cc3ba (patch) | |
tree | ee8966e7b34937ad1742d2b8e8b4fa426e3abc54 /scripts/make_binary_distribution.sh | |
parent | 6439d381a0589f2004f0520a5ff5e4a63b0686bd (diff) | |
download | mariadb-git-44e0587486e2f2a0d2245430092ab82b367cc3ba.tar.gz |
ndb - ndb_restore_compat
Update make_binary_distribution.sh
Make sure all files needed for testing are included
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 81e7f22c1b8..b05c899cb2f 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -343,6 +343,8 @@ if [ x$NDBCLUSTER = x1 ]; then test -d $BASE/include/storage || mkdir $BASE/include/storage $CP -r $BASE/ndb-stage@pkgincludedir@/storage/ndb $BASE/include/storage/ $CP -r $BASE/ndb-stage@prefix@/mysql-test/ndb $BASE/mysql-test/. || exit 1 + $CP -r $BASE/ndb-stage@prefix@/mysql-test/std_data/ndb_backup50 $BASE/mysql-test/std_data/. || exit 1 + $CP -r $BASE/ndb-stage@prefix@/mysql-test/std_data/ndb_backup51 $BASE/mysql-test/std_data/. || exit 1 rm -rf $BASE/ndb-stage fi |