summaryrefslogtreecommitdiff
path: root/mysql-test/suite/mariabackup/nolock_ddl_during_backup_end.result
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2018-09-14 09:35:18 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2018-09-14 09:36:02 +0100
commit6b2da933592b54616467d08313fcb1d958fc67e4 (patch)
treec77c5f41737a24d90d84ca29708f7b8e6cfe0586 /mysql-test/suite/mariabackup/nolock_ddl_during_backup_end.result
parent28f08d3753eb10a1393a63e6c581d43aad9f93b9 (diff)
downloadmariadb-git-6b2da933592b54616467d08313fcb1d958fc67e4.tar.gz
MDEV-17192 Backup with -no-lock should fail, if DDL is detected at the end of backup
Diffstat (limited to 'mysql-test/suite/mariabackup/nolock_ddl_during_backup_end.result')
-rw-r--r--mysql-test/suite/mariabackup/nolock_ddl_during_backup_end.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/nolock_ddl_during_backup_end.result b/mysql-test/suite/mariabackup/nolock_ddl_during_backup_end.result
new file mode 100644
index 00000000000..1bd3052b708
--- /dev/null
+++ b/mysql-test/suite/mariabackup/nolock_ddl_during_backup_end.result
@@ -0,0 +1,2 @@
+CREATE TABLE t1(i int) ENGINE=INNODB;
+# xtrabackup backup