summaryrefslogtreecommitdiff
path: root/mysql-test/suite/mariabackup/rename_during_mdl_lock.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/mariabackup/rename_during_mdl_lock.result')
-rw-r--r--mysql-test/suite/mariabackup/rename_during_mdl_lock.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/rename_during_mdl_lock.result b/mysql-test/suite/mariabackup/rename_during_mdl_lock.result
new file mode 100644
index 00000000000..982851438f2
--- /dev/null
+++ b/mysql-test/suite/mariabackup/rename_during_mdl_lock.result
@@ -0,0 +1,3 @@
+CREATE TABLE t1(i int) ENGINE INNODB;
+FOUND 1 /failed to execute query SELECT 1 FROM/ in backup.log
+DROP TABLE t2;