summaryrefslogtreecommitdiff
path: root/mysql-test/suite/mariabackup/create_with_data_directory_during_backup.result
blob: a06150bcb6aa3bef87854b74a41a06551c9af4ee (plain)
1
2
3
4
5
6
7
8
9
10
# xtrabackup backup
# xtrabackup prepare
DROP TABLE t;
# shutdown server
# remove datadir
# xtrabackup move back
# restart server
SELECT * FROM t;
i
DROP TABLE t;