summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog
diff options
context:
space:
mode:
authorSachin Setiya <sachin.setiya@mariadb.com>2017-04-28 12:28:16 +0530
committerSachin Setiya <sachin.setiya@mariadb.com>2017-04-28 12:28:16 +0530
commite21c15a7e626b5c01d9770d82aaed56053c7baef (patch)
treef548ee6e9c5b74226c493308204c607788ee9374 /mysql-test/suite/binlog
parenteb55a9df5253adb4f6d44e48d4097db8dc483949 (diff)
downloadmariadb-git-e21c15a7e626b5c01d9770d82aaed56053c7baef.tar.gz
Fix binlog.flashback test.
Diffstat (limited to 'mysql-test/suite/binlog')
-rw-r--r--mysql-test/suite/binlog/r/flashback.result2
1 files changed, 1 insertions, 1 deletions
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;