diff options
Diffstat (limited to 'mysql-test/suite/mariabackup/create_during_backup.result')
-rw-r--r-- | mysql-test/suite/mariabackup/create_during_backup.result | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/create_during_backup.result b/mysql-test/suite/mariabackup/create_during_backup.result new file mode 100644 index 00000000..374c3dfc --- /dev/null +++ b/mysql-test/suite/mariabackup/create_during_backup.result @@ -0,0 +1,10 @@ +# xtrabackup backup +# xtrabackup prepare +# shutdown server +# remove datadir +# xtrabackup move back +# restart +SELECT COUNT(*) from t1; +COUNT(*) +10000 +DROP TABLE t1; |