summaryrefslogtreecommitdiff
path: root/mysql-test/suite/mariabackup/create_during_backup.result
blob: 374c3dfc137368efa691dc1acffd8e2e1c29aae4 (plain)
1
2
3
4
5
6
7
8
9
10
# xtrabackup backup
# xtrabackup prepare
# shutdown server
# remove datadir
# xtrabackup move back
# restart
SELECT COUNT(*) from t1;
COUNT(*)
10000
DROP TABLE t1;