summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/r/flashback.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/binlog/r/flashback.result')
-rw-r--r--mysql-test/suite/binlog/r/flashback.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/suite/binlog/r/flashback.result b/mysql-test/suite/binlog/r/flashback.result
index a7973b36ddd..ae8b583fc7a 100644
--- a/mysql-test/suite/binlog/r/flashback.result
+++ b/mysql-test/suite/binlog/r/flashback.result
@@ -502,4 +502,9 @@ a b
2 1
3 2
4 3
+SET binlog_format=statement;
+Warnings:
+Warning 1105 MariaDB Galera and flashback do not support binlog format: STATEMENT
+SET GLOBAL binlog_format=statement;
+ERROR HY000: Flashback does not support binlog_format STATEMENT
DROP TABLE t1;