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

Mdev-12017 Post Fix

Allow setting up binlog_format other then row for session scope for galera/
flashback.

Ref:- Mdev-7322
This commit is contained in:
Sachin Setiya
2017-04-27 21:20:02 +05:30
parent 3167c91244
commit eb55a9df52
4 changed files with 20 additions and 10 deletions

View File

@@ -503,7 +503,8 @@ a b
3 2
4 3
SET binlog_format=statement;
ERROR HY000: Flashback does not support 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;