i try xtrabackup --backup --datadir=/var/lib/mysql/ --target-dir=/root/backup/
xtrabackup --prepare --target-dir=/root/backup
and then drop table a;
then
rsync -avrP /root/backup/ /var/lib/mysql/
chown -R mysql:mysql /var/lib/mysql,
but when i relogin mysql,and check database test1 the table a not exist!
the table a is innodb engine,why not recover?