1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix binlog.flashback test.

This commit is contained in:
Sachin Setiya
2017-04-28 12:28:16 +05:30
parent eb55a9df52
commit e21c15a7e6

View File

@@ -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;