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:
@@ -160,7 +160,6 @@ let $MYSQLD_DATADIR= `select @@datadir`;
|
||||
|
||||
SELECT * FROM t1;
|
||||
|
||||
--error ER_FLASHBACK_NOT_SUPPORTED
|
||||
SET binlog_format=statement;
|
||||
--error ER_FLASHBACK_NOT_SUPPORTED
|
||||
SET GLOBAL binlog_format=statement;
|
||||
|
Reference in New Issue
Block a user