1--exec $NDB_RESTORE --no-defaults $ndb_restore_opts -b $the_backup_id -n 1 $NDB_BACKUPS-$the_backup_id $ndb_restore_filter > $MYSQLTEST_VARDIR/tmp/tmp.dat 2--exec $NDB_RESTORE --no-defaults $ndb_restore_opts -b $the_backup_id -n 2 $NDB_BACKUPS-$the_backup_id $ndb_restore_filter >> $MYSQLTEST_VARDIR/tmp/tmp.dat 3--exec sort $MYSQLTEST_VARDIR/tmp/tmp.dat 4--error 0,1 5--remove_file $MYSQLTEST_VARDIR/tmp/tmp.dat 6--let ndb_restore_opts= 7--let ndb_restore_filter= 8