1#############################################################################
2# Bug #369913: Feature Request: more verbose output during initial table scan
3#############################################################################
4
5start_server
6
7xtrabackup --backup --target-dir=$topdir/backup
8
9grep -q "xtrabackup: Generating a list of tablespaces" $OUTFILE \
10    || die "Could not find \"Generating a list of tablespaces\" message"
11