mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
14a4824194
mysql-test/t/ndb_dd_backuprestore.test: Updated with suggestions from Jonas mysql-test/include/ndb_restore_master.inc: corrected issues with using cygwin to create mysql-test/include/ndb_backup.inc: corrected issues with using cygwin to create
8 lines
656 B
PHP
8 lines
656 B
PHP
######################################################
|
|
# By JBM 2006-02-16 So that the code is not repeated #
|
|
# in test cases and can be reused. #
|
|
######################################################
|
|
|
|
--exec $NDB_TOOLS_DIR/ndb_restore --no-defaults --ndb-connectstring="localhost:$NDBCLUSTER_PORT" -p 8 -b $the_backup_id -n 1 -m -r --print --print_meta $NDB_BACKUP_DIR/BACKUP/BACKUP-$the_backup_id >> $NDB_TOOLS_OUTPUT
|
|
|
|
--exec $NDB_TOOLS_DIR/ndb_restore --no-defaults --ndb-connectstring="localhost:$NDBCLUSTER_PORT" -p 8 -b $the_backup_id -n 2 -r --print --print_meta $NDB_BACKUP_DIR/BACKUP/BACKUP-$the_backup_id >> $NDB_TOOLS_OUTPUT
|