Commit 9b56f0aa authored by unknown's avatar unknown

ndb - ndb_restore_compat

  Update make_binary_distribution.sh
  Make sure all files needed for testing are included


scripts/make_binary_distribution.sh:
  Make sure all files needed for testing are included
parent 919dbf0e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment