Xtrabackup issue

Having an issue restoring a backup for a master/slave.

Was running: Xtrabackup 1.6.4-314.lucid
Now running: Xtrabackup 1.6.5-328.lucid

Commands run were:

On master:
xtrabackup --backup --target-dir=/backup/

Rsync’ed the backup files to the slave and ran:

xtrabackup --prepare --use-memory=2G --target-dir=/backup

xtrabackup --prepare --use-memory=2G --target-dir=/backup

Copied the files to the /var/lib/mysql and verified the file ownership. The database starts fine, no errors. The databases appear in a ‘show databases’. No tables show with a ‘show tables’ command.

mysql> show tables;
Empty set (0.00 sec)

This is the same exact procedure I’ve used with the -314 version many times. It does not work in the -328 version.

Any ideas?

ETA: Both servers are running the same version of Percona.

That sounds like it could be a bug.