mariadb/mysql-test/suite/mariabackup/create_during_backup.result
2018-08-14 15:11:13 +01:00

10 lines
171 B
Text

# xtrabackup backup
# xtrabackup prepare
# shutdown server
# remove datadir
# xtrabackup move back
# restart server
SELECT COUNT(*) from t1;
COUNT(*)
10000
DROP TABLE t1;