mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix for some failing tests.
This commit is contained in:
@ -14,6 +14,7 @@ include/master-slave.inc
|
||||
show variables like '%binlog_format%';
|
||||
Variable_name Value
|
||||
binlog_format MIXED
|
||||
wsrep_forced_binlog_format NONE
|
||||
drop table if exists test.marker;
|
||||
select thread_id into @my_thread_id
|
||||
from performance_schema.threads
|
||||
@ -58,6 +59,7 @@ Expect 1
|
||||
show variables like '%binlog_format%';
|
||||
Variable_name Value
|
||||
binlog_format MIXED
|
||||
wsrep_forced_binlog_format NONE
|
||||
*** Clear statement events
|
||||
|
||||
*** Create/drop table, create/drop database
|
||||
|
Reference in New Issue
Block a user