From e21c15a7e626b5c01d9770d82aaed56053c7baef Mon Sep 17 00:00:00 2001 From: Sachin Setiya Date: Fri, 28 Apr 2017 12:28:16 +0530 Subject: [PATCH] Fix binlog.flashback test. --- mysql-test/suite/binlog/r/flashback.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/binlog/r/flashback.result b/mysql-test/suite/binlog/r/flashback.result index 8d850a8c87b..ae8b583fc7a 100644 --- a/mysql-test/suite/binlog/r/flashback.result +++ b/mysql-test/suite/binlog/r/flashback.result @@ -504,7 +504,7 @@ a b 4 3 SET binlog_format=statement; Warnings: -Warning 1105 MariaDB Galera and flashback do not support binlog format: STATEMENT +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;