summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/atomic/drop_view.result
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 18:00:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 18:00:34 +0000
commit3f619478f796eddbba6e39502fe941b285dd97b1 (patch)
treee2c7b5777f728320e5b5542b6213fd3591ba51e2 /mysql-test/suite/atomic/drop_view.result
parentInitial commit. (diff)
downloadmariadb-3f619478f796eddbba6e39502fe941b285dd97b1.tar.xz
mariadb-3f619478f796eddbba6e39502fe941b285dd97b1.zip
Adding upstream version 1:10.11.6.upstream/1%10.11.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mysql-test/suite/atomic/drop_view.result')
-rw-r--r--mysql-test/suite/atomic/drop_view.result21
1 files changed, 21 insertions, 0 deletions
diff --git a/mysql-test/suite/atomic/drop_view.result b/mysql-test/suite/atomic/drop_view.result
new file mode 100644
index 00000000..c5f850c6
--- /dev/null
+++ b/mysql-test/suite/atomic/drop_view.result
@@ -0,0 +1,21 @@
+RESET MASTER;
+"engine: aria crash point: ddl_log_drop_before_delete_view position: 1"
+v2.frm
+master-bin.000002 # Query # # use `test`; DROP VIEW IF EXISTS `v1` /* generated by ddl recovery */
+"engine: aria crash point: ddl_log_drop_before_delete_view position: 2"
+master-bin.000002 # Query # # use `test`; DROP VIEW IF EXISTS `v1`,`v2` /* generated by ddl recovery */
+"engine: aria crash point: ddl_log_drop_after_delete_view position: 1"
+v2.frm
+master-bin.000002 # Query # # use `test`; DROP VIEW IF EXISTS `v1` /* generated by ddl recovery */
+"engine: aria crash point: ddl_log_drop_after_delete_view position: 2"
+master-bin.000002 # Query # # use `test`; DROP VIEW IF EXISTS `v1`,`v2` /* generated by ddl recovery */
+"engine: aria crash point: ddl_log_drop_before_binlog position: 1"
+master-bin.000002 # Query # # use `test`; DROP VIEW IF EXISTS `v1`,`v2` /* generated by ddl recovery */
+"engine: aria crash point: ddl_log_drop_before_binlog position: 2"
+"No crash!"
+master-bin.000001 # Query # # use `test`; DROP VIEW v1,v2
+"engine: aria crash point: ddl_log_drop_after_binlog position: 1"
+master-bin.000001 # Query # # use `test`; DROP VIEW v1,v2
+"engine: aria crash point: ddl_log_drop_after_binlog position: 2"
+"No crash!"
+master-bin.000001 # Query # # use `test`; DROP VIEW v1,v2